Nektar++
|
#include <ForcingNoise.h>
Static Public Member Functions | |
static SOLVER_UTILS_EXPORT ForcingSharedPtr | create (const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields, const TiXmlElement *pForce) |
Creates an instance of this class. More... | |
![]() | |
static SOLVER_UTILS_EXPORT std::vector< ForcingSharedPtr > | Load (const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields=0) |
Static Public Attributes | |
static std::string | className |
Name of the class. More... | |
Private Member Functions | |
ForcingNoise (const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation) | |
virtual | ~ForcingNoise (void) |
Private Attributes | |
int | m_index |
int | m_updateFreq |
int | m_numSteps |
NekDouble | m_noise |
Friends | |
class | MemoryManager< ForcingNoise > |
Additional Inherited Members | |
![]() | |
virtual SOLVER_UTILS_EXPORT | ~Forcing () |
SOLVER_UTILS_EXPORT void | InitObject (const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields, const TiXmlElement *pForce) |
Initialise the forcing object. More... | |
SOLVER_UTILS_EXPORT void | Apply (const Array< OneD, MultiRegions::ExpListSharedPtr > &fields, const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble &time) |
Apply the forcing. More... | |
SOLVER_UTILS_EXPORT const Array< OneD, const Array< OneD, NekDouble > > & | GetForces () |
SOLVER_UTILS_EXPORT Array< OneD, Array< OneD, NekDouble > > & | UpdateForces () |
![]() | |
LibUtilities::SessionReaderSharedPtr | m_session |
Session reader. More... | |
const std::weak_ptr< EquationSystem > | m_equ |
Weak pointer to equation system using this forcing. More... | |
Array< OneD, Array< OneD, NekDouble > > | m_Forcing |
Evaluated forcing function. More... | |
int | m_NumVariable |
Number of variables. More... | |
std::map< std::string, SolverUtils::SessionFunctionSharedPtr > | m_sessionFunctions |
Map of known SessionFunctions. More... | |
Definition at line 50 of file ForcingNoise.h.
|
private |
Definition at line 52 of file ForcingNoise.cpp.
|
inlineprivatevirtual |
|
inlinestatic |
Creates an instance of this class.
Definition at line 57 of file ForcingNoise.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), Nektar::SolverUtils::ForcingSharedPtr, and CellMLToNektar.cellml_metadata::p.
|
protectedvirtual |
Implements Nektar::SolverUtils::Forcing.
Definition at line 115 of file ForcingNoise.cpp.
References Vmath::FillWhiteNoise(), Nektar::SolverUtils::Forcing::m_Forcing, m_index, m_noise, m_numSteps, Nektar::SolverUtils::Forcing::m_NumVariable, m_updateFreq, and Vmath::Vadd().
|
protectedvirtual |
Implements Nektar::SolverUtils::Forcing.
Definition at line 59 of file ForcingNoise.cpp.
References ASSERTL0, Vmath::FillWhiteNoise(), Nektar::SolverUtils::Forcing::m_Forcing, m_index, m_noise, m_numSteps, Nektar::SolverUtils::Forcing::m_NumVariable, Nektar::SolverUtils::Forcing::m_session, and m_updateFreq.
|
friend |
Definition at line 54 of file ForcingNoise.h.
|
static |
Name of the class.
Definition at line 71 of file ForcingNoise.h.
|
private |
Definition at line 89 of file ForcingNoise.h.
Referenced by v_Apply(), v_InitObject(), and ~ForcingNoise().
|
private |
Definition at line 94 of file ForcingNoise.h.
Referenced by v_Apply(), and v_InitObject().
|
private |
Definition at line 93 of file ForcingNoise.h.
Referenced by v_Apply(), and v_InitObject().
|
private |
Definition at line 92 of file ForcingNoise.h.
Referenced by v_Apply(), and v_InitObject().