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
ComputeMdotEdgeOpenAlgorithm.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 ComputeMdotEdgeOpenAlgorithm_h
10 #define ComputeMdotEdgeOpenAlgorithm_h
11 
12 #include<Algorithm.h>
13 #include<FieldTypeDef.h>
14 
15 // stk
16 #include <stk_mesh/base/Part.hpp>
17 
18 namespace sierra{
19 namespace nalu{
20 
21 class Realm;
22 
24 {
25 public:
26 
28  Realm &realm,
29  stk::mesh::Part *part);
31 
32  void execute();
33 
34  const bool meshMotion_;
35 
44 };
45 
46 } // namespace nalu
47 } // namespace Sierra
48 
49 #endif
ScalarFieldType * pressureBc_
Definition: ComputeMdotEdgeOpenAlgorithm.h:43
ComputeMdotEdgeOpenAlgorithm(Realm &realm, stk::mesh::Part *part)
Definition: ComputeMdotEdgeOpenAlgorithm.C:37
Definition: ABLForcingAlgorithm.C:26
VectorFieldType * velocityRTM_
Definition: ComputeMdotEdgeOpenAlgorithm.h:36
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
const bool meshMotion_
Definition: ComputeMdotEdgeOpenAlgorithm.h:34
VectorFieldType * Gpdx_
Definition: ComputeMdotEdgeOpenAlgorithm.h:37
GenericFieldType * exposedAreaVec_
Definition: ComputeMdotEdgeOpenAlgorithm.h:41
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
ScalarFieldType * density_
Definition: ComputeMdotEdgeOpenAlgorithm.h:40
Definition: ComputeMdotEdgeOpenAlgorithm.h:23
Definition: Algorithm.h:28
void execute()
Definition: ComputeMdotEdgeOpenAlgorithm.C:78
VectorFieldType * coordinates_
Definition: ComputeMdotEdgeOpenAlgorithm.h:38
Definition: Realm.h:82
GenericFieldType * openMassFlowRate_
Definition: ComputeMdotEdgeOpenAlgorithm.h:42
~ComputeMdotEdgeOpenAlgorithm()
Definition: ComputeMdotEdgeOpenAlgorithm.C:69
ScalarFieldType * pressure_
Definition: ComputeMdotEdgeOpenAlgorithm.h:39