https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
DualNumber< Real, DNDerivativeType, true > ADReal
Calculates the current source term in the Helmholtz wave equation using the conduction formulation of...
const ADMaterialProperty< Real > & _cond_real
Real component of the material conductivity (in S/m)
const ADVectorVariableValue & _field_imag
Vector variable of the imaginary component of the electric field.
const ADMaterialProperty< Real > & _omega_real
Real component of the angular drive frequency (in rad/s)
const ADMaterialProperty< Real > & _omega_imag
Imaginary component of the angular drive frequency (in rad/s)
const ADVectorVariableValue & _field_real
Vector variable of the real component of the electric field.
const ADMaterialProperty< Real > & _cond_imag
Imaginary component of the material conductivity (in S/m)
static InputParameters validParams()
const ADMaterialProperty< Real > & _mu_imag
Imaginary component of the material permeability (in H/m)
const ADMaterialProperty< Real > & _mu_real
Real component of the material permeability (in H/m)
MooseEnum _component
Component of the field vector (real or imaginary)
virtual ADReal computeQpResidual() override
const InputParameters & parameters() const