www.mooseframework.org
navier_stokes
include
bcs
Classes
|
Functions
MassFreeBC.h File Reference
Go to the source code of this file.
Classes
class
MassFreeBC
Functions
template<>
InputParameters
validParams< MassFreeBC >
()
Function Documentation
◆
validParams< MassFreeBC >()
template<>
InputParameters
validParams
<
MassFreeBC
>
(
)
Definition at line
17
of file
MassFreeBC.C
.
18
{
19
InputParameters params = validParams<IntegratedBC>();
20
params.addRequiredCoupledVar(
"vel_x"
,
"x-component of velocity"
);
21
params.addCoupledVar(
"vel_y"
,
"y-component of velocity"
);
22
params.addCoupledVar(
"vel_z"
,
"z-component of velocity"
);
23
return
params;
24
}
Generated on Sat Jan 25 2020 12:04:49 for www.mooseframework.org by
1.8.16