www.mooseframework.org
phase_field
include
kernels
Classes
|
Functions
CoefReaction.h File Reference
Go to the source code of this file.
Classes
class
CoefReaction
Functions
template<>
InputParameters
validParams< CoefReaction >
()
Function Documentation
◆
validParams< CoefReaction >()
template<>
InputParameters
validParams
<
CoefReaction
>
(
)
Definition at line
16
of file
CoefReaction.C
.
17
{
18
InputParameters params = validParams<Reaction>();
19
params.addClassDescription(
"Implements the residual term (p*u, test)"
);
20
params.addRequiredParam<Real>(
"coefficient"
,
"Coefficient of the term"
);
21
return
params;
22
}
Generated on Sat Jan 25 2020 12:04:49 for www.mooseframework.org by
1.8.16