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 |
FourPortHeatExchanger | Model transporting two fluid streams between four ports with storing mass or energy in n volumes |
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 |
PartialModularPort_a | Base model for all modular models with multiple inlet ports and one outlet port |
PartialModularPort_ab | Base model for all modular models with multiple inlet and outlet ports |
PartialModularPort_b | Base model for all modular models with one inlet port and multiple outlet ports |
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 |
PassThroughMedium | To make medium connectors conditional |
PortAThroughPortsB | Model to connect single port port_a to fluid port bus ports_b |
PortsAThroughPortB | Model to connect fluid port bus ports_a to single port port_b |
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 |
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 |