Model for an air damper whose airflow is proportional to the input signal, assuming
that at y = 1
, m_flow = m_flow_nominal
. This is unless the pressure difference
dp
is too low,
in which case a kDam = m_flow_nominal/sqrt(dp_nominal)
characteristic is used.
The model is similar to IBPSA.Fluid.Actuators.Valves.TwoWayPressureIndependent, except for adaptations for damper parameters. Please see that documentation for more information.
The fractional opening of the damper is computed by
The quadratic interpolation used outside the exponential domain in the function IBPSA.Fluid.Actuators.BaseClasses.exponentialDamper yields a local extremum. Therefore, the formal inversion of the function is not possible. A cubic spline is used instead to fit the inverse of the damper characteristics. The central domain of the characteritics having a monotonous exponential profile, its inverse can be properly approximated with three equidistant support points. However, the quadratic functions used outside of the exponential domain can have various profiles depending on the damper coefficients. Therefore, five linearly distributed support points are used on each side domain to ensure a good fit of the inverse.
Note that below a threshold value of the input control signal (fixed at 0.02), the fractional opening is forced to zero and no more related to the actual flow coefficient of the damper. This avoids steep transients of the computed opening while transitioning from reverse flow. This is to be considered as a modeling workaround (avoiding the introduction of an additional state variable) to prevent control chattering during shut off operation where the pressure difference at the damper boundaries can vary between slightly positive and negative values due to outdoor pressure variations.
order
to a constant
as most users need not change this value.