Class ThermalProperties
- Namespace
- NominalSystems.Universe
- Assembly
- NominalSystems.Universe.dll
Struct that is used to analyse the thermal properties of a physical component
public class ThermalProperties
- Inheritance
-
ThermalProperties
Constructors
ThermalProperties()
A basic constructor that does not pass any parameters in.
public ThermalProperties()
Fields
Conductivity
[W/m.K] Conductivity of the Component
public double Conductivity
Field Value
Density
[kg/m^3] Density of the component.
public double Density
Field Value
Filename
Filename for the lookuptable
public string Filename
Field Value
LUTTemperature
[k] The temperature obtained from the look up table.
public double LUTTemperature
Field Value
OperationalMax
[K] Maximum Operational Temperature
public double OperationalMax
Field Value
OperationalMin
[K] Minimum Operational Temperature
public double OperationalMin
Field Value
SelfGeneratedHeat
[J] Heat Generated due to self functionality
public double SelfGeneratedHeat
Field Value
SpecificHeat
[J/kg.K] Specific Heat of the Component
public double SpecificHeat
Field Value
Temperature
[k] Final Temperature of the component
public double Temperature
Field Value
ThermalAnalysis
Controls the thermal analysis type.
public ThermalAnalysis ThermalAnalysis
Field Value
ThermalLUT
Stores the interpolated values of the thermal lookup table
public CSVFile ThermalLUT
Field Value
ThermalNodeRef
The reference column for the thermal database
public int ThermalNodeRef