Partial model for air dampers with exponential opening characteristics. This is the base model for air dampers and variable air volume flow boxes. The model implements the functions that relate the opening signal, the pressure drop and the mass flow rate. The model also defines parameters that are used by different air damper models.
For a description of the opening characteristics and typical parameter values, see the damper model IBPSA.Fluid.Actuators.Dampers.Exponential.
v_nominal
, but set the assignment of A
to be final. This allows scaling the model with m_flow_nominal
,
which is generally known in the flow leg,
and v_nominal
, for which a default value can be specified.v_nominal
and variable area
,
to simplify parameterization of the model.
Also added assertion statements upon initialization
for parameters k0
and k1
so that they fall within
suggested ranges found in ASHRAE 825-RP. This is for
#544.
Evaluate=true
for use_constant_density
.
This is a structural parameter. Adding this annotation leads to fewer
numerical Jacobians for
Buildings.Examples.VAVReheat.ClosedLoop
with
Buildings.Media.PerfectGases.MoistAirUnsaturated
.
IBPSA.Fluid.BaseClasses.PartialResistance
,
IBPSA.Fluid.Actuators.BaseClasses.PartialTwoWayValve
,
IBPSA.Fluid.Actuators.BaseClasses.PartialDamperExponential
,
IBPSA.Fluid.Actuators.BaseClasses.PartialActuator
and model
IBPSA.Fluid.FixedResistances.PressureDrop
.