DLR-SR / ThermofluidStream

The DLR Thermofluid Stream Library
BSD 3-Clause "New" or "Revised" License
55 stars 26 forks source link

Functions / Blocks #178

Open RaphaelGebhart opened 4 months ago

RaphaelGebhart commented 4 months ago

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.