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

#include <TurbViscKsgsAlgorithm.h>

Inheritance diagram for sierra::nalu::TurbViscKsgsAlgorithm:
sierra::nalu::Algorithm

Public Member Functions

 TurbViscKsgsAlgorithm (Realm &realm, stk::mesh::Part *part)
 
virtual ~TurbViscKsgsAlgorithm ()
 
virtual void execute ()
 
- Public Member Functions inherited from sierra::nalu::Algorithm
 Algorithm (Realm &realm, stk::mesh::Part *part)
 
 Algorithm (Realm &realm, stk::mesh::PartVector &partVec)
 
virtual ~Algorithm ()
 
virtual void pre_work ()
 

Public Attributes

ScalarFieldTypetke_
 
ScalarFieldTypedensity_
 
ScalarFieldTypetvisc_
 
ScalarFieldTypedualNodalVolume_
 
const double cmuEps_
 
- Public Attributes inherited from sierra::nalu::Algorithm
Realmrealm_
 
stk::mesh::PartVector partVec_
 
std::vector< SupplementalAlgorithm * > supplementalAlg_
 
std::vector< Kernel * > activeKernels_
 

Constructor & Destructor Documentation

sierra::nalu::TurbViscKsgsAlgorithm::TurbViscKsgsAlgorithm ( Realm realm,
stk::mesh::Part *  part 
)
virtual sierra::nalu::TurbViscKsgsAlgorithm::~TurbViscKsgsAlgorithm ( )
inlinevirtual

References execute().

Member Function Documentation

void sierra::nalu::TurbViscKsgsAlgorithm::execute ( )
virtual

Member Data Documentation

const double sierra::nalu::TurbViscKsgsAlgorithm::cmuEps_

Referenced by execute().

ScalarFieldType* sierra::nalu::TurbViscKsgsAlgorithm::density_

Referenced by execute(), and TurbViscKsgsAlgorithm().

ScalarFieldType* sierra::nalu::TurbViscKsgsAlgorithm::dualNodalVolume_

Referenced by execute(), and TurbViscKsgsAlgorithm().

ScalarFieldType* sierra::nalu::TurbViscKsgsAlgorithm::tke_

Referenced by execute(), and TurbViscKsgsAlgorithm().

ScalarFieldType* sierra::nalu::TurbViscKsgsAlgorithm::tvisc_

Referenced by execute(), and TurbViscKsgsAlgorithm().


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