9 #ifndef MomentumNSOElemSuppAlgDep_h 10 #define MomentumNSOElemSuppAlgDep_h 15 #include <stk_mesh/base/BulkData.hpp> 16 #include <stk_mesh/base/Entity.hpp> 33 const double fourthFac,
34 const double altResFac);
47 stk::mesh::Entity element,
const double small_
Definition: MomentumNSOElemSuppAlgDep.h:70
std::vector< double > ws_rhoN_
Definition: MomentumNSOElemSuppAlgDep.h:98
double gamma2_
Definition: MomentumNSOElemSuppAlgDep.h:67
double dt_
Definition: MomentumNSOElemSuppAlgDep.h:64
virtual void elem_execute(double *lhs, double *rhs, stk::mesh::Entity element, MasterElement *meSCS, MasterElement *meSCV)
Definition: MomentumNSOElemSuppAlgDep.C:147
Definition: ABLForcingAlgorithm.C:26
Definition: MasterElement.h:53
const double nonConservedForm_
Definition: MomentumNSOElemSuppAlgDep.h:74
const stk::mesh::BulkData * bulkData_
Definition: MomentumNSOElemSuppAlgDep.h:51
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
ScalarFieldType * densityNp1_
Definition: MomentumNSOElemSuppAlgDep.h:58
virtual void setup()
Definition: MomentumNSOElemSuppAlgDep.C:135
std::vector< double > ws_uNm1_
Definition: MomentumNSOElemSuppAlgDep.h:94
const double includeDivU_
Definition: MomentumNSOElemSuppAlgDep.h:75
std::vector< double > ws_deriv_
Definition: MomentumNSOElemSuppAlgDep.h:87
std::vector< double > ws_rhoNm1_
Definition: MomentumNSOElemSuppAlgDep.h:97
const double fourthFac_
Definition: MomentumNSOElemSuppAlgDep.h:71
virtual void elem_resize(MasterElement *meSCS, MasterElement *meSCV)
Definition: MomentumNSOElemSuppAlgDep.C:98
double gamma3_
Definition: MomentumNSOElemSuppAlgDep.h:68
std::vector< double > ws_rhoNp1_
Definition: MomentumNSOElemSuppAlgDep.h:99
std::vector< double > ws_coordinates_
Definition: MomentumNSOElemSuppAlgDep.h:102
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
GenericFieldType * Gju_
Definition: MomentumNSOElemSuppAlgDep.h:63
virtual ~MomentumNSOElemSuppAlgDep()
Definition: MomentumNSOElemSuppAlgDep.h:36
std::vector< double > ws_rhoVrtmScs_
Definition: MomentumNSOElemSuppAlgDep.h:80
const double Cupw_
Definition: MomentumNSOElemSuppAlgDep.h:69
static constexpr double lhs[8][8]
Definition: UnitTestContinuityAdvElem.C:25
std::vector< double > ws_dpdxScs_
Definition: MomentumNSOElemSuppAlgDep.h:81
std::vector< double > ws_viscosity_
Definition: MomentumNSOElemSuppAlgDep.h:103
const double om_altResFac_
Definition: MomentumNSOElemSuppAlgDep.h:73
std::vector< double > ws_det_j_
Definition: MomentumNSOElemSuppAlgDep.h:88
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
static constexpr double rhs[8]
Definition: UnitTestContinuityAdvElem.C:18
VectorFieldType * velocityNm1_
Definition: MomentumNSOElemSuppAlgDep.h:53
ScalarFieldType * densityNm1_
Definition: MomentumNSOElemSuppAlgDep.h:56
std::vector< double > ws_gUpper_
Definition: MomentumNSOElemSuppAlgDep.h:90
ScalarFieldType * viscosity_
Definition: MomentumNSOElemSuppAlgDep.h:62
std::vector< double > ws_uNp1_
Definition: MomentumNSOElemSuppAlgDep.h:96
std::vector< double > ws_gLower_
Definition: MomentumNSOElemSuppAlgDep.h:91
std::vector< double > ws_Gju_
Definition: MomentumNSOElemSuppAlgDep.h:104
ScalarFieldType * pressure_
Definition: MomentumNSOElemSuppAlgDep.h:59
std::vector< double > ws_shape_function_
Definition: MomentumNSOElemSuppAlgDep.h:89
VectorFieldType * velocityN_
Definition: MomentumNSOElemSuppAlgDep.h:54
const int nDim_
Definition: MomentumNSOElemSuppAlgDep.h:65
Definition: UnitTestMasterElements.C:367
VectorFieldType * velocityNp1_
Definition: MomentumNSOElemSuppAlgDep.h:55
ScalarFieldType * densityN_
Definition: MomentumNSOElemSuppAlgDep.h:57
std::vector< double > ws_pressure_
Definition: MomentumNSOElemSuppAlgDep.h:100
std::vector< double > ws_dukdxScs_
Definition: MomentumNSOElemSuppAlgDep.h:79
double gamma1_
Definition: MomentumNSOElemSuppAlgDep.h:66
VectorFieldType * velocityRTM_
Definition: MomentumNSOElemSuppAlgDep.h:60
VectorFieldType * coordinates_
Definition: MomentumNSOElemSuppAlgDep.h:61
const double altResFac_
Definition: MomentumNSOElemSuppAlgDep.h:72
const bool useShiftedGradOp_
Definition: MomentumNSOElemSuppAlgDep.h:76
Definition: SupplementalAlgorithm.h:24
std::vector< double > ws_dndx_
Definition: MomentumNSOElemSuppAlgDep.h:86
std::vector< double > ws_scs_areav_
Definition: MomentumNSOElemSuppAlgDep.h:85
std::vector< double > ws_kd_
Definition: MomentumNSOElemSuppAlgDep.h:82
MomentumNSOElemSuppAlgDep(Realm &realm, VectorFieldType *velocity, GenericFieldType *Gju, ScalarFieldType *viscosity, const double fourthFac, const double altResFac)
Definition: MomentumNSOElemSuppAlgDep.C:32
std::vector< double > ws_velocityRTM_
Definition: MomentumNSOElemSuppAlgDep.h:101
Definition: MomentumNSOElemSuppAlgDep.h:24
std::vector< double > ws_uN_
Definition: MomentumNSOElemSuppAlgDep.h:95