36#ifndef FIELDUTILS_PROCESSFORCEDECOMPOSEBND_H
37#define FIELDUTILS_PROCESSFORCEDECOMPOSEBND_H
63 void v_Process(po::variables_map &vm)
override;
67 return "ProcessForceDecomposeBnd";
72 return "Calculating force decomposition";
This processing module calculates the wall shear stress and adds it as an extra-field to the output f...
ModulePriority v_GetModulePriority() 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.
std::string v_GetModuleName() override
static ModuleKey className
~ProcessForceDecomposeBnd() override
This processing module calculates the Q Criterion and adds it as an extra-field to the 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