9 #ifndef AssembleScalarElemOpenSolverAlgorithm_h 10 #define AssembleScalarElemOpenSolverAlgorithm_h 33 stk::mesh::Part *part,
40 virtual void initialize_connectivity();
41 virtual void execute();
Definition: ABLForcingAlgorithm.C:26
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
Definition: AssembleScalarElemOpenSolverAlgorithm.h:27
ScalarFieldType * density_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:51
VectorFieldType * coordinates_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:50
Definition: SolverAlgorithm.h:24
Definition: Algorithm.h:14
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
VectorFieldType * velocityRTM_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:49
GenericFieldType * openMassFlowRate_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:52
Base class representation of a PDE.
Definition: EquationSystem.h:46
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
const bool meshMotion_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:43
ScalarFieldType * scalarQ_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:45
ScalarFieldType * bcScalarQ_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:46
PecletFunction * pecletFunction_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:55
VectorFieldType * dqdx_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:47
ScalarFieldType * diffFluxCoeff_
Definition: AssembleScalarElemOpenSolverAlgorithm.h:48
Definition: PecletFunction.h:15