Wolfram Computation Meets Knowledge

Thermodynamic Energy

In thermodynamics, the internal energy of a system is the energy contained within the system, excluding the kinetic energy of motion of the system as a whole and the potential energy of the system as a whole due to external force fields.

The energy equals the Boltzmann constant times the temperature.

Formula

QuantityVariable["E", "Energy"] == Quantity[1, "BoltzmannConstant"]*QuantityVariable["T", "Temperature"]

symbol description physical quantity
E energy "Energy"
T temperature "Temperature"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Thermodynamic Energy"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Thermodynamic Energy"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Thermodynamic Energy"], {QuantityVariable["T","Temperature"] -> 
   Quantity[273, "Kelvins"]}]
Out[3]=

Publisher Information