Computes h_min / |u|.
More...
#include <INSDivergenceAux.h>
Computes h_min / |u|.
Definition at line 24 of file INSDivergenceAux.h.
◆ INSDivergenceAux()
INSDivergenceAux::INSDivergenceAux |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 30 of file INSDivergenceAux.C.
31 : AuxKernel(parameters),
33 _grad_v_vel(_mesh.dimension() >= 2 ? coupledGradient(
"v") : _grad_zero),
34 _grad_w_vel(_mesh.dimension() == 3 ? coupledGradient(
"w") : _grad_zero)
const VariableGradient & _grad_u_vel
const VariableGradient & _grad_w_vel
const VariableGradient & _grad_v_vel
◆ ~INSDivergenceAux()
virtual INSDivergenceAux::~INSDivergenceAux |
( |
| ) |
|
|
inlinevirtual |
◆ computeValue()
Real INSDivergenceAux::computeValue |
( |
| ) |
|
|
protectedvirtual |
Definition at line 39 of file INSDivergenceAux.C.
const VariableGradient & _grad_u_vel
const VariableGradient & _grad_w_vel
const VariableGradient & _grad_v_vel
◆ _grad_u_vel
const VariableGradient& INSDivergenceAux::_grad_u_vel |
|
protected |
◆ _grad_v_vel
const VariableGradient& INSDivergenceAux::_grad_v_vel |
|
protected |
◆ _grad_w_vel
const VariableGradient& INSDivergenceAux::_grad_w_vel |
|
protected |
The documentation for this class was generated from the following files: