35#ifndef FIELDUTILS_PROCESSMULTISHEAR
36#define FIELDUTILS_PROCESSMULTISHEAR
62 void v_Process(po::variables_map &vm)
override;
66 return "ProcessMultiShear";
71 return "Calculating shear stress metrics";
Abstract base class for processing modules.
This processing module calculates the shear stress metrics and writes it to a surface output file.
ModulePriority v_GetModulePriority() override
std::string v_GetModuleName() override
~ProcessMultiShear() override
std::string v_GetModuleDescription() override
ProcessMultiShear(FieldSharedPtr f)
void v_Process(po::variables_map &vm) override
Write mesh to output file.
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static ModuleKey className
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