35#ifndef NEKTAR_SOLVERS_ADRSOLVER_CELLMODELS_ALIEVPANFILOV
36#define NEKTAR_SOLVERS_ADRSOLVER_CELLMODELS_ALIEVPANFILOV
Array< OneD, NekDouble > m_tmp1
Workspace for computing reaction term.
CellModelAlievPanfilov(const LibUtilities::SessionReaderSharedPtr &pSession, const MultiRegions::ExpListSharedPtr &pField)
static std::string className
Name of class.
Array< OneD, NekDouble > m_uuu
Temporary space for storing when computing reaction term.
void v_GenerateSummary(SummaryList &s) override
Array< OneD, NekDouble > m_uu
Temporary space for storing when computing reaction term.
void v_Update(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time) override
static CellModelSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const MultiRegions::ExpListSharedPtr &pField)
Creates an instance of this class.
~CellModelAlievPanfilov() override
NekDouble m_a
Trigger parameter a.
NekDouble m_k
Scaling parameter k.
void v_SetInitialConditions() override
NekDouble m_mu1
Restitution parameter .
Array< OneD, NekDouble > m_tmp2
Workspace for computing reaction term.
NekDouble m_eps
Restitution parameter .
NekDouble m_mu2
Restitution parameter .
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< ExpList > ExpListSharedPtr
Shared pointer to an ExpList object.
std::vector< std::pair< std::string, std::string > > SummaryList
std::shared_ptr< CellModel > CellModelSharedPtr
A shared pointer to an EquationSystem object.