Interface and base class for an ideally mixed fluid volume with the ability to store mass and energy. The following boundary flow and source terms are part of the energy balance and must be specified in an extending class:
Qb_flow
, e.g., convective or
latent heat flow rate across segment boundary, andWb_flow
, work term, e.g.,
p*der(fluidVolume) if the volume is not constant.The component volume fluidVolume
is an input that needs to be set in the extending class to complete
the model.
Further source terms must be defined by an extending class for fluid flow across the segment boundary:
Hb_flow
, enthalpy flow,mb_flow
, mass flow,mbXi_flow
, substance mass flow,
andmbC_flow
, trace substance mass
flow.Name | Description |
---|---|
Medium | Medium in the component |