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