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

TypeNameDefaultDescription
Medium.ThermodynamicStatestate_inInlet state
Medium.AbsolutePressurep_outOutlet pressure
SI.Efficiencyeta_isIsentropic efficiency
Medium.SpecificEnthalpyh_outOutlet specific enthalpy
SI.SpecificEnthalpyw_tSpecific technical work
SI.SpecificEnthalpyw_t_isSpecific isentropic technical work
Medium.AbsolutePressurep_inMedium.pressure(state_in)Inlet pressure
Medium.MassFraction[Medium.nXi]Xi_inMedium.massFraction(state_in)Inlet mass fractions

Contents

NameDescription
MediumMedium 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.