**volumetric_heat#
Description#
This BC is used to impose a volumetric heat flux within a given element set. In 3D and SI units, it should be given in \(W.m^{-3}\).
This keyword replaces the now deprecated keyword **fluvol.
Syntax#
**volumetric_heat elset value table
elsetCharacter name for the element set (
elset) within which the heat generation is applied.valueReal base value for the heat flux. This value scales the current table value to obtain the heat flux magnitude.
tableCharacter name of a pre-defined loading table or list of tables (see the option
***table). The table value describes the magnitude of the flux in time.
Example#
**volumetric_heat
str 20.0 tab1
**volumetric_heat_from_parameter#
Description#
This BC is used to impose a volumetric heat flux within a given element set. The time-space values are taken from a parameter field.
Syntax#
**volumetric_heat_from_parameter
\(~\,~\,\) elset value parameter_name
elsetCharacter name for the element set (
elset) within which the heat generation is applied.valueReal base value for the heat flux. This value scales the given parameter field to obtain the heat flux magnitude.
parameter_nameName of the parameter.
Example#
**volumetric_heat_from_parameter
str 20.0 param1