https://mooseframework.inl.gov
JouleHeatingHeatGeneratedAux.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 
26 {
27 public:
29 
31 
32 protected:
33  virtual Real computeValue();
34 
36  const bool _supplied_potential;
45 };
OutputTools< Real >::VariableGradient VariableGradient
Auxiliary kernel for computing the heat generated from Joule heating.
const VariableGradient & _grad_elec
Gradient of the coupled potential.
const bool _supplied_potential
Set to true when an electrostatic potential is provided.
JouleHeatingHeatGeneratedAux(const InputParameters &parameters)
const ADMaterialProperty< Real > & _heating_residual
The Joule heating residual provided as a material object.
const MaterialProperty< Real > *const _elec_cond
Holds the electric conductivity coefficient from the material system if non-AD.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const ADMaterialProperty< Real > *const _ad_elec_cond
const InputParameters & parameters() const