Extends from Modelica.Icons.Library (Icon for library).
| Name | Description | 
|---|---|
| Test Modelica.Media.Incompressible.Examples.Glycol47 | |
| Test Modelica.Media.Incompressible.Examples.Essotherm65 | 
Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47
Extends from 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 Glycol47 "Test Modelica.Media.Incompressible.Examples.Glycol47"
  extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
     redeclare package Medium = 
        Modelica.Media.Incompressible.Examples.Glycol47(final singleState=true,
          final enthalpyOfT =                                                              true));
end Glycol47;
 
Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650
Extends from 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 Essotherm650 
  "Test Modelica.Media.Incompressible.Examples.Essotherm65"
  extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
     redeclare package Medium = 
        Modelica.Media.Incompressible.Examples.Essotherm650);
end Essotherm650;