https://mooseframework.inl.gov
AzimuthMagneticTimeDerivRZ.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 "AuxKernel.h"
13 
20 {
21 public:
23 
25 
26 protected:
27  virtual Real computeValue() override;
28 
29 private:
31  const bool _is_efield_vector;
32 
34  const bool _is_efield_scalar;
35 
38 
41 
44 };
OutputTools< Real >::VariableGradient VariableGradient
OutputTools< RealVectorValue >::VariableCurl VectorVariableCurl
AzimuthMagneticTimeDerivRZ(const InputParameters &parameters)
Computes the time derivative of the azimuthal component of the magnetic field assuming cylindrical el...
virtual Real computeValue() override
const bool _is_efield_scalar
True if both the x- & y- component of the electric field were provided.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VectorVariableCurl & _efield_curl
Curl of the electric field vector.
const bool _is_efield_vector
True if the vector of the electric field was provided.
const InputParameters & parameters() const
const VariableGradient & _efield_y_grad
Gradient of the y-component of the electric field.
static InputParameters validParams()
const VariableGradient & _efield_x_grad
Gradient of the x-component of the electric field.