Mass convective flux: \(\rho \vec u \cdot \nabla v\).
More...
#include <MassConvectiveFlux.h>
Mass convective flux: \(\rho \vec u \cdot \nabla v\).
Definition at line 23 of file MassConvectiveFlux.h.
◆ MassConvectiveFlux()
MassConvectiveFlux::MassConvectiveFlux |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 25 of file MassConvectiveFlux.C.
27 _vel_x(coupledValue(
"vel_x")),
28 _vel_y(isCoupled(
"vel_y") ? coupledValue(
"vel_y") : _zero),
29 _vel_z(isCoupled(
"vel_z") ? coupledValue(
"vel_z") : _zero)
◆ computeQpJacobian()
Real MassConvectiveFlux::computeQpJacobian |
( |
| ) |
|
|
protectedvirtual |
◆ computeQpResidual()
Real MassConvectiveFlux::computeQpResidual |
( |
| ) |
|
|
protectedvirtual |
◆ _vel_x
const VariableValue& MassConvectiveFlux::_vel_x |
|
protected |
◆ _vel_y
const VariableValue& MassConvectiveFlux::_vel_y |
|
protected |
◆ _vel_z
const VariableValue& MassConvectiveFlux::_vel_z |
|
protected |
The documentation for this class was generated from the following files: