35#ifndef FIELDUTILS_PROCESSVORTICITY
36#define FIELDUTILS_PROCESSVORTICITY
61 void v_Process(po::variables_map &vm)
override;
65 return "ProcessVorticity";
70 return "Calculating vorticity";
Abstract base class for processing modules.
This processing module calculates the vorticity and adds it as an extra-field to the output file.
~ProcessVorticity() override
ProcessVorticity(FieldSharedPtr f)
ModulePriority v_GetModulePriority() override
void GetVelocity(Array< OneD, Array< OneD, NekDouble > > &vel, int totfields, int strip=0)
static ModuleKey className
std::string v_GetModuleName() override
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
std::string v_GetModuleDescription() override
void v_Process(po::variables_map &vm) override
Write mesh to output file.
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