37 #ifndef NEKTAR_SOLVERS_APESOLVER_EQUATIONSYSTEMS_APE_H
38 #define NEKTAR_SOLVERS_APESOLVER_EQUATIONSYSTEMS_APE_H
76 std::vector<SolverUtils::ForcingSharedPtr>
m_forcing;
91 virtual void v_InitObject();
105 virtual bool v_PreIntegrate(
int step);
107 virtual bool v_PostIntegrate(
int step);
112 std::vector<std::string> &variables);
SolverUtils::AdvectionSharedPtr m_advection
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
MultiRegions::ExpListSharedPtr m_bfField
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
Array< OneD, Array< OneD, NekDouble > > m_vecLocs
static EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession)
Creates an instance of this class.
boost::shared_ptr< Advection > AdvectionSharedPtr
A shared pointer to an Advection object.
std::vector< SolverUtils::ForcingSharedPtr > m_forcing
boost::shared_ptr< RiemannSolver > RiemannSolverSharedPtr
A shared pointer to an EquationSystem object.
Wall boundary conditions for compressible flow problems.
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
boost::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object.
Array< OneD, Array< OneD, NekDouble > > m_traceBasefield
Base class for unsteady solvers.
int m_cflsteps
dump cfl estimate
boost::shared_ptr< ExpList > ExpListSharedPtr
Shared pointer to an ExpList object.
static std::string className
Name of class.
NekDouble m_gamma
Isentropic coefficient, Ratio of specific heats (APE)
SolverUtils::RiemannSolverSharedPtr m_riemannSolver
Array< OneD, Array< OneD, NekDouble > > m_bf
std::vector< std::string > m_bfNames