www.mooseframework.org
phase_field
src
kernels
Functions
CHMath.C File Reference
Go to the source code of this file.
Functions
registerMooseObject
("PhaseFieldApp", CHMath)
template<>
InputParameters
validParams< CHMath >
()
Function Documentation
◆
registerMooseObject()
registerMooseObject
(
"PhaseFieldApp"
,
CHMath
)
◆
validParams< CHMath >()
template<>
InputParameters
validParams
<
CHMath
>
(
)
Definition at line
16
of file
CHMath.C
.
17
{
18
InputParameters params =
CHBulk<Real>::validParams
();
19
params.addClassDescription(
20
"Simple demonstration Cahn-Hilliard Kernel using an algebraic double-well potential"
);
21
return
params;
22
}
CHBulk::validParams
static InputParameters validParams()
Definition:
CHBulk.h:75
Generated on Sat Jan 25 2020 12:04:50 for www.mooseframework.org by
1.8.16