DLR-SR / ThermofluidStream

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

Simple compressor (flow controlled and pressure controlled) #196

Closed RaphaelGebhart closed 3 months ago

RaphaelGebhart commented 3 months ago

Similar to SimplePumps (for "compressible" media).

Actually the approach works for all media (in theory and from my experience also in practice, use for example ThermofluidStream.Media.myMedia.Incompressible.Examples.Essotherm650). But i dont know how to call a component that can be interpreted as either pump or compressor or fan.

RaphaelGebhart commented 3 months ago

Merged compressors into pumps, because for the simple case (from a thermodynamic perspective) pump and compressor do the same (just for different media).