const ADVectorVariableValue & _efield
The electric field defined from a vector variable.
static InputParameters validParams()
ADMaterialProperty< RealVectorValue > & _electric_field_complex
Complex electric field material property.
virtual void computeFieldValue()
Function that defines the field depending on supplied variable type.
ADMaterialProperty< RealVectorValue > & _electric_field
Electric field material property.
const ADVariableGradient & _grad_potential
The electric field defined from the gradient of a scalar variable.
ElectromagneticHeatingMaterial(const InputParameters ¶meters)
Material class used to provide the electric field as a material property and computes the residual co...
const Real & _heating_scaling
Coefficient to multiply by heating term.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const ADMaterialProperty< Real > & _elec_cond
Real component of the material conductivity (in S/m)
virtual void computeJouleHeating()
Function that defines the residual for Joule heating.
const InputParameters & parameters() const
virtual void computeQpProperties() override
const ADVectorVariableValue & _efield_complex
The complex component of the electric field, needed for time-harmonic formulations.
const MooseVariableFieldBase & _electric_field_var
The variable data of the supplied variable for the electric field.
ADMaterialProperty< Real > & _electric_field_heating
Joule heating residual material property.
MooseEnum _formulation
The domain formulation of the EM residuals (either TIME or FREQUENCY)
MooseEnum _solver
The solver formulation the electric field (either ELECTROSTATIC or ELECTROMAGNETIC) ...
const bool _is_vector
True if the supplied variable is a vector.