18 params.
addClassDescription(
"An AuxKernel that calculates the electrostatic electric field given "
19 "the electrostatic potential.");
20 MooseEnum sign(
"positive=1 negative=-1",
"negative");
registerMooseObject("ElectromagneticsApp", PotentialToFieldAux)
This AuxKernel calculates the electrostatic electric field given the electrostatic potential.
static InputParameters validParams()
Real _sign
Sign prefactor for calculation as determined via MooseEnum (default = negative, or -1)
PotentialToFieldAux(const InputParameters ¶meters)
virtual Real computeValue() override
static InputParameters validParams()
virtual Real computeValue() override