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

#include <EnthalpyPmrSrcNodeSuppAlg.h>

Inheritance diagram for sierra::nalu::EnthalpyPmrSrcNodeSuppAlg:
sierra::nalu::SupplementalAlgorithm

Public Member Functions

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

ScalarFieldTypedivRadFlux_
 
ScalarFieldTypedualNodalVolume_
 
- Public Attributes inherited from sierra::nalu::SupplementalAlgorithm
Realmrealm_
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from sierra::nalu::SupplementalAlgorithm.

References divRadFlux_, and dualNodalVolume_.

Referenced by setup().

virtual void sierra::nalu::EnthalpyPmrSrcNodeSuppAlg::setup ( )
inlinevirtual

Member Data Documentation

ScalarFieldType* sierra::nalu::EnthalpyPmrSrcNodeSuppAlg::divRadFlux_
ScalarFieldType* sierra::nalu::EnthalpyPmrSrcNodeSuppAlg::dualNodalVolume_

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