functionGSurfSurf
calculates parameters for conductance between different surfaces of the same type
Extends from Modelica.Icons.Function (Icon for functions).
Information
Calculates hRad * (min(a, b)) for each UASurPai value. (a, b) are entries of AArr as follows: (2, 1); (3, 1); (3, 2); (4, 1); (4, 2); (4, 3); ...
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Area | AArr | Vector of areas | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | hRad | Coefficient of heat transfer for linearized radiation exchange between surfaces |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermalConductance | UASurPai | Constant thermal conductance between pairs of surfaces, calculated as minimal area * hRad |
Revisions
- April 20, 2023 by Philip Groesdonk:
First Implementation. This is for AixLib issue #1080.