GAS_FRACTION

Parent

GAS_MIXTURE.CONSTANT

GAS_MIXTURE.VARIABLE

Description

Molar fraction of the specified GAS in the mixture.

Attributes

AttributeTypeDefaultUnitDescription
GAS_NAMERef  Ref to GAS. Gas name[1]
MOL_FRACTIONReal  Molar fraction[2]
Notes:
1. GAS_NAME can be a reference to a user-defined gas specified under GAS or a name of one of the predefined gases:


2. Range: [0, 1].

Additional Information

Examples

<GAS_MIXTURE.CONSTANT>
   <GAS_FRACTION
      GAS_NAME = "N2"
      MOL_FRACTION = "0.4"
   />
   <GAS_FRACTION
      GAS_NAME = "CO2"
      MOL_FRACTION = "0.3"
   />
   <GAS_FRACTION 
      GAS_NAME = "H2O"
      MOL_FRACTION = "0.3"
   />
</GAS_MIXTURE.CONSTANT>