This is a partial model for models that describe the bi-directional air flow through large openings.
Models that extend this model need to compute
mAB_flow
and mBA_flow
,
or alternatively VAB_flow
and VBA_flow
,
and the face area area
.
The face area is a variable to allow this partial model to be used
for doors that can be open or closed as a function of an input signal.
Name | Description |
---|---|
Medium | Medium in the component |
m1_flow_small
and
m2_flow_small
to final
.
These quantities are not used in this model and models that extend from it.
Hence there is no need for the user to change the value.
allowFlowReversal=true
as the flow can be slightly negative
due to the regularization, in which case the m_flow(min=0)
that is set in the base class
IDEAS.Fluid.Interfaces.PartialFourPort
is violated.fixed=true
attribute for
mExcAB
and mExcBA
.
This avoids a warning during translation.