This icon shall be used for a package/library that contains base models and classes, respectively.
Extends from Modelica.Icons.BasesPackage
(Icon for packages containing base classes).
Name | Description |
---|---|
BasicHX | Simple heat exchanger model |
WallConstProps | Pipe wall with capacitance, assuming 1D heat conduction and constant material properties |
Simple model of a heat exchanger consisting of two pipes and one wall in between. For both fluids geometry parameters, such as heat transfer area and cross section as well as heat transfer and pressure drop correlations may be chosen. The flow scheme may be concurrent or counterflow, defined by the respective flow directions of the fluids entering the component. The design flow direction with positive m_flow variables is counterflow.
Type | Name | Default | Description |
---|---|---|---|
Length | length | Length of flow path for both fluids | |
Integer | nNodes | 2 | Spatial segmentation |
ModelStructure | modelStructure_1 | Types.ModelStructure.av_vb | Determines whether flow or volume models are present at the ports |
ModelStructure | modelStructure_2 | Types.ModelStructure.av_vb | Determines whether flow or volume models are present at the ports |
Area | crossArea_1 | Cross sectional area | |
Area | crossArea_2 | Cross sectional area | |
Length | perimeter_1 | Flow channel perimeter | |
Length | perimeter_2 | Flow channel perimeter | |
final Boolean | use_HeatTransfer | true | = true to use the HeatTransfer_1/_2 model |
Area | area_h_1 | Heat transfer area | |
Area | area_h_2 | Heat transfer area | |
Length | s_wall | Wall thickness | |
ThermalConductivity | k_wall | Thermal conductivity of wall material | |
SpecificHeatCapacity | c_wall | Specific heat capacity of wall material | |
Density | rho_wall | Density of wall material | |
final Area | area_h | 0.5 * (area_h_1 + area_h_2) | Heat transfer area |
final Mass | m_wall | rho_wall * area_h * s_wall | Wall mass |
Boolean | allowFlowReversal | system.allowFlowReversal | allow flow reversal, false restricts to design direction (port_a -> port_b) |
Dynamics | energyDynamics | system.energyDynamics | Formulation of energy balance |
Dynamics | massDynamics | system.massDynamics | Formulation of mass balance |
Dynamics | momentumDynamics | system.momentumDynamics | Formulation of momentum balance, if pressureLoss options available |
Temperature | Twall_start | Start value of wall temperature | |
Temperature | dT | Start value for pipe_1.T - pipe_2.T | |
Boolean | use_T_start | true | Use T_start if true, otherwise h_start |
AbsolutePressure | p_a_start1 | Medium_1.p_default | Start value of pressure |
AbsolutePressure | p_b_start1 | Medium_1.p_default | Start value of pressure |
Temperature | T_start_1 | if use_T_start then Medium_1.T_default else Medium_1.temperature_phX(0.5 * (p_a_start1 + p_b_start1), h_start_1, X_start_1) | Start value of temperature |
SpecificEnthalpy | h_start_1 | if use_T_start then Medium_1.specificEnthalpy_pTX(0.5 * (p_a_start1 + p_b_start1), T_start_1, X_start_1) else Medium_1.h_default | Start value of specific enthalpy |
MassFraction | X_start_1[Medium_1.nX] | Medium_1.X_default | Start value of mass fractions m_i/m |
MassFlowRate | m_flow_start_1 | system.m_flow_start | Start value of mass flow rate |
AbsolutePressure | p_a_start2 | Medium_2.p_default | Start value of pressure |
AbsolutePressure | p_b_start2 | Medium_2.p_default | Start value of pressure |
Temperature | T_start_2 | if use_T_start then Medium_2.T_default else Medium_2.temperature_phX(0.5 * (p_a_start2 + p_b_start2), h_start_2, X_start_2) | Start value of temperature |
SpecificEnthalpy | h_start_2 | if use_T_start then Medium_2.specificEnthalpy_pTX(0.5 * (p_a_start2 + p_b_start2), T_start_2, X_start_2) else Medium_2.h_default | Start value of specific enthalpy |
MassFraction | X_start_2[Medium_2.nX] | Medium_2.X_default | Start value of mass fractions m_i/m |
MassFlowRate | m_flow_start_2 | system.m_flow_start | Start value of mass flow rate |
Length | roughness_1 | 2.5e-5 | Absolute roughness of pipe (default = smooth steel pipe) |
Length | roughness_2 | 2.5e-5 | Absolute roughness of pipe (default = smooth steel pipe) |
Type | Name | Description |
---|---|---|
FluidPort_b | port_b1 |   |
FluidPort_a | port_a1 |   |
FluidPort_b | port_b2 |   |
FluidPort_a | port_a2 |   |
Simple model of circular (or any other closed shape) wall to be used for pipe (or duct) models. Heat conduction is regarded one dimensional, capacitance is lumped at the arithmetic mean temperature. The spatial discretization (parameter n
) is meant to correspond to a connected fluid model discretization.
Type | Name | Default | Description |
---|---|---|---|
Integer | n | 1 | Segmentation perpendicular to heat conduction |
Length | s | Wall thickness | |
Area | area_h | Heat transfer area | |
Density | rho_wall | Density of wall material | |
SpecificHeatCapacity | c_wall | Specific heat capacity of wall material | |
ThermalConductivity | k_wall | Thermal conductivity of wall material | |
Mass | m[n] | fill(rho_wall * area_h * s / n, n) | Distribution of wall mass |
Dynamics | energyDynamics | system.energyDynamics | Formulation of energy balance |
Temperature | T_start | Wall temperature start value | |
Temperature | dT | Start value for port_b.T - port_a.T |
Type | Name | Description |
---|---|---|
HeatPort_a | heatPort_a[n] | Thermal port |
HeatPort_a | heatPort_b[n] | Thermal port |
Generated 2018-12-12 12:13:19 EST by MapleSim.