This class contains parameters and medium properties that are used in the lumped volume model, and in models that extend the lumped volume model.
These parameters are used for example by AixLib.Fluid.Interfaces.ConservationEquation, AixLib.Fluid.MixingVolumes.MixingVolume and AixLib.Fluid.HeatExchangers.Radiators.RadiatorEN442_2.
| Name | Description |
|---|---|
| Medium in the component |
massDynamics to Advanced tab,
added assertion for correct combination of energy and mass dynamics and
changed type from record to block.quantity=Medium.substanceNames for X_start.
mFactor to increase the thermal capacity.
substanceDynamics and traceDynamics to final
and equal to energyDynamics,
as there is no need to make them different from energyDynamics.
energyDynamics to
Modelica.Fluid.Types.Dynamics.DynamicFreeInitial because
Modelica.Fluid.Types.Dynamics.SteadyStateInitial leads
to high order DAE that Dymola cannot reduce.
energyDynamics to
Modelica.Fluid.Types.Dynamics.SteadyStateInitial.