modelOneMass
Cooling of one hot mass
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
7th test example: OneMass
A thermal capacity is coupled with a coolant flow. Different initial temperatures of thermal capacity and pipe's coolant get ambient's temperature, the time behaviour depending on coolant flow.Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| FluidHeatFlow.Media.Medium | medium | FluidHeatFlow.Media.Medium() | Cooling medium |
| SI.Temperature | TAmb | 293.15 | Ambient temperature |
| SI.Temperature | TMass | 313.15 | Initial temperature of mass |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.TemperatureDifference | dTMass | heatCapacitor.port.T - TAmb | Temperature difference between mass and ambient condition |
| SI.TemperatureDifference | dTtoPipe | heatCapacitor.port.T - pipe.T_q | Temperature difference between mass and coolant |
| SI.TemperatureDifference | dTCoolant | pipe.dT | Coolant's temperature increase |
| FluidHeatFlow.Sources.Ambient | ambient1 | ||
| FluidHeatFlow.Sources.VolumeFlow | pump | ||
| FluidHeatFlow.Components.Pipe | pipe | ||
| FluidHeatFlow.Sources.Ambient | ambient2 | ||
| Modelica.Thermal.HeatTransfer.Components.HeatCapacitor | heatCapacitor | ||
| Modelica.Thermal.HeatTransfer.Components.ThermalConductor | thermalConductor | ||
| FluidHeatFlow.Examples.Utilities.DoubleRamp | volumeFlow |