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
AssembleRadTransEdgeUpwindSolverAlgorithm.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 AssembleRadTransEdgeUpwindSolverAlgorithm_h
10 #define AssembleRadTransEdgeUpwindSolverAlgorithm_h
11 
12 #include<SolverAlgorithm.h>
13 #include<FieldTypeDef.h>
14 
15 namespace stk {
16 namespace mesh {
17 class Part;
18 }
19 }
20 
21 namespace sierra{
22 namespace nalu{
23 
24 class RadiativeTransportEquationSystem;
25 class Realm;
26 
28 {
29 public:
30 
32  Realm &realm,
33  stk::mesh::Part *part,
36  virtual void initialize_connectivity();
37  virtual void execute();
38 
40 
43 
44 };
45 
46 } // namespace nalu
47 } // namespace Sierra
48 
49 #endif
Definition: ABLForcingAlgorithm.C:26
Definition: SolverAlgorithm.h:24
Definition: Algorithm.h:14
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
Definition: AssembleRadTransEdgeUpwindSolverAlgorithm.h:27
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
Definition: RadiativeTransportEquationSystem.h:29
ScalarFieldType * intensity_
Definition: AssembleRadTransEdgeUpwindSolverAlgorithm.h:41
virtual ~AssembleRadTransEdgeUpwindSolverAlgorithm()
Definition: AssembleRadTransEdgeUpwindSolverAlgorithm.h:35
Definition: Realm.h:82
const RadiativeTransportEquationSystem * radEqSystem_
Definition: AssembleRadTransEdgeUpwindSolverAlgorithm.h:39
VectorFieldType * edgeAreaVec_
Definition: AssembleRadTransEdgeUpwindSolverAlgorithm.h:42