35 #ifndef FIELDUTILS_PROCESSSTREAMFUNCTION
36 #define FIELDUTILS_PROCESSSTREAMFUNCTION
38 #include "../Module.h"
63 virtual void v_Process(po::variables_map &vm)
override;
67 return "ProcessStreamFunction";
72 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 ...
ProcessStreamFunction(FieldSharedPtr f)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static ModuleKey className
virtual ~ProcessStreamFunction()
virtual void v_Process(po::variables_map &vm) override
Write mesh to output file.
virtual std::string v_GetModuleName() override
virtual ModulePriority v_GetModulePriority() override
virtual std::string v_GetModuleDescription() 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
The above copyright notice and this permission notice shall be included.