Table of Contents

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

double

Density

[kg/m^3] Density of the component.

public double Density

Field Value

double

Filename

Filename for the lookuptable

public string Filename

Field Value

string

LUTTemperature

[k] The temperature obtained from the look up table.

public double LUTTemperature

Field Value

double

OperationalMax

[K] Maximum Operational Temperature

public double OperationalMax

Field Value

double

OperationalMin

[K] Minimum Operational Temperature

public double OperationalMin

Field Value

double

SelfGeneratedHeat

[J] Heat Generated due to self functionality

public double SelfGeneratedHeat

Field Value

double

SpecificHeat

[J/kg.K] Specific Heat of the Component

public double SpecificHeat

Field Value

double

Temperature

[k] Final Temperature of the component

public double Temperature

Field Value

double

ThermalAnalysis

Controls the thermal analysis type.

public ThermalAnalysis ThermalAnalysis

Field Value

ThermalAnalysis

ThermalLUT

Stores the interpolated values of the thermal lookup table

public CSVFile ThermalLUT

Field Value

CSVFile

ThermalNodeRef

The reference column for the thermal database

public int ThermalNodeRef

Field Value

int