35#ifndef FIELDUTILS_PROCESSVORTEXINDUCEDVELOCITY
36#define FIELDUTILS_PROCESSVORTEXINDUCEDVELOCITY
64 void v_Process(po::variables_map &vm)
override;
68 return "ProcessVortexInducedVelocity";
73 return "Calculate velocity induced by vortex filaments.";
83 std::vector<NekDouble> &value);
Abstract base class for processing modules.
This processing module calculates the velocity field induced by vortex filaments.
static NekDouble Smooths(NekDouble s, NekDouble sigma)
std::vector< std::vector< NekDouble > > m_vortex
void v_Process(po::variables_map &vm) override
Write mesh to output file.
ProcessVortexInducedVelocity(FieldSharedPtr f)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static ModuleKey className
static void ParserDouble(const char *cstr, int n, std::vector< NekDouble > &value)
std::string v_GetModuleDescription() override
ModulePriority v_GetModulePriority() override
~ProcessVortexInducedVelocity() override
std::string v_GetModuleName() override
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey