www.mooseframework.org
phase_field
include
auxkernels
Classes
|
Functions
PFCEnergyDensity.h File Reference
Go to the source code of this file.
Classes
class
PFCEnergyDensity
Functions
template<>
InputParameters
validParams< PFCEnergyDensity >
()
Function Documentation
◆
validParams< PFCEnergyDensity >()
template<>
InputParameters
validParams
<
PFCEnergyDensity
>
(
)
Definition at line
17
of file
PFCEnergyDensity.C
.
18
{
19
InputParameters params = validParams<AuxKernel>();
20
params.addRequiredCoupledVar(
"v"
,
"Array of coupled variables"
);
21
return
params;
22
}
Generated on Sat Jan 25 2020 12:04:49 for www.mooseframework.org by
1.8.16