37 #ifndef NEKTAR_SOLVERS_APESOLVER_EQUATIONSYSTEMS_APE_H
38 #define NEKTAR_SOLVERS_APESOLVER_EQUATIONSYSTEMS_APE_H
85 virtual void v_InitObject();
102 std::vector<std::string> &variables);
112 void UpdateBasefield();
113 void UpdateSourceTerms();
SolverUtils::AdvectionSharedPtr m_advection
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
std::vector< std::string > m_basefield_names
Array< OneD, Array< OneD, NekDouble > > m_basefield
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.
boost::shared_ptr< RiemannSolver > RiemannSolverSharedPtr
A shared pointer to an EquationSystem object.
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
Array< OneD, NekDouble > m_sourceTerms
boost::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object.
Array< OneD, Array< OneD, NekDouble > > m_traceBasefield
Base class for unsteady solvers.
static std::string className
Name of class.
NekDouble m_gamma
Isentropic coefficient, Ratio of specific heats (APE)
SolverUtils::RiemannSolverSharedPtr m_riemannSolver