21 params.
addClassDescription(
"Computes the integral of the energy from the temperature. Note that " 22 "the kb factor is missing.");
24 "The name of the variable that this object operates on");
25 params.
addParam<
Real>(
"temp", 1833.0,
"Temperature of simulation");
36 _var(_subproblem.getStandardVariable(_tid, parameters.
get<VariableName>(
"variable"))),
38 _grad_u(_var.gradSln()),
40 _temp(getParam<
Real>(
"temp"))
registerMooseObject("PhaseFieldApp", PFCElementEnergyIntegral)
static InputParameters validParams()
const VariableValue & _u
Holds the solution at current quadrature points.
static InputParameters validParams()
PFCElementEnergyIntegral(const InputParameters ¶meters)
void addMooseVariableDependency(MooseVariableFieldBase *var)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpIntegral()
MooseVariableField< Real > & mooseVariableField()
Compute a volume integral of the specified variable.
const Elem & get(const ElemType type_in)