You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some ThermofluidStream models use replaceable function to consider different behavior of models, especially e.g. ThermofluidStream.Processes.FlowResistance pressure loss function and ThermofluidStream.Processes.Internal.PartialTurboComponent pressure difference function. Currently for functions only outputs are accessible, which can contribute to implementation errors (#139, #168).
Therefor we might consider to use replaceable models instead, as e.g. extensively used in Actuator Library.
The text was updated successfully, but these errors were encountered:
Currently some ThermofluidStream models use
replaceable function
to consider different behavior of models, especially e.g.ThermofluidStream.Processes.FlowResistance
pressure loss function andThermofluidStream.Processes.Internal.PartialTurboComponent
pressure difference function. Currently for functions only outputs are accessible, which can contribute to implementation errors (#139, #168).Therefor we might consider to use replaceable models instead, as e.g. extensively used in Actuator Library.
The text was updated successfully, but these errors were encountered: