WaveEquationCoefficient(const InputParameters ¶meters)
const ADMaterialProperty< Real > & _eps_r_imag
Imaginary component of the relative electric permittivity.
virtual void computeQpProperties() override
const MaterialPropertyName & _prop_name_real
Material property name for the real component.
const ADMaterialProperty< Real > & _mu_r_imag
Real component of the relative magnetic permeability.
Material for use as coefficient $a k^2 mu_r epsilon_r$ (where a is a scalar coefficient) in standard-...
const ADMaterialProperty< Real > & _eps_r_real
Real component of the relative electric permittivity.
const ADMaterialProperty< Real > & _k_real
Real component of the wave number.
Real _coef
Real-valued coefficient (defaults to 1)
ADMaterialProperty< Real > & _prop_real
Material property for the real component.
const ADMaterialProperty< Real > & _k_imag
Imaginary component of the wave number (also known as the attenuation constant)
const MaterialPropertyName & _prop_name_imag
Material property name for the imaginary component.
const ADMaterialProperty< Real > & _mu_r_real
Real component of the relative magnetic permeability.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
ADMaterialProperty< Real > & _prop_imag
Material property for the imaginary component.
static InputParameters validParams()