TemperatureToEnergySI Method |
Returns the energy corresponding to the provided temperature in Joule.
Namespace: Altaxo.ScienceAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double ToEnergySI(
double srcValue,
TemperatureRepresentation srcUnit
)
Parameters
- srcValue Double
- Temperature value.
- srcUnit TemperatureRepresentation
- Temperature unit.
Return Value
DoubleEnergy kB*T in Joule, where kB is the BOLTZMANN constant and T the temperature in Kelvin.
See Also