Temperature¶
- Type:
0-Tensor, or section
- Range:
[v_1, …, v_1]
- Default:
-/-
- Appearance:
optional
Specifies the temperature
The unit of the temperature is the kelvin, 
A constant temperature can be defined by assigning a scalar:
# define a constant temperature
Temperature = ...
For more general cases, a temperature field may be given as a section in order to deal with space, time, and parameter dependent definitions:
# define a temperature field as a section
Temperature {
Constant {...}
Python {...}
...
}
Field definitions within this section are summed up. Consult the subsequent sections to see which types of field definitions are allowed.