Functions / Blocks
Opened this issue · 0 comments
RaphaelGebhart commented
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.