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