This class computes the "projection" part of the "split" method for solving incompressible Navier-Stokes. More...
#include <INSProjection.h>
Public Member Functions | |
INSProjection (const InputParameters ¶meters) | |
virtual | ~INSProjection () |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned jvar) |
Protected Attributes | |
const VariableValue & | _a1 |
const VariableValue & | _a2 |
const VariableValue & | _a3 |
const VariableGradient & | _grad_p |
unsigned | _a1_var_number |
unsigned | _a2_var_number |
unsigned | _a3_var_number |
unsigned | _p_var_number |
unsigned | _component |
const MaterialProperty< Real > & | _rho |
This class computes the "projection" part of the "split" method for solving incompressible Navier-Stokes.
This is a time-varying equation for u that is coupled to both the acceleration "a" and the pressue.
Do not use, USE INSChorinCorrector and related classes instead.
Definition at line 28 of file INSProjection.h.
INSProjection::INSProjection | ( | const InputParameters & | parameters | ) |
Definition at line 40 of file INSProjection.C.
|
inlinevirtual |
Definition at line 33 of file INSProjection.h.
|
protectedvirtual |
Definition at line 86 of file INSProjection.C.
|
protectedvirtual |
Definition at line 93 of file INSProjection.C.
|
protectedvirtual |
Definition at line 66 of file INSProjection.C.
|
protected |
Definition at line 41 of file INSProjection.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 49 of file INSProjection.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 42 of file INSProjection.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 50 of file INSProjection.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 43 of file INSProjection.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 51 of file INSProjection.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 55 of file INSProjection.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 46 of file INSProjection.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 52 of file INSProjection.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 58 of file INSProjection.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().