Interface: TemperatureSource
Describes a temperature source in the temperature system.
Properties
conductivity
• conductivity: number
The node thermal conductivity, in watts per kelvin.
Defined in
src/sdk/math/TemperatureSystem.ts:14
temperature
• temperature: number
The temperature, in degrees Celsius.
Defined in
src/sdk/math/TemperatureSystem.ts:11