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
TurbViscKsgsAlgorithm.h
Go to the documentation of this file.
1 /*------------------------------------------------------------------------*/
2 /* Copyright 2014 Sandia Corporation. */
3 /* This software is released under the license detailed */
4 /* in the file, LICENSE, which is located in the top-level Nalu */
5 /* directory structure */
6 /*------------------------------------------------------------------------*/
7 
8 
9 #ifndef TurbViscKsgsAlgorithm_h
10 #define TurbViscKsgsAlgorithm_h
11 
12 #include<Algorithm.h>
13 
14 #include<FieldTypeDef.h>
15 
16 namespace sierra{
17 namespace nalu{
18 
19 class Realm;
20 
22 {
23 public:
24 
26  Realm &realm,
27  stk::mesh::Part *part);
29  virtual void execute();
30 
35 
36  const double cmuEps_;
37 
38 };
39 
40 } // namespace nalu
41 } // namespace Sierra
42 
43 #endif
virtual ~TurbViscKsgsAlgorithm()
Definition: TurbViscKsgsAlgorithm.h:28
Definition: ABLForcingAlgorithm.C:26
ScalarFieldType * tke_
Definition: TurbViscKsgsAlgorithm.h:31
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
Definition: Algorithm.h:28
ScalarFieldType * dualNodalVolume_
Definition: TurbViscKsgsAlgorithm.h:34
Definition: TurbViscKsgsAlgorithm.h:21
const double cmuEps_
Definition: TurbViscKsgsAlgorithm.h:36
virtual void execute()
Definition: TurbViscKsgsAlgorithm.C:57
ScalarFieldType * tvisc_
Definition: TurbViscKsgsAlgorithm.h:33
TurbViscKsgsAlgorithm(Realm &realm, stk::mesh::Part *part)
Definition: TurbViscKsgsAlgorithm.C:33
Definition: Realm.h:82
ScalarFieldType * density_
Definition: TurbViscKsgsAlgorithm.h:32