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

#include <ContinuityMassElemSuppAlgDep.h>

Inheritance diagram for sierra::nalu::ContinuityMassElemSuppAlgDep:
sierra::nalu::SupplementalAlgorithm

Public Member Functions

 ContinuityMassElemSuppAlgDep (Realm &realm, const bool lumpedMass)
 
virtual ~ContinuityMassElemSuppAlgDep ()
 
virtual void setup ()
 
virtual void elem_resize (MasterElement *meSCS, MasterElement *meSCV)
 
virtual void elem_execute (double *lhs, double *rhs, stk::mesh::Entity element, MasterElement *meSCS, MasterElement *meSCV)
 
- Public Member Functions inherited from sierra::nalu::SupplementalAlgorithm
 SupplementalAlgorithm (Realm &realm)
 
virtual ~SupplementalAlgorithm ()
 
virtual void node_execute (double *lhs, double *rhs, stk::mesh::Entity node)
 

Public Attributes

const stk::mesh::BulkData * bulkData_
 
ScalarFieldTypedensityNm1_
 
ScalarFieldTypedensityN_
 
ScalarFieldTypedensityNp1_
 
VectorFieldTypecoordinates_
 
double dt_
 
double gamma1_
 
double gamma2_
 
double gamma3_
 
const int nDim_
 
const bool lumpedMass_
 
std::vector< double > ws_shape_function_
 
std::vector< double > ws_qm1_
 
std::vector< double > ws_qN_
 
std::vector< double > ws_qNp1_
 
std::vector< double > ws_rhoNm1_
 
std::vector< double > ws_rhoN_
 
std::vector< double > ws_rhoNp1_
 
std::vector< double > ws_coordinates_
 
std::vector< double > ws_scv_volume_
 
- Public Attributes inherited from sierra::nalu::SupplementalAlgorithm
Realmrealm_
 

Constructor & Destructor Documentation

sierra::nalu::ContinuityMassElemSuppAlgDep::ContinuityMassElemSuppAlgDep ( Realm realm,
const bool  lumpedMass 
)
virtual sierra::nalu::ContinuityMassElemSuppAlgDep::~ContinuityMassElemSuppAlgDep ( )
inlinevirtual

Member Function Documentation

void sierra::nalu::ContinuityMassElemSuppAlgDep::elem_execute ( double *  lhs,
double *  rhs,
stk::mesh::Entity  element,
MasterElement meSCS,
MasterElement meSCV 
)
virtual
void sierra::nalu::ContinuityMassElemSuppAlgDep::elem_resize ( MasterElement meSCS,
MasterElement meSCV 
)
virtual
void sierra::nalu::ContinuityMassElemSuppAlgDep::setup ( )
virtual

Member Data Documentation

const stk::mesh::BulkData* sierra::nalu::ContinuityMassElemSuppAlgDep::bulkData_

Referenced by elem_execute().

VectorFieldType* sierra::nalu::ContinuityMassElemSuppAlgDep::coordinates_
ScalarFieldType* sierra::nalu::ContinuityMassElemSuppAlgDep::densityN_
ScalarFieldType* sierra::nalu::ContinuityMassElemSuppAlgDep::densityNm1_
ScalarFieldType* sierra::nalu::ContinuityMassElemSuppAlgDep::densityNp1_
double sierra::nalu::ContinuityMassElemSuppAlgDep::dt_

Referenced by elem_execute(), and setup().

double sierra::nalu::ContinuityMassElemSuppAlgDep::gamma1_

Referenced by elem_execute(), and setup().

double sierra::nalu::ContinuityMassElemSuppAlgDep::gamma2_

Referenced by elem_execute(), and setup().

double sierra::nalu::ContinuityMassElemSuppAlgDep::gamma3_

Referenced by elem_execute(), and setup().

const bool sierra::nalu::ContinuityMassElemSuppAlgDep::lumpedMass_

Referenced by elem_resize().

const int sierra::nalu::ContinuityMassElemSuppAlgDep::nDim_

Referenced by elem_execute(), and elem_resize().

std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_coordinates_

Referenced by elem_execute(), and elem_resize().

std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_qm1_
std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_qN_
std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_qNp1_
std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_rhoN_

Referenced by elem_execute(), and elem_resize().

std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_rhoNm1_

Referenced by elem_execute(), and elem_resize().

std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_rhoNp1_

Referenced by elem_execute(), and elem_resize().

std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_scv_volume_

Referenced by elem_execute(), and elem_resize().

std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_shape_function_

Referenced by elem_execute(), and elem_resize().


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