Package with type definitions
This package contains type definitions.
Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).
Name | Description |
---|---|
EfficiencyCurves | Enumeration to define the efficiency curves |
CvTypes | Enumeration to define the choice of valve flow coefficient |
HeatExchangerConfiguration | Enumeration for heat exchanger construction |
HeatExchangerFlowRegime | Enumeration for heat exchanger flow configuration |
InputType | Input options for movers |
type EfficiencyCurves = enumeration( Constant "constant", Polynomial "Polynomial", QuadraticLinear "quadratic in x1, linear in x2") "Enumeration to define the efficiency curves";
type CvTypes = enumeration( OpPoint "flow coefficient defined by m_flow_nominal/sqrt(dp_nominal)", Kv "Kv (metric) flow coefficient", Cv "Cv (US) flow coefficient", Av "Av (metric) flow coefficient") "Enumeration to define the choice of valve flow coefficient";
type HeatExchangerConfiguration = enumeration( ParallelFlow "Parallel flow", CounterFlow "Counter flow", CrossFlowUnmixed "Cross flow, both streams unmixed", CrossFlowStream1MixedStream2Unmixed "Cross flow, stream 1 mixed, stream 2 unmixed", CrossFlowStream1UnmixedStream2Mixed "Cross flow, stream 1 unmixed, stream 2 mixed") "Enumeration for heat exchanger construction";
type HeatExchangerFlowRegime = enumeration( ParallelFlow "Parallel flow", CounterFlow "Counter flow", CrossFlowUnmixed "Cross flow, both streams unmixed", CrossFlowCMinMixedCMaxUnmixed "Cross flow, CMin mixed, CMax unmixed", CrossFlowCMinUnmixedCMaxMixed "Cross flow, CMin unmixed, CMax mixed") "Enumeration for heat exchanger flow configuration";
type InputType = enumeration( Constant "Use parameter to set stage", Stages "Use integer input to select stage", Continuous "Use continuous, real input") "Input options for movers";