modelPartialAdiabatic
Base class for adiabatic thermodynamic models for given outlet pressure
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Base model of an adiabatic process. The model is supposed to compute the outlet specific enthalpy based on:
- Inlet state
- Outlet pressure
- Isentropic efficiency
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Medium.ThermodynamicState | state_in | Inlet state | |
| Medium.AbsolutePressure | p_out | Outlet pressure | |
| SI.Efficiency | eta_is | Isentropic efficiency | |
| Medium.SpecificEnthalpy | h_out | Outlet specific enthalpy | |
| SI.SpecificEnthalpy | w_t | Specific technical work | |
| SI.SpecificEnthalpy | w_t_is | Specific isentropic technical work | |
| Medium.AbsolutePressure | p_in | Medium.pressure(state_in) | Inlet pressure |
| Medium.MassFraction[Medium.nXi] | Xi_in | Medium.massFraction(state_in) | Inlet mass fractions |
Contents
| Name | Description |
|---|---|
| Medium model (automatically inherited from enclosing component; not required to be configured; can be ignored) |
Revisions
-
2026, by Raphael Gebhart (raphael.gebhart@dlr.de):
Initial version.