9 #ifndef MomentumNSOGradElemSuppAlg_h 10 #define MomentumNSOGradElemSuppAlg_h 15 #include <stk_mesh/base/BulkData.hpp> 16 #include <stk_mesh/base/Entity.hpp> 32 const double fourthFac);
45 stk::mesh::Entity element,
std::vector< double > ws_Gjp_
Definition: MomentumNSOGradElemSuppAlg.h:84
GenericFieldType * Gju_
Definition: MomentumNSOGradElemSuppAlg.h:57
std::vector< double > ws_Gju_
Definition: MomentumNSOGradElemSuppAlg.h:87
std::vector< double > ws_dukdxScs_
Definition: MomentumNSOGradElemSuppAlg.h:66
VectorFieldType * velocityNp1_
Definition: MomentumNSOGradElemSuppAlg.h:51
const bool useShiftedGradOp_
Definition: MomentumNSOGradElemSuppAlg.h:63
Definition: ABLForcingAlgorithm.C:26
Definition: MasterElement.h:53
std::vector< double > ws_shape_function_
Definition: MomentumNSOGradElemSuppAlg.h:76
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
VectorFieldType * Gjp_
Definition: MomentumNSOGradElemSuppAlg.h:54
std::vector< double > ws_GjpScs_
Definition: MomentumNSOGradElemSuppAlg.h:69
VectorFieldType * velocityRTM_
Definition: MomentumNSOGradElemSuppAlg.h:55
VectorFieldType * coordinates_
Definition: MomentumNSOGradElemSuppAlg.h:56
std::vector< double > ws_rhoNp1_
Definition: MomentumNSOGradElemSuppAlg.h:82
std::vector< double > ws_pressure_
Definition: MomentumNSOGradElemSuppAlg.h:83
ScalarFieldType * densityNp1_
Definition: MomentumNSOGradElemSuppAlg.h:52
virtual ~MomentumNSOGradElemSuppAlg()
Definition: MomentumNSOGradElemSuppAlg.h:34
std::vector< double > ws_dndx_
Definition: MomentumNSOGradElemSuppAlg.h:73
virtual void elem_execute(double *lhs, double *rhs, stk::mesh::Entity element, MasterElement *meSCS, MasterElement *meSCV)
Definition: MomentumNSOGradElemSuppAlg.C:121
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
ScalarFieldType * pressure_
Definition: MomentumNSOGradElemSuppAlg.h:53
static constexpr double lhs[8][8]
Definition: UnitTestContinuityAdvElem.C:25
std::vector< double > ws_gUpper_
Definition: MomentumNSOGradElemSuppAlg.h:77
virtual void setup()
Definition: MomentumNSOGradElemSuppAlg.C:112
const double Cupw_
Definition: MomentumNSOGradElemSuppAlg.h:60
std::vector< double > ws_gLower_
Definition: MomentumNSOGradElemSuppAlg.h:78
std::vector< double > ws_rhoVrtmScs_
Definition: MomentumNSOGradElemSuppAlg.h:67
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
static constexpr double rhs[8]
Definition: UnitTestContinuityAdvElem.C:18
std::vector< double > ws_dpdxScs_
Definition: MomentumNSOGradElemSuppAlg.h:68
std::vector< double > ws_det_j_
Definition: MomentumNSOGradElemSuppAlg.h:75
std::vector< double > ws_deriv_
Definition: MomentumNSOGradElemSuppAlg.h:74
std::vector< double > ws_coordinates_
Definition: MomentumNSOGradElemSuppAlg.h:86
const double small_
Definition: MomentumNSOGradElemSuppAlg.h:61
virtual void elem_resize(MasterElement *meSCS, MasterElement *meSCV)
Definition: MomentumNSOGradElemSuppAlg.C:79
const double fourthFac_
Definition: MomentumNSOGradElemSuppAlg.h:62
Definition: UnitTestMasterElements.C:367
std::vector< double > ws_uNp1_
Definition: MomentumNSOGradElemSuppAlg.h:81
const stk::mesh::BulkData * bulkData_
Definition: MomentumNSOGradElemSuppAlg.h:49
std::vector< double > ws_velocityRTM_
Definition: MomentumNSOGradElemSuppAlg.h:85
Definition: MomentumNSOGradElemSuppAlg.h:24
const int nDim_
Definition: MomentumNSOGradElemSuppAlg.h:59
Definition: SupplementalAlgorithm.h:24
std::vector< double > ws_scs_areav_
Definition: MomentumNSOGradElemSuppAlg.h:72
MomentumNSOGradElemSuppAlg(Realm &realm, VectorFieldType *velocity, GenericFieldType *Gju, const double fourthFac)
Definition: MomentumNSOGradElemSuppAlg.C:32