modelTo_VolumeFraction
Conversion from mass fraction to volume fraction
Information
This component converts mass fraction to volume fraction for an ideal gas.
The default value for the parameter MMBul
assumes that the bulk medium is air.
The model assumes that the concentration
of the measured substance is small enough to be neglected in the molar mass
of the mixture.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MolarMass | MMMea | Molar mass of measured substance | |
| Modelica.Units.SI.MolarMass | MMBul | Modelica.Media.IdealGases.Common.SingleGasesData.Air.MM | Molar mass of bulk medium |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | m | Mass fraction | |
| Modelica.Blocks.Interfaces.RealOutput | V | Volume fraction |
Revisions
-
February 25, 2020, by Michael Wetter:
Changed icon to display its operating state.
This is for #1294. -
February 13, 2011 by Michael Wetter:
Changed connectors from the obsoleteRealSignaltoRealInputandRealOutput. -
September 22, 2008 by Michael Wetter:
First implementation.