36 #ifndef FIELDUTILS_PROCESSVORTICITY
37 #define FIELDUTILS_PROCESSVORTICITY
39 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
67 return "ProcessVorticity";
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
pair< ModuleType, string > ModuleKey
virtual ~ProcessVorticity()
boost::shared_ptr< Field > FieldSharedPtr
virtual std::string GetModuleName()
Abstract base class for processing modules.
This processing module calculates the vorticity and adds it as an extra-field to the output file...
static ModuleKey className
ProcessVorticity(FieldSharedPtr f)