![]() |
Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
|
#include <MomentumGclSrcNodeSuppAlg.h>
Public Member Functions | |
| MomentumGclSrcNodeSuppAlg (Realm &realm) | |
| virtual | ~MomentumGclSrcNodeSuppAlg () |
| virtual void | setup () |
| virtual void | node_execute (double *lhs, double *rhs, stk::mesh::Entity node) |
Public Member Functions inherited from sierra::nalu::SupplementalAlgorithm | |
| SupplementalAlgorithm (Realm &realm) | |
| virtual | ~SupplementalAlgorithm () |
| virtual void | elem_execute (double *lhs, double *rhs, stk::mesh::Entity element, MasterElement *meSCS, MasterElement *meSCV) |
| virtual void | elem_resize (MasterElement *meSCS, MasterElement *meSCV) |
Public Attributes | |
| VectorFieldType * | velocityNp1_ |
| ScalarFieldType * | densityNp1_ |
| ScalarFieldType * | divV_ |
| ScalarFieldType * | dualNodalVolume_ |
| int | nDim_ |
Public Attributes inherited from sierra::nalu::SupplementalAlgorithm | |
| Realm & | realm_ |
| sierra::nalu::MomentumGclSrcNodeSuppAlg::MomentumGclSrcNodeSuppAlg | ( | Realm & | realm | ) |
|
inlinevirtual |
|
virtual |
Reimplemented from sierra::nalu::SupplementalAlgorithm.
References densityNp1_, divV_, dualNodalVolume_, nDim_, and velocityNp1_.
Referenced by ~MomentumGclSrcNodeSuppAlg().
|
virtual |
Reimplemented from sierra::nalu::SupplementalAlgorithm.
Referenced by ~MomentumGclSrcNodeSuppAlg().
| ScalarFieldType* sierra::nalu::MomentumGclSrcNodeSuppAlg::densityNp1_ |
Referenced by MomentumGclSrcNodeSuppAlg(), and node_execute().
| ScalarFieldType* sierra::nalu::MomentumGclSrcNodeSuppAlg::divV_ |
Referenced by MomentumGclSrcNodeSuppAlg(), and node_execute().
| ScalarFieldType* sierra::nalu::MomentumGclSrcNodeSuppAlg::dualNodalVolume_ |
Referenced by MomentumGclSrcNodeSuppAlg(), and node_execute().
| int sierra::nalu::MomentumGclSrcNodeSuppAlg::nDim_ |
Referenced by MomentumGclSrcNodeSuppAlg(), and node_execute().
| VectorFieldType* sierra::nalu::MomentumGclSrcNodeSuppAlg::velocityNp1_ |
Referenced by MomentumGclSrcNodeSuppAlg(), and node_execute().
1.8.11