#include <INSBoussinesqBodyForce.h>
|
const VariableValue & | _T |
|
unsigned int | _T_id |
|
RealVectorValue | _gravity |
|
unsigned | _component |
|
const MaterialProperty< Real > & | _alpha |
|
const MaterialProperty< Real > & | _rho |
|
const MaterialProperty< Real > & | _T_ref |
|
Computes a body force that approximates natural buoyancy in problems where there aren't very large variations in density. See wikipedia .
◆ INSBoussinesqBodyForce()
INSBoussinesqBodyForce::INSBoussinesqBodyForce |
( |
const InputParameters & |
parameters | ) |
|
◆ ~INSBoussinesqBodyForce()
virtual INSBoussinesqBodyForce::~INSBoussinesqBodyForce |
( |
| ) |
|
|
inlinevirtual |
◆ computeQpJacobian()
Real INSBoussinesqBodyForce::computeQpJacobian |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ computeQpOffDiagJacobian()
Real INSBoussinesqBodyForce::computeQpOffDiagJacobian |
( |
unsigned |
jvar | ) |
|
|
overrideprotectedvirtual |
◆ computeQpResidual()
Real INSBoussinesqBodyForce::computeQpResidual |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ validParams()
InputParameters INSBoussinesqBodyForce::validParams |
( |
| ) |
|
|
static |
◆ _alpha
const MaterialProperty<Real>& INSBoussinesqBodyForce::_alpha |
|
protected |
◆ _component
unsigned INSBoussinesqBodyForce::_component |
|
protected |
◆ _gravity
RealVectorValue INSBoussinesqBodyForce::_gravity |
|
protected |
◆ _rho
const MaterialProperty<Real>& INSBoussinesqBodyForce::_rho |
|
protected |
◆ _T
const VariableValue& INSBoussinesqBodyForce::_T |
|
protected |
◆ _T_id
unsigned int INSBoussinesqBodyForce::_T_id |
|
protected |
◆ _T_ref
const MaterialProperty<Real>& INSBoussinesqBodyForce::_T_ref |
|
protected |
The documentation for this class was generated from the following files: