19 "form of $(0.5Re(\\sigma E \\cdot E^{*} ))$");
23 "The real component of the material conductivity.");
29 _E_real(coupledVectorValue(
"E_real")),
30 _E_imag(coupledVectorValue(
"E_imag")),
31 _cond(getADMaterialProperty<
Real>(getParam<
std::string>(
"conductivity")))
33 mooseDeprecated(
"This kernel will be deprecated in the near future (10/01/2025) in favor of " 34 "exclusively using the Heat Transfer module's 'JouleHeatingHeatGeneratedAux' for " 35 "coupling electromagnetics to heat transfer problems.");
void mooseDeprecated(Args &&... args) const
const ADMaterialProperty< Real > & _cond
Real component of the material conductivity (in S/m)
const VectorVariableValue & _E_imag
Vector variable of the imaginary component of the electric field.
virtual Real computeValue() override
registerMooseObject("ElectromagneticsApp", EMJouleHeatingHeatGeneratedAux)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
NOTE: This kernel will be deprecated in the near future (10/01/2025) in favor of exclusively using th...
static InputParameters validParams()
const VectorVariableValue & _E_real
Vector variable of the real component of the electric field.
EMJouleHeatingHeatGeneratedAux(const InputParameters ¶meters)