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