35#ifndef NEKTAR_SOLVERS_VCSFSI_H
36#define NEKTAR_SOLVERS_VCSFSI_H
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
void InitialiseFilter(Array< OneD, NekDouble > aeroforce)
static std::string solverTypeLookupId
void v_DoInitialise(bool dumpInitialConditions=true) override
Sets up initial conditions.
SolverUtils::FilterAeroForcesSharedPtr m_aeroforceFilter
void v_InitObject(bool DeclareField=true) override
Initialisation object for EquationSystem.
RigidSolver m_rigidSolver
void v_SolveSolid(NekDouble time) override
static std::string className
Name of class.
static SolverUtils::EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< FilterAeroForces > FilterAeroForcesSharedPtr
std::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object.
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
std::shared_ptr< VCSFSI > VCSFSISharedPtr