35 #ifndef NEKTAR_SOLVERUTILS_FILTERS_FILTERREYNOLDSSTRESSES_H 36 #define NEKTAR_SOLVERUTILS_FILTERS_FILTERREYNOLDSSTRESSES_H 52 const std::weak_ptr<SolverUtils::EquationSystem> &pEquation,
53 const std::map<std::string, std::string> &pParams)
67 const std::weak_ptr<SolverUtils::EquationSystem> &pEquation,
68 const std::map<std::string, std::string> &pParams);
91 std::vector<Array<OneD, NekDouble> >
m_delta;
std::shared_ptr< Filter > FilterSharedPtr
A shared pointer to a Driver object.
virtual void v_FillVariablesName(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields)
SOLVER_UTILS_EXPORT ~FilterReynoldsStresses()
virtual void v_ProcessSample(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, std::vector< Array< OneD, NekDouble > > &fieldcoeffs, const NekDouble &time)
SOLVER_UTILS_EXPORT FilterReynoldsStresses(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< SolverUtils::EquationSystem > &pEquation, const std::map< std::string, std::string > &pParams)
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
Append Reynolds stresses to the average fields.
static FilterSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< SolverUtils::EquationSystem > &pEquation, const std::map< std::string, std::string > &pParams)
Creates an instance of this class.
virtual NekDouble v_GetScale()
virtual void v_PrepareOutput(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::vector< Array< OneD, NekDouble > > m_delta
std::vector< Array< OneD, NekDouble > > m_fields
static std::string className
Name of the class.
virtual std::string v_GetFileSuffix()
virtual void v_Initialise(const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time)
#define SOLVER_UTILS_EXPORT
std::shared_ptr< SessionReader > SessionReaderSharedPtr