https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
21public:
23
25
26protected:
27 virtual Real computeValue() override;
28
29private:
32
35
38
41
44};
OutputTools< RealVectorValue >::VariableCurl VectorVariableCurl
Computes the time derivative of the azimuthal component of the magnetic field assuming cylindrical el...
const VariableGradient & _efield_y_grad
Gradient of the y-component of the electric field.
const VariableGradient & _efield_x_grad
Gradient of the x-component of the electric field.
static InputParameters validParams()
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 bool _is_efield_scalar
True if both the x- & y- component of the electric field were provided.
const InputParameters & parameters() const
VariableGradientTempl< false > VariableGradient