setBubbleStateReturn the thermodynamic state on the bubble line |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This function shall be used in order to calculate the thermodynamic state record for the liquid phase boundary. It requires the saturation record as input which can be determined by both functions setSat_p and setSat_T:
Example:
Medium.AbsolutePressure p=3e5; // Viscosity on the liquid phase boundary Modelica.SIunits.DynamicViscosity eta_liq; equation eta_liq = Medium.DynamicViscosity(Medium.setBubbleState(Medium.setSat_p(p)));
It is only valid in the two-phase region (i.e., ptriple ≤ p ≤ pcrit ).
sat |
Type: SaturationProperties Description: Saturation point |
---|---|
phase |
Default Value: 1 Type: FixedPhase Description: Phase: default is one phase |
state |
Type: ThermodynamicState Description: Complete thermodynamic state info |
---|