Utility classes used by the Example models
Utility models and functions used in the Examples
Extends from Modelica.Icons.UtilitiesPackage (Icon for utility packages).
Name | Description |
---|---|
DirectCapacity | Input/output block of a direct heatCapacity model |
InverseCapacity | Input/output block of an inverse heatCapacity model |
Conduction | Input/output block of a conduction model |
Input/output block of a direct heatCapacity model
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Name | Description |
---|---|
C | HeatCapacity [J/K] |
Name | Description |
---|---|
Q_flowDrive | [W] |
T | Heat capacity changes temperature T due to heat flow Q_flow [K] |
derT | Heat capacity changes temperature T due to heat flow Q_flow [K/s] |
Q_flow | Heat flow to the heat capacity [W] |
Input/output block of an inverse heatCapacity model
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Name | Description |
---|---|
C | HeatCapacity [J/K] |
Name | Description |
---|---|
T | Temperature to drive the heatCapacity [K] |
derT | Temperature to drive the heatCapacity [K/s] |
Q_flow | Heat flow needed to drive the heatPort according to T, derT [W] |
Input/output block of a conduction model
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Name | Description |
---|---|
G | Thermal conductance [W/K] |
Name | Description |
---|---|
T1 | Temperature of left heatPort of conduction element [K] |
Q_flow1 | Heat flow generated by the conduction element [W] |
T2 | Temperature of right heatPort of conduction element [K] |
Q_flow2 | Heat flow generated by the conduction element [W] |