https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
const InputParameters & parameters() const
Material for use as coefficient $a k^2 mu_r epsilon_r$ (where a is a scalar coefficient) in standard-...
ADMaterialProperty< Real > & _prop_real
Material property for the real component.
static InputParameters validParams()
const ADMaterialProperty< Real > & _k_imag
Imaginary component of the wave number (also known as the attenuation constant)
const MaterialPropertyName & _prop_name_real
Material property name for the real component.
ADMaterialProperty< Real > & _prop_imag
Material property for the imaginary component.
const MaterialPropertyName & _prop_name_imag
Material property name for the imaginary component.
Real _coef
Real-valued coefficient (defaults to 1)
const ADMaterialProperty< Real > & _mu_r_real
Real component of the relative magnetic permeability.
const ADMaterialProperty< Real > & _eps_r_real
Real component of the relative electric permittivity.
virtual void computeQpProperties() override
const ADMaterialProperty< Real > & _eps_r_imag
Imaginary component of the relative electric permittivity.
const ADMaterialProperty< Real > & _mu_r_imag
Real component of the relative magnetic permeability.
const ADMaterialProperty< Real > & _k_real
Real component of the wave number.