Extends from Buildings.BaseClasses.BaseIconExamples (Icon for Examples packages).
| Name | Description |
|---|---|
Buildings.Media.GasesPTDecoupled.Examples.TestMoistAir
| Type | Name | Default | Description |
|---|---|---|---|
| replaceable package Medium | Buildings.Media.GasesPTDecou... | 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 TestMoistAir
extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
redeclare package Medium =
Buildings.Media.GasesPTDecoupled.MoistAir);
end TestMoistAir;
Buildings.Media.GasesPTDecoupled.Examples.TestMoistAirNoLiquid
| Type | Name | Default | Description |
|---|---|---|---|
| replaceable package Medium | Buildings.Media.GasesPTDecou... | 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 TestMoistAirNoLiquid
extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
redeclare package Medium =
Buildings.Media.GasesPTDecoupled.MoistAirNoLiquid);
end TestMoistAirNoLiquid;
Buildings.Media.GasesPTDecoupled.Examples.TestSimpleAir
| Type | Name | Default | Description |
|---|---|---|---|
| replaceable package Medium | Buildings.Media.GasesPTDecou... | 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 TestSimpleAir
extends Modelica.Media.Examples.Tests.Components.PartialTestModel(
redeclare package Medium =
Buildings.Media.GasesPTDecoupled.SimpleAir);
end TestSimpleAir;