modelCylindricLoad
Model for a cylindric heat capacity
Information
Overview
The CylindricLoad model represents a cylindric heat
capacity, which is described by its area, density, thickness and
material specific heat capacity.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Density | rho | 1600 | Density of material |
| Modelica.Units.SI.SpecificHeatCapacity | c | 1000 | Specific heat capacity of material |
| Modelica.Units.SI.Length | d_out | outer diameter of pipe | |
| Modelica.Units.SI.Length | d_in | inner diameter of pipe | |
| Modelica.Units.SI.Length | length | Length of pipe | |
| Modelica.Units.SI.Temperature | T0 | 289.15 | initial temperature |
| Integer | nParallel | 1 | Number of identical parallel pipes |
| Modelica.Units.SI.Mass | m | nParallel*rho*length*Modelica.Constants.pi*(d_out*d_out - d_in*d_in)/4 | Mass of material |
| Dynamics › Equations | |||
| Modelica.Fluid.Types.Dynamics | energyDynamics | Modelica.Fluid.Types.Dynamics.DynamicFreeInitial | Type of energy balance: dynamic (3 initialization options) or steady state |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | port |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Components.HeatCapacitor | heatCapacitor |
Revisions
- January 24, 2020 by Philipp Mehrfeld:
#793 Switch to MSL capacity model and to Dynamics enumerator to control init and energy conversion during simulation. -
October 12, 2016 by Marcus Fuchs:
Add comments and fix documentation -
October 11, 2016 by Sebastian Stinner:
Transferred to AixLib -
November 13, 2013 by Ole Odendahl:
Formatted documentation appropriately