35#ifndef NEKTAR_SOLVERS_VELOCITYCORRECTIONSCHEMEWEAKPRESSURE_H
36#define NEKTAR_SOLVERS_VELOCITYCORRECTIONSCHEMEWEAKPRESSURE_H
80 return "WeakPressure";
84 const std::string &instr)
override
86 if (boost::iequals(instr,
"SubStepping"))
88 return "SubSteppingWeakPressure";
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
Defines a forcing term to be explicitly applied.
VCSWeakPressure(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Constructor.
~VCSWeakPressure() override=default
void v_GenerateSummary(SolverUtils::SummaryList &s) override
Print a summary of time stepping parameters.
std::string v_GetExtrapolateStr(void) override
static std::string solverTypeLookupId
void v_SolvePressure(const Array< OneD, NekDouble > &Forcing) override
std::string v_GetSubSteppingExtrapolateStr(const std::string &instr) override
static std::string className
Name of class.
void v_SetUpPressureForcing(const Array< OneD, const Array< OneD, NekDouble > > &fields, Array< OneD, Array< OneD, NekDouble > > &Forcing, const NekDouble aii_Dt) override
static SolverUtils::EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::vector< std::pair< std::string, std::string > > SummaryList
std::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object.
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
std::shared_ptr< VCSWeakPressure > VCSWeakPressureSharedPtr