Compute a volume integral of the specified variable. More...
#include <PFCElementEnergyIntegral.h>
Public Member Functions | |
PFCElementEnergyIntegral (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpIntegral () |
Protected Attributes | |
MooseVariable & | _var |
const VariableValue & | _u |
Holds the solution at current quadrature points. More... | |
const VariableGradient & | _grad_u |
Holds the solution gradient at the current quadrature points. More... | |
const VariableValue & | _u_dot |
Holds the solution derivative at the current quadrature points. More... | |
const Real | _temp |
Temperature. More... | |
Compute a volume integral of the specified variable.
Note that specializations of this integral are possible by deriving from this class and overriding computeQpIntegral().
Definition at line 27 of file PFCElementEnergyIntegral.h.
PFCElementEnergyIntegral::PFCElementEnergyIntegral | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file PFCElementEnergyIntegral.C.
|
protectedvirtual |
Definition at line 45 of file PFCElementEnergyIntegral.C.
|
protected |
Holds the solution gradient at the current quadrature points.
Definition at line 42 of file PFCElementEnergyIntegral.h.
|
protected |
Temperature.
Definition at line 48 of file PFCElementEnergyIntegral.h.
|
protected |
Holds the solution at current quadrature points.
Definition at line 39 of file PFCElementEnergyIntegral.h.
Referenced by computeQpIntegral().
|
protected |
Holds the solution derivative at the current quadrature points.
Definition at line 45 of file PFCElementEnergyIntegral.h.
|
protected |
Definition at line 36 of file PFCElementEnergyIntegral.h.