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
ReferencePropertyData.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 ReferencePropertyData_h
10 #define ReferencePropertyData_h
11 
12 #include <Enums.h>
13 
14 #include <vector>
15 
16 namespace sierra{
17 namespace nalu{
18 
20 public:
21 
24 
25  std::string speciesName_;
26  double mw_;
27  double massFraction_;
31 
32 };
33 
34 } // namespace nalu
35 } // namespace Sierra
36 
37 #endif
Definition: ABLForcingAlgorithm.C:26
double massFraction_
Definition: ReferencePropertyData.h:27
Definition: ReferencePropertyData.h:19
std::string speciesName_
Definition: ReferencePropertyData.h:25
~ReferencePropertyData()
Definition: ReferencePropertyData.C:33
double mw_
Definition: ReferencePropertyData.h:26
double primaryMassFraction_
Definition: ReferencePropertyData.h:29
double secondaryMassFraction_
Definition: ReferencePropertyData.h:30
double stoichiometry_
Definition: ReferencePropertyData.h:28
ReferencePropertyData()
Definition: ReferencePropertyData.C:19