![]() |
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
|
#include <ContinuityMassElemSuppAlgDep.h>
Public Member Functions | |
| ContinuityMassElemSuppAlgDep (Realm &realm, const bool lumpedMass) | |
| virtual | ~ContinuityMassElemSuppAlgDep () |
| virtual void | setup () |
| virtual void | elem_resize (MasterElement *meSCS, MasterElement *meSCV) |
| virtual void | elem_execute (double *lhs, double *rhs, stk::mesh::Entity element, MasterElement *meSCS, MasterElement *meSCV) |
Public Member Functions inherited from sierra::nalu::SupplementalAlgorithm | |
| SupplementalAlgorithm (Realm &realm) | |
| virtual | ~SupplementalAlgorithm () |
| virtual void | node_execute (double *lhs, double *rhs, stk::mesh::Entity node) |
Public Attributes | |
| const stk::mesh::BulkData * | bulkData_ |
| ScalarFieldType * | densityNm1_ |
| ScalarFieldType * | densityN_ |
| ScalarFieldType * | densityNp1_ |
| VectorFieldType * | coordinates_ |
| double | dt_ |
| double | gamma1_ |
| double | gamma2_ |
| double | gamma3_ |
| const int | nDim_ |
| const bool | lumpedMass_ |
| std::vector< double > | ws_shape_function_ |
| std::vector< double > | ws_qm1_ |
| std::vector< double > | ws_qN_ |
| std::vector< double > | ws_qNp1_ |
| std::vector< double > | ws_rhoNm1_ |
| std::vector< double > | ws_rhoN_ |
| std::vector< double > | ws_rhoNp1_ |
| std::vector< double > | ws_coordinates_ |
| std::vector< double > | ws_scv_volume_ |
Public Attributes inherited from sierra::nalu::SupplementalAlgorithm | |
| Realm & | realm_ |
| sierra::nalu::ContinuityMassElemSuppAlgDep::ContinuityMassElemSuppAlgDep | ( | Realm & | realm, |
| const bool | lumpedMass | ||
| ) |
|
inlinevirtual |
|
virtual |
Reimplemented from sierra::nalu::SupplementalAlgorithm.
References bulkData_, coordinates_, densityN_, densityNm1_, densityNp1_, sierra::nalu::MasterElement::determinant(), dt_, gamma1_, gamma2_, gamma3_, sierra::nalu::MasterElement::ipNodeMap(), nDim_, sierra::nalu::MasterElement::nodesPerElement_, sierra::nalu::MasterElement::numIntPoints_, ws_coordinates_, ws_rhoN_, ws_rhoNm1_, ws_rhoNp1_, ws_scv_volume_, and ws_shape_function_.
Referenced by ~ContinuityMassElemSuppAlgDep().
|
virtual |
Reimplemented from sierra::nalu::SupplementalAlgorithm.
References lumpedMass_, nDim_, sierra::nalu::MasterElement::nodesPerElement_, sierra::nalu::MasterElement::numIntPoints_, sierra::nalu::MasterElement::shape_fcn(), sierra::nalu::MasterElement::shifted_shape_fcn(), ws_coordinates_, ws_rhoN_, ws_rhoNm1_, ws_rhoNp1_, ws_scv_volume_, and ws_shape_function_.
Referenced by ~ContinuityMassElemSuppAlgDep().
|
virtual |
Reimplemented from sierra::nalu::SupplementalAlgorithm.
References dt_, gamma1_, gamma2_, gamma3_, sierra::nalu::Realm::get_gamma1(), sierra::nalu::Realm::get_gamma2(), sierra::nalu::Realm::get_gamma3(), sierra::nalu::Realm::get_time_step(), and sierra::nalu::SupplementalAlgorithm::realm_.
Referenced by ~ContinuityMassElemSuppAlgDep().
| const stk::mesh::BulkData* sierra::nalu::ContinuityMassElemSuppAlgDep::bulkData_ |
Referenced by elem_execute().
| VectorFieldType* sierra::nalu::ContinuityMassElemSuppAlgDep::coordinates_ |
Referenced by ContinuityMassElemSuppAlgDep(), and elem_execute().
| ScalarFieldType* sierra::nalu::ContinuityMassElemSuppAlgDep::densityN_ |
Referenced by ContinuityMassElemSuppAlgDep(), and elem_execute().
| ScalarFieldType* sierra::nalu::ContinuityMassElemSuppAlgDep::densityNm1_ |
Referenced by ContinuityMassElemSuppAlgDep(), and elem_execute().
| ScalarFieldType* sierra::nalu::ContinuityMassElemSuppAlgDep::densityNp1_ |
Referenced by ContinuityMassElemSuppAlgDep(), and elem_execute().
| double sierra::nalu::ContinuityMassElemSuppAlgDep::dt_ |
Referenced by elem_execute(), and setup().
| double sierra::nalu::ContinuityMassElemSuppAlgDep::gamma1_ |
Referenced by elem_execute(), and setup().
| double sierra::nalu::ContinuityMassElemSuppAlgDep::gamma2_ |
Referenced by elem_execute(), and setup().
| double sierra::nalu::ContinuityMassElemSuppAlgDep::gamma3_ |
Referenced by elem_execute(), and setup().
| const bool sierra::nalu::ContinuityMassElemSuppAlgDep::lumpedMass_ |
Referenced by elem_resize().
| const int sierra::nalu::ContinuityMassElemSuppAlgDep::nDim_ |
Referenced by elem_execute(), and elem_resize().
| std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_coordinates_ |
Referenced by elem_execute(), and elem_resize().
| std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_qm1_ |
| std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_qN_ |
| std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_qNp1_ |
| std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_rhoN_ |
Referenced by elem_execute(), and elem_resize().
| std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_rhoNm1_ |
Referenced by elem_execute(), and elem_resize().
| std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_rhoNp1_ |
Referenced by elem_execute(), and elem_resize().
| std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_scv_volume_ |
Referenced by elem_execute(), and elem_resize().
| std::vector<double> sierra::nalu::ContinuityMassElemSuppAlgDep::ws_shape_function_ |
Referenced by elem_execute(), and elem_resize().
1.8.11