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.
virtual void v_GenerateSummary(SummaryList &s)
Array< OneD, NekDouble > m_uuu
Temporary space for storing when computing reaction term.
Array< OneD, NekDouble > m_uu
Temporary space for storing when computing reaction term.
virtual ~CellModelAlievPanfilov()
static CellModelSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const MultiRegions::ExpListSharedPtr &pField)
Creates an instance of this class.
virtual void v_Update(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
NekDouble m_a
Trigger parameter a.
virtual void v_SetInitialConditions()
NekDouble m_k
Scaling parameter k.
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
The above copyright notice and this permission notice shall be included.
std::shared_ptr< CellModel > CellModelSharedPtr
A shared pointer to an EquationSystem object.