www.mooseframework.org
misc
test
include
kernels
Classes
|
Functions
Convection.h File Reference
Go to the source code of this file.
Classes
class
Convection
Functions
template<>
InputParameters
validParams< Convection >
()
Function Documentation
◆
validParams< Convection >()
template<>
InputParameters
validParams
<
Convection
>
(
)
Definition at line
16
of file
Convection.C
.
17
{
18
InputParameters params = validParams<Kernel>();
19
params.addRequiredParam<RealVectorValue>(
"velocity"
,
"Velocity Vector"
);
20
return
params;
21
}
Generated on Sat Jan 25 2020 12:04:49 for www.mooseframework.org by
1.8.16