Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
| Name | Description |
|---|---|
| Test Modelica.Media.Water.ConstantPropertyLiquidWater | |
| Test Modelica.Media.Water.IdealSteam | |
| Test Modelica.Media.Water.WaterIF97OnePhase_ph | |
| Test Modelica.Media.Water.WaterIF97_pT | |
| Test Modelica.Media.Water.WaterIF97_ph |
Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater
Extends from Modelica.Icons.Example (Icon for runnable examples), Modelica.Media.Examples.Tests.Components.PartialTestModel (Basic test model to test a medium).
| Type | Name | Default | Description |
|---|---|---|---|
| replaceable package Medium | PartialMedium | Medium model | |
| AbsolutePressure | p_start | Medium.p_default | Initial value of pressure [Pa] |
| Temperature | T_start | Medium.T_default | Initial value of temperature [K] |
| SpecificEnthalpy | h_start | Medium.h_default | Initial value of specific enthalpy [J/kg] |
| Real | X_start[Medium.nX] | Medium.X_default | Initial value of mass fractions |
| Type | Name | Description |
|---|---|---|
| replaceable package Medium | Medium model | |
model ConstantPropertyLiquidWater
"Test Modelica.Media.Water.ConstantPropertyLiquidWater"
extends Modelica.Icons.Example;
extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
redeclare package Medium =
Modelica.Media.Water.ConstantPropertyLiquidWater);
end ConstantPropertyLiquidWater;
Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam
Extends from Modelica.Icons.Example (Icon for runnable examples), Modelica.Media.Examples.Tests.Components.PartialTestModel (Basic test model to test a medium).
| Type | Name | Default | Description |
|---|---|---|---|
| replaceable package Medium | PartialMedium | Medium model | |
| AbsolutePressure | p_start | Medium.p_default | Initial value of pressure [Pa] |
| Temperature | T_start | Medium.T_default | Initial value of temperature [K] |
| SpecificEnthalpy | h_start | Medium.h_default | Initial value of specific enthalpy [J/kg] |
| Real | X_start[Medium.nX] | Medium.X_default | Initial value of mass fractions |
| Type | Name | Description |
|---|---|---|
| replaceable package Medium | Medium model | |
model IdealSteam "Test Modelica.Media.Water.IdealSteam"
extends Modelica.Icons.Example;
extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
redeclare package Medium = Modelica.Media.Water.IdealSteam);
end IdealSteam;
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph
Extends from Modelica.Icons.Example (Icon for runnable examples), Modelica.Media.Examples.Tests.Components.PartialTestModel (Basic test model to test a medium).
| Type | Name | Default | Description |
|---|---|---|---|
| replaceable package Medium | PartialMedium | Medium model | |
| AbsolutePressure | p_start | Medium.p_default | Initial value of pressure [Pa] |
| Temperature | T_start | Medium.T_default | Initial value of temperature [K] |
| SpecificEnthalpy | h_start | Medium.h_default | Initial value of specific enthalpy [J/kg] |
| Real | X_start[Medium.nX] | Medium.X_default | Initial value of mass fractions |
| Type | Name | Description |
|---|---|---|
| replaceable package Medium | Medium model | |
model WaterIF97OnePhase_ph
"Test Modelica.Media.Water.WaterIF97OnePhase_ph"
extends Modelica.Icons.Example;
extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
redeclare package Medium =
Modelica.Media.Water.WaterIF97OnePhase_ph,
fixedMassFlowRate(use_T_ambient=false, h_ambient=363755),
ambient(use_T_ambient=false, h_ambient=112570));
end WaterIF97OnePhase_ph;
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT
Extends from Modelica.Icons.Example (Icon for runnable examples), Modelica.Media.Examples.Tests.Components.PartialTestModel (Basic test model to test a medium).
| Type | Name | Default | Description |
|---|---|---|---|
| replaceable package Medium | PartialMedium | Medium model | |
| AbsolutePressure | p_start | Medium.p_default | Initial value of pressure [Pa] |
| Temperature | T_start | Medium.T_default | Initial value of temperature [K] |
| SpecificEnthalpy | h_start | Medium.h_default | Initial value of specific enthalpy [J/kg] |
| Real | X_start[Medium.nX] | Medium.X_default | Initial value of mass fractions |
| Type | Name | Description |
|---|---|---|
| replaceable package Medium | Medium model | |
model WaterIF97_pT "Test Modelica.Media.Water.WaterIF97_pT"
extends Modelica.Icons.Example;
extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
redeclare package Medium = Modelica.Media.Water.WaterIF97_pT);
end WaterIF97_pT;
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph
Extends from Modelica.Icons.Example (Icon for runnable examples), Modelica.Media.Examples.Tests.Components.PartialTestModel (Basic test model to test a medium).
| Type | Name | Default | Description |
|---|---|---|---|
| replaceable package Medium | PartialMedium | Medium model | |
| AbsolutePressure | p_start | Medium.p_default | Initial value of pressure [Pa] |
| Temperature | T_start | Medium.T_default | Initial value of temperature [K] |
| SpecificEnthalpy | h_start | Medium.h_default | Initial value of specific enthalpy [J/kg] |
| Real | X_start[Medium.nX] | Medium.X_default | Initial value of mass fractions |
| Type | Name | Description |
|---|---|---|
| replaceable package Medium | Medium model | |
model WaterIF97_ph "Test Modelica.Media.Water.WaterIF97_ph"
extends Modelica.Icons.Example;
extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
redeclare package Medium = Modelica.Media.Water.WaterIF97_ph,
ambient(use_T_ambient=false, h_ambient=112570),
fixedMassFlowRate(use_T_ambient=false, h_ambient=363755));
end WaterIF97_ph;