#include <EnergyFreeBC.h>
Definition at line 22 of file EnergyFreeBC.h.
◆ EnergyFreeBC()
EnergyFreeBC::EnergyFreeBC |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 27 of file EnergyFreeBC.C.
28 : IntegratedBC(parameters),
30 _rho_u(coupledValue(
"rho_u")),
31 _rho_v(isCoupled(
"rho_v") ? coupledValue(
"rho_v") : _zero),
32 _rho_w(isCoupled(
"rho_w") ? coupledValue(
"rho_w") : _zero)
◆ computeQpResidual()
Real EnergyFreeBC::computeQpResidual |
( |
| ) |
|
|
protectedvirtual |
◆ _enthalpy
const VariableValue& EnergyFreeBC::_enthalpy |
|
protected |
◆ _rho_u
const VariableValue& EnergyFreeBC::_rho_u |
|
protected |
◆ _rho_v
const VariableValue& EnergyFreeBC::_rho_v |
|
protected |
◆ _rho_w
const VariableValue& EnergyFreeBC::_rho_w |
|
protected |
The documentation for this class was generated from the following files: