https://mooseframework.inl.gov
ADConductionCurrent.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 "ADVectorKernel.h"
13 
19 {
20 public:
22 
24 
25 protected:
26  virtual ADReal computeQpResidual() override;
27 
28 private:
31 
34 
37 
40 
43 
46 
49 
52 
55 };
Calculates the current source term in the Helmholtz wave equation using the conduction formulation of...
const ADMaterialProperty< Real > & _cond_imag
Imaginary component of the material conductivity (in S/m)
const ADVectorVariableValue & _field_imag
Vector variable of the imaginary component of the electric field.
static InputParameters validParams()
MooseEnum _component
Component of the field vector (real or imaginary)
const ADMaterialProperty< Real > & _omega_real
Real component of the angular drive frequency (in rad/s)
DualNumber< Real, DNDerivativeType, true > ADReal
const ADVectorVariableValue & _field_real
Vector variable of the real component of the electric field.
ADConductionCurrent(const InputParameters &parameters)
virtual ADReal computeQpResidual() override
const ADMaterialProperty< Real > & _cond_real
Real component of the material conductivity (in S/m)
const ADMaterialProperty< Real > & _omega_imag
Imaginary component of the angular drive frequency (in rad/s)
const ADMaterialProperty< Real > & _mu_real
Real component of the material permeability (in H/m)
const InputParameters & parameters() const
const ADMaterialProperty< Real > & _mu_imag
Imaginary component of the material permeability (in H/m)