This model outputs the mass fraction of the passing fluid.
The sensor is ideal, i.e. it does not influence the fluid.
If the parameter tau
is non-zero, then its output
is computed using a first order differential equation.
Setting tau=0
is not recommend. See
Annex60.Fluid.Sensors.UsersGuide for an explanation.
XiVec[Medium.nXi](quantity=Medium.extraPropertiesNames)
to
XiVec[Medium.nXi](quantity=Medium.substanceNames[1:Medium.nXi])
.1
to kg/kg
to indicate that it is a mass fraction, and declared the assignment final.
tauInv
since this now exists in
Annex60.Fluid.Sensors.BaseClasses.PartialDynamicFlowSensor.
This is for
#372.
min
and max
values for
output signals to allow for numerical approximation error
without violating these bounds.extends
statement
to replaceable
to avoid a translation error in
OpenModelica.
der(X) := 0;
from the initial algorithm section to
the initial equation section
as this assignment does not conform to the Modelica specification.