Partial model for a fluid source that either prescribes
pressure or mass flow rate.
Models that extend this partial model need to prescribe the outflowing
specific enthalpy, composition and trace substances.
This partial model only declares the ports
and ensures that the pressures at all ports are equal.
If the parameter verifyInputs
is set to true
,
then a protected instance of medium base properties is enabled.
This instance verifies that the
medium temperature is within the bounds T_min
and T_max
,
where T_min
and T_max
are constants of the Medium
.
If the temperature is outside these bounds, the simulation will stop with an error.
This partial model provides medium selection for water, moist air and glycol. For a model that only provides moist air as a selection, use BuildingSystems.Fluid.Sources.BaseClasses.PartialAirSource.
Name | Description |
---|---|
Medium | Medium in the component |
each
and added missing instance comment.