This package contains basic classes that are used to build component models that change the state of the fluid. The classes are not directly usable, but can be extended when building a new model.
Name | Description |
---|---|
UsersGuide | User's Guide |
ConservationEquation | Lumped volume with mass and energy balance |
EightPort | Partial model with eight ports |
EightPortHeatMassExchanger | Model transporting four fluid streams between eight ports with storing mass or energy |
FourPortHeatMassExchanger | Model transporting two fluid streams between four ports with storing mass or energy |
LumpedVolumeDeclarations | Declarations for lumped volumes |
PartialEightPortInterface | Partial model with eight ports and declaration of quantities that are used by many models |
PartialFourPort | Partial model with four ports |
PartialFourPortInterface | Partial model with four ports and declaration of quantities that are used by many models |
PartialFourPortParallel | Partial model with four ports for components with parallel flow |
PartialTwoPort | Partial component with two ports |
PartialTwoPortInterface | Partial model with two ports and declaration of quantities that are used by many models |
PartialTwoPortTransport | Partial element transporting fluid between two ports without storage of mass or energy |
PartialTwoPortVector | Partial component with two ports, one of which being vectorized |
PrescribedOutlet | Component that assigns the outlet fluid property at port_a based on an input signal |
StaticFourPortHeatMassExchanger | Partial model transporting two fluid streams between four ports without storing mass or energy |
StaticTwoPortConservationEquation | Partial model for static energy and mass conservation equations |
StaticTwoPortHeatMassExchanger | Partial model transporting fluid between two ports without storing mass or energy |
TemperatureControlledHeatFlow | Prescribed heat flow boundary condition, depending on a set temperature TSet |
TwoPortHeatMassExchanger | Partial model transporting one fluid stream with storing mass or energy |
EightPortFlowResistanceParameters | Parameters for flow resistance for models with height ports |
FourPortFlowResistanceParameters | Parameters for flow resistance for models with four ports |
TwoPortFlowResistanceParameters | Parameters for flow resistance for models with two ports |
Examples | Collection of models that illustrate model use and test models |