https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
Auxiliary kernel for computing the heat generated from Joule heating.
const ADMaterialProperty< Real > *const _ad_elec_cond
const bool _supplied_potential
Set to true when an electrostatic potential is provided.
const MaterialProperty< Real > *const _elec_cond
Holds the electric conductivity coefficient from the material system if non-AD.
const ADMaterialProperty< Real > & _heating_residual
The Joule heating residual provided as a material object.
const VariableGradient & _grad_elec
Gradient of the coupled potential.
const InputParameters & parameters() const
VariableGradientTempl< false > VariableGradient