https://mooseframework.inl.gov
WaveEquationCoefficient.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "ADMaterial.h"
13 
20 {
21 public:
23 
25 
26  virtual void computeQpProperties() override;
27 
28 protected:
31 
34 
37 
40 
43 
46 
49 
51  const MaterialPropertyName & _prop_name_real;
52 
54  const MaterialPropertyName & _prop_name_imag;
55 
58 
61 };
WaveEquationCoefficient(const InputParameters &parameters)
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()