| Buildings.Fluid.Movers.Data.Generic | per (from PartialFlowMachine) | | |
| Boolean | computePowerUsingSimilarityLaws (from PartialFlowMachine) | | = true, compute power exactly, using similarity laws. Otherwise approximate. |
| Boolean | addPowerToMedium (from PartialFlowMachine) | true | Set to false to avoid any power (=heat and flow work) being added to medium (may give simpler equations) |
| Boolean | nominalValuesDefineDefaultPressureCurve (from PartialFlowMachine) | false | Set to true to avoid warning if m_flow_nominal and dp_nominal are used to construct the default pressure curve |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | | |
| Dynamics › Conservation equations |
| Modelica.Fluid.Types.Dynamics | energyDynamics (from LumpedVolumeDeclarations) | Modelica.Fluid.Types.Dynamics.DynamicFreeInitial | Type of energy balance: dynamic (3 initialization options) or steady state |
| Modelica.Fluid.Types.Dynamics | substanceDynamics (from LumpedVolumeDeclarations) | energyDynamics | Type of independent mass fraction balance: dynamic (3 initialization options) or steady state |
| Modelica.Fluid.Types.Dynamics | traceDynamics (from LumpedVolumeDeclarations) | energyDynamics | Type of trace substance balance: dynamic (3 initialization options) or steady state |
| Modelica.Units.SI.Time | tau (from PartialFlowMachine) | 1 | Time constant of fluid volume for nominal flow, used if energy or mass balance is dynamic |
| Advanced › Dynamics |
| Modelica.Fluid.Types.Dynamics | massDynamics (from LumpedVolumeDeclarations) | energyDynamics | Type of mass balance: dynamic (3 initialization options) or steady state, must be steady state if energyDynamics is steady state |
| Initialization |
| Medium.AbsolutePressure | p_start (from LumpedVolumeDeclarations) | Medium.p_default | Start value of pressure |
| Medium.Temperature | T_start (from LumpedVolumeDeclarations) | Medium.T_default | Start value of temperature |
| Medium.MassFraction[Medium.nX] | X_start (from LumpedVolumeDeclarations) | Medium.X_default | Start value of mass fractions m_i/m |
| Medium.ExtraProperty[Medium.nC] | C_start (from LumpedVolumeDeclarations) | fill(0, Medium.nC) | Start value of trace substances |
| Medium.ExtraProperty[Medium.nC] | C_nominal (from LumpedVolumeDeclarations) | fill(1E-2, Medium.nC) | Nominal value of trace substances. (Set to typical order of magnitude.) |
| Dynamics |
| Real | mSenFac (from LumpedVolumeDeclarations) | 1 | Factor for scaling the sensible thermal mass of the volume |
| Assumptions |
| Boolean | allowFlowReversal (from PartialTwoPort) | true | = false to simplify equations, assuming, but not enforcing, no flow reversal |
| Control |
| Buildings.Fluid.Types.InputType | inputType (from PartialFlowMachine) | Buildings.Fluid.Types.InputType.Continuous | Control input type |
| Real | constInput (from PartialFlowMachine) | 0 | Constant input set point |
| Real[:] | stageInputs (from PartialFlowMachine) | | Vector of input set points corresponding to stages |
| Dynamics › Motor speed |
| Boolean | use_riseTime (from PartialFlowMachine) | true | Set to true to continuously change motor speed |
| Modelica.Units.SI.Time | riseTime (from PartialFlowMachine) | 30 | Time needed to change motor speed between zero and full speed |
| Modelica.Blocks.Types.Init | init (from PartialFlowMachine) | Modelica.Blocks.Types.Init.InitialOutput | Type of initialization (no init/steady state/initial state/initial output) |
| Real | y_start (from SpeedControlled_y) | 0 | Initial value of speed |
| Advanced |
| Modelica.Units.SI.MassFlowRate | m_flow_small (from PartialFlowMachine) | 1E-4*abs(_m_flow_nominal) | Small mass flow rate for regularization of zero flow |
| Advanced › Diagnostics |
| Boolean | show_T (from PartialFlowMachine) | false | = true, if actual temperature at port is computed |