35#ifndef NEKTAR_SOLVERS_PRESSDECOMPVCSFSI_H
36#define NEKTAR_SOLVERS_PRESSDECOMPVCSFSI_H
89 std::map<int, Array<OneD, NekDouble>>
m_pCoef;
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
void CalculateBCs(std::set< int > &dofs, std::map< int, Array< OneD, NekDouble > > &bcs)
Array< OneD, NekDouble > m_addedMass
static SolverUtils::EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
static std::string solverTypeLookupId
void CalculateAddedMass(std::map< int, Array< OneD, NekDouble > > &boundValues, std::map< int, Array< OneD, NekDouble > > &pPhys)
void v_InitObject(bool DeclareField=true) override
Initialisation object for EquationSystem.
~PressDecompVCSFSI() override
void v_DoInitialise(bool dumpInitialConditions=true) override
Virtual function for initialisation implementation.
void SolvePotentials(std::set< int > &dofs)
std::map< int, Array< OneD, NekDouble > > m_pCoef
static std::string className
Name of class.
void SolvePa(int i, Array< OneD, NekDouble > bc, Array< OneD, NekDouble > pPhys)
void v_SolveSolid(NekDouble time) override
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object.
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
std::shared_ptr< PressDecompVCSFSI > PressDecompVCSFSISharedPtr