
modelMixtureGases
Test gas mixtures
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
| Type | Name | Default | Description |
| SI.Volume | V | 1 | Fixed size of volume 1 and volume 2 |
| SI.MassFlowRate | m_flow_ext | 0.01 | Fixed mass flow rate into volume 1 and into volume 2 |
| SI.EnthalpyFlowRate | H_flow_ext | 5000 | Fixed enthalpy flow rate into volume 1 and into volume 2 |
Components
| Type | Name | Default | Description |
| Medium1.BaseProperties | medium1 | | |
| SI.Mass | m1 | | Mass of volume 1 |
| SI.InternalEnergy | U1 | | |
| Medium1.SpecificHeatCapacity | cp1 | Medium1.specificHeatCapacityCp(medium1.state) | |
| Medium1.DynamicViscosity | eta1 | Medium1.dynamicViscosity(medium1.state) | |
| Medium1.ThermalConductivity | lambda1 | Medium1.thermalConductivity(medium1.state) | |
| Medium2.BaseProperties | medium2 | | |
| SI.Mass | m2 | | Mass of volume 2 |
| SI.InternalEnergy | U2 | | |
| Medium2.SpecificHeatCapacity | cp2 | Medium2.specificHeatCapacityCp(medium2.state) | |
| Medium2.DynamicViscosity | eta2 | Medium2.dynamicViscosity(medium2.state) | |
| Medium2.ThermalConductivity | lambda2 | Medium2.thermalConductivity(medium2.state) | |
| Medium2.ThermodynamicState | state2 | Medium2.setState_pTX(1.005e5, 302, {0.3, 0.2, 0.2, 0.1, 0.1, 0.1}) | |
| Medium2.ThermodynamicState | smoothState | | |
| Real | m_flow_ext2 | | |
| Real | der_p | | |
| Real | der_T | | |
Contents
| Name | Description |
Medium1 | Medium model |
Medium2 | Medium model |