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::MomentumBoussinesqSrcNodeSuppAlg Class Reference

#include <MomentumBoussinesqSrcNodeSuppAlg.h>

Inheritance diagram for sierra::nalu::MomentumBoussinesqSrcNodeSuppAlg:
sierra::nalu::SupplementalAlgorithm

Public Member Functions

 MomentumBoussinesqSrcNodeSuppAlg (Realm &realm)
 
virtual ~MomentumBoussinesqSrcNodeSuppAlg ()
 
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

ScalarFieldTypetemperature_
 
ScalarFieldTypedualNodalVolume_
 
double tRef_
 
double rhoRef_
 
double beta_
 
int nDim_
 
std::vector< double > gravity_
 
- Public Attributes inherited from sierra::nalu::SupplementalAlgorithm
Realmrealm_
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

double sierra::nalu::MomentumBoussinesqSrcNodeSuppAlg::beta_
ScalarFieldType* sierra::nalu::MomentumBoussinesqSrcNodeSuppAlg::dualNodalVolume_
std::vector<double> sierra::nalu::MomentumBoussinesqSrcNodeSuppAlg::gravity_
int sierra::nalu::MomentumBoussinesqSrcNodeSuppAlg::nDim_
double sierra::nalu::MomentumBoussinesqSrcNodeSuppAlg::rhoRef_
ScalarFieldType* sierra::nalu::MomentumBoussinesqSrcNodeSuppAlg::temperature_
double sierra::nalu::MomentumBoussinesqSrcNodeSuppAlg::tRef_

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