35#ifndef FIELDUTILS_PROCESSSTREAMFUNCTION
36#define FIELDUTILS_PROCESSSTREAMFUNCTION
61 void v_Process(po::variables_map &vm)
override;
65 return "ProcessStreamFunction";
70 return "Calculating stream-function";
Abstract base class for processing modules.
This processing module calculates the stream function of a 2D field and adds it as an extra-field to ...
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ProcessStreamFunction(FieldSharedPtr f)
~ProcessStreamFunction() override
static ModuleKey className
void v_Process(po::variables_map &vm) override
Write mesh to output file.
std::string v_GetModuleName() override
std::string v_GetModuleDescription() override
ModulePriority v_GetModulePriority() 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