Nektar++
|
#include <ProcessLocalStabilityAnalysis.h>
Public Member Functions | |
ProcessLocalStabilityAnalysis (FieldSharedPtr f) | |
~ProcessLocalStabilityAnalysis () override | |
void | v_Process (po::variables_map &vm) override |
Write mesh to output file. More... | |
std::string | v_GetModuleName () override |
std::string | v_GetModuleDescription () override |
void | call_hello () |
void | call_lst (const long int &option, const NekDouble *finalValue1, const long int &numStep1, const NekDouble *finalValue2, const long int &numStep2) |
![]() | |
ProcessBoundaryExtract (FieldSharedPtr f) | |
~ProcessBoundaryExtract () override | |
![]() | |
ProcessModule () | |
ProcessModule (FieldSharedPtr p_f) | |
![]() | |
FIELD_UTILS_EXPORT | Module (FieldSharedPtr p_f) |
virtual | ~Module ()=default |
void | Process (po::variables_map &vm) |
std::string | GetModuleName () |
std::string | GetModuleDescription () |
const ConfigOption & | GetConfigOption (const std::string &key) const |
ModulePriority | GetModulePriority () |
std::vector< ModuleKey > | GetModulePrerequisites () |
FIELD_UTILS_EXPORT void | RegisterConfig (std::string key, std::string value="") |
Register a configuration option with a module. More... | |
FIELD_UTILS_EXPORT void | PrintConfig () |
Print out all configuration options for a module. More... | |
FIELD_UTILS_EXPORT void | SetDefaults () |
Sets default configuration options for those which have not been set. More... | |
FIELD_UTILS_EXPORT void | AddFile (std::string fileType, std::string fileName) |
FIELD_UTILS_EXPORT void | EvaluateTriFieldAtEquiSpacedPts (LocalRegions::ExpansionSharedPtr &exp, const Array< OneD, const NekDouble > &infield, Array< OneD, NekDouble > &outfield) |
Static Public Member Functions | |
static std::shared_ptr< Module > | create (FieldSharedPtr f) |
Creates an instance of this class. More... | |
![]() | |
static std::shared_ptr< Module > | create (FieldSharedPtr f) |
Creates an instance of this class. More... | |
Static Public Attributes | |
static ModuleKey | className |
![]() | |
static ModuleKey | className |
Private Member Functions | |
void | GenerateInputFiles () |
Private Attributes | |
int | m_NSTART = 1 |
int | m_ITSE = 0 |
int | m_INEUTRL = 0 |
NekDouble | m_BETALIN = 0 |
NekDouble | m_FREQLIN = 2000 |
int | m_NGLOBAL = 25 |
int | m_NLOCAL = 121 |
int | m_ITOLRAY = 5 |
std::string | m_LABEL = "\'localStabilityAnalysis\'" |
int | m_ITSPRES = 0 |
int | m_IEIGL = 1 |
NekDouble | m_RGAS = 287.0 |
NekDouble | m_GAMMA = 1.4 |
NekDouble | m_PRANDTL = 0.72 |
Additional Inherited Members | |
![]() | |
FieldSharedPtr | m_f |
Field object. More... | |
![]() | |
void | v_Process (po::variables_map &vm) override |
std::string | v_GetModuleName () override |
std::string | v_GetModuleDescription () override |
ModulePriority | v_GetModulePriority () override |
![]() | |
Module () | |
virtual void | v_Process (po::variables_map &vm) |
virtual std::string | v_GetModuleName () |
virtual std::string | v_GetModuleDescription () |
virtual ModulePriority | v_GetModulePriority () |
virtual std::vector< ModuleKey > | v_GetModulePrerequisites () |
![]() | |
std::map< std::string, ConfigOption > | m_config |
List of configuration values. More... | |
std::set< std::string > | m_allowedFiles |
List of allowed file formats. More... | |
Definition at line 61 of file ProcessLocalStabilityAnalysis.h.
Nektar::FieldUtils::ProcessLocalStabilityAnalysis::ProcessLocalStabilityAnalysis | ( | FieldSharedPtr | f | ) |
Definition at line 57 of file ProcessLocalStabilityAnalysis.cpp.
References Nektar::FieldUtils::Module::m_config.
|
override |
Definition at line 77 of file ProcessLocalStabilityAnalysis.cpp.
|
inline |
Definition at line 89 of file ProcessLocalStabilityAnalysis.h.
References F77NAME, and Nektar::FieldUtils::helloworld().
|
inline |
Definition at line 94 of file ProcessLocalStabilityAnalysis.h.
References Nektar::FieldUtils::copse3d(), and F77NAME.
Referenced by v_Process().
|
inlinestatic |
Creates an instance of this class.
Definition at line 65 of file ProcessLocalStabilityAnalysis.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
private |
Definition at line 81 of file ProcessLocalStabilityAnalysis.cpp.
References ASSERTL0, m_BETALIN, Nektar::FieldUtils::Module::m_f, m_FREQLIN, m_GAMMA, m_IEIGL, m_INEUTRL, m_ITOLRAY, m_ITSE, m_ITSPRES, m_LABEL, m_NGLOBAL, m_NLOCAL, m_NSTART, m_PRANDTL, and m_RGAS.
Referenced by v_Process().
|
inlineoverridevirtual |
Reimplemented from Nektar::FieldUtils::ProcessBoundaryExtract.
Definition at line 83 of file ProcessLocalStabilityAnalysis.h.
|
inlineoverridevirtual |
Reimplemented from Nektar::FieldUtils::ProcessBoundaryExtract.
Definition at line 78 of file ProcessLocalStabilityAnalysis.h.
|
overridevirtual |
Write mesh to output file.
Reimplemented from Nektar::FieldUtils::ProcessBoundaryExtract.
Definition at line 176 of file ProcessLocalStabilityAnalysis.cpp.
References call_lst(), GenerateInputFiles(), Nektar::FieldUtils::Module::m_config, and Nektar::FieldUtils::ProcessBoundaryExtract::v_Process().
|
static |
Definition at line 70 of file ProcessLocalStabilityAnalysis.h.
|
private |
Definition at line 109 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 110 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 118 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 116 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 108 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 113 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 107 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 115 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 114 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 111 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 112 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 106 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 119 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().
|
private |
Definition at line 117 of file ProcessLocalStabilityAnalysis.h.
Referenced by GenerateInputFiles().