-
Added package
Buildings.Airflow.Multizone
with models for multizone airflow and contaminant transport.
-
Added the model
Buildings.Utilities.Comfort.Fanger
for thermal comfort calculations.
-
Rewrote
Buildings.Fluid.Storage.BaseClasses.ThirdOrderStratifier
, which is used in
Buildings.Fluid.Storage.StratifiedEnhanced
,
to avoid state events when the flow reverses.
This leads to faster and more robust simulation.
-
In models of package
Buildings.Fluid.MixingVolumes
,
added nominal value for mC
to avoid wrong trajectory
when concentration is around 1E-7.
See also
https://trac.modelica.org/Modelica/ticket/393.
-
Fixed bug in fan and pump models that led to too small an enthalpy
increase across the flow device.
-
In model
Buildings.Fluid.Movers.FlowControlled_dp
,
changed assert(dp_in ≥ 0, ...)
to assert(dp_in ≥ -0.1, ...)
.
The former implementation triggered the assert if dp_in
was solved for
in a nonlinear equation since the solution can be slightly negative while still being
within the solver tolerance.
-
Added model
Buildings.Controls.SetPoints.Table
that allows the specification of a floating setpoint using a table of values.
-
Revised model
Buildings.Fluid.HeatExchangers.Radiators.RadiatorEN442_2
.
The new version has exactly the same nominal power during the simulation as specified
by the parameters. This also required a change in the parameters.
Generated at 2024-12-26T19:25:54Z
by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos