36 #ifndef NEKTAR_SOLVERUTILS_FORCINGABSORPTION
37 #define NEKTAR_SOLVERUTILS_FORCINGABSORPTION
60 const unsigned int& pNumForcingFields,
61 const TiXmlElement* pForce)
65 p->InitObject(pFields, pNumForcingFields, pForce);
81 const unsigned int& pNumForcingFields,
82 const TiXmlElement* pForce);
virtual ~ForcingAbsorption(void)
ForcingAbsorption(const LibUtilities::SessionReaderSharedPtr &pSession)
virtual SOLVER_UTILS_EXPORT void v_Apply(const Array< OneD, MultiRegions::ExpListSharedPtr > &fields, const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble &time)
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
SOLVER_UTILS_EXPORT typedef boost::shared_ptr< Forcing > ForcingSharedPtr
A shared pointer to an EquationSystem object.
Array< OneD, Array< OneD, NekDouble > > m_Absorption
std::string m_funcNameTime
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
static std::string className
Name of the class.
static SOLVER_UTILS_EXPORT ForcingSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields, const TiXmlElement *pForce)
Creates an instance of this class.
Array< OneD, Array< OneD, NekDouble > > m_Refflow
#define SOLVER_UTILS_EXPORT
virtual SOLVER_UTILS_EXPORT void v_InitObject(const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields, const TiXmlElement *pForce)
Defines a forcing term to be explicitly applied.