9 #ifndef AssembleContinuityInflowSolverAlgorithm_h 10 #define AssembleContinuityInflowSolverAlgorithm_h 26 stk::mesh::Part *part,
28 bool useShifted =
false);
const bool useShifted_
Definition: AssembleContinuityInflowSolverAlgorithm.h:33
virtual void initialize_connectivity()
Definition: AssembleContinuityInflowSolverAlgorithm.C:59
Definition: ABLForcingAlgorithm.C:26
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
virtual void execute()
Definition: AssembleContinuityInflowSolverAlgorithm.C:68
virtual ~AssembleContinuityInflowSolverAlgorithm()
Definition: AssembleContinuityInflowSolverAlgorithm.h:29
Definition: SolverAlgorithm.h:24
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
Base class representation of a PDE.
Definition: EquationSystem.h:46
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
AssembleContinuityInflowSolverAlgorithm(Realm &realm, stk::mesh::Part *part, EquationSystem *eqSystem, bool useShifted=false)
Definition: AssembleContinuityInflowSolverAlgorithm.C:36
ScalarFieldType * densityBC_
Definition: AssembleContinuityInflowSolverAlgorithm.h:37
VectorFieldType * velocityBC_
Definition: AssembleContinuityInflowSolverAlgorithm.h:36
GenericFieldType * exposedAreaVec_
Definition: AssembleContinuityInflowSolverAlgorithm.h:35
Definition: AssembleContinuityInflowSolverAlgorithm.h:20