Class ThermalNodeMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] The Thermal Node message can define the thermal information of the message.
public sealed class ThermalNodeMessage : Message
- Inheritance
-
ThermalNodeMessage
Fields
Enabled
A flag whether the thermal properties are enabled.
[Unit(UnitType.NONE)]
public bool Enabled
Field Value
GeneratedHeat
Heat Generated due to self functionality.
[Unit(UnitType.JOULE)]
public double GeneratedHeat
Field Value
Temperature
Final Temperature of the component.
[Unit(UnitType.KELVIN)]
public double Temperature