modelPartialFixed
Base class
Information
Defines the parameters.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.MassFlowRate | m_flow | 1 | Mass flow rate |
| Medium.AbsolutePressure | p_in | 100000 | Inlet pressure |
| Medium.Temperature | T_in | 293.15 | Inlet temperature |
| SI.PressureDifference | dp | 100000 | Pressure difference |
| SI.Efficiency | eta_is | 0.8 | Isentropic efficiency |
| Medium.AbsolutePressure | p_out | p_in + dp | Outlet pressure |
| Real | pRatio | p_out/p_in | Pressure ratio |
| Medium.ThermodynamicState | state_in | Medium.setState_pT(p_in, T_in) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ThermofluidStream.Idealized.Processes.AdiabaticThermodynamicModels.FullMedium | adiabaticModel | Adiabatic process calculation | |
| Medium.SpecificEnthalpy | h_out | adiabaticModel.h_out | Outlet specific enthalpy |
| Medium.SpecificEnthalpy | h_in | Medium.specificEnthalpy(state_in) | Inlet specific enthalpy |
| SI.SpecificEnthalpy | dh | h_out - h_in | Specific enthalpy difference |
| SI.Power | P | m_flow*dh | Power |
| ThermofluidStream.DropOfCommons | dropOfCommons |
Contents
| Name | Description |
|---|---|
Revisions
-
2026, by Raphael Gebhart (raphael.gebhart@dlr.de):
Initial version.