The equation updater is used to update a Algebraic Equations and evaluates a set of input nodalArrays and stores the ouput in one or more user-specified nodalArrays. The number of inputs and outputs are defined by the kind of Algebraic Equations being used for the Equation.
The equation updater accepts the following parameters, in addition to those required by Updater:
in
(string vector, required)out
(string vector, required)There are no additional parameters for this kind of Updater.
Equation
The following code block demonstrates the usage of the equation updater combined with the bremsPowerSrc source
<Updater radiationSourceUpdater>
kind = equation1d
onGrid = domain
in = [elecNumDensity, temperature, zeffective]
out = [radiationPower]
<Equation Bremsstrahlung>
kind = bremsPowerSrc
</Equation>
</Updater>