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