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
Public Member Functions | Public Attributes | List of all members
sierra::nalu::MomentumGclSrcNodeSuppAlg Class Reference

#include <MomentumGclSrcNodeSuppAlg.h>

Inheritance diagram for sierra::nalu::MomentumGclSrcNodeSuppAlg:
sierra::nalu::SupplementalAlgorithm

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

VectorFieldTypevelocityNp1_
 
ScalarFieldTypedensityNp1_
 
ScalarFieldTypedivV_
 
ScalarFieldTypedualNodalVolume_
 
int nDim_
 
- Public Attributes inherited from sierra::nalu::SupplementalAlgorithm
Realmrealm_
 

Constructor & Destructor Documentation

sierra::nalu::MomentumGclSrcNodeSuppAlg::MomentumGclSrcNodeSuppAlg ( Realm realm)
virtual sierra::nalu::MomentumGclSrcNodeSuppAlg::~MomentumGclSrcNodeSuppAlg ( )
inlinevirtual

Member Function Documentation

void sierra::nalu::MomentumGclSrcNodeSuppAlg::node_execute ( double *  lhs,
double *  rhs,
stk::mesh::Entity  node 
)
virtual
void sierra::nalu::MomentumGclSrcNodeSuppAlg::setup ( )
virtual

Member Data Documentation

ScalarFieldType* sierra::nalu::MomentumGclSrcNodeSuppAlg::densityNp1_
ScalarFieldType* sierra::nalu::MomentumGclSrcNodeSuppAlg::divV_
ScalarFieldType* sierra::nalu::MomentumGclSrcNodeSuppAlg::dualNodalVolume_
int sierra::nalu::MomentumGclSrcNodeSuppAlg::nDim_
VectorFieldType* sierra::nalu::MomentumGclSrcNodeSuppAlg::velocityNp1_

The documentation for this class was generated from the following files: