35 #ifndef FIELDUTILS_PROCESSWSS
36 #define FIELDUTILS_PROCESSWSS
63 virtual void Process(po::variables_map &vm);
72 return "Calculating wall shear stress";
This processing module calculates the wall shear stress and adds it as an extra-field to the output f...
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static ModuleKey className
void GetViscosity(const Array< OneD, MultiRegions::ExpListSharedPtr > exp, Array< OneD, NekDouble > &mu, NekDouble &lambda)
virtual void Process(po::variables_map &vm)
Write mesh to output file.
ProcessWSS(FieldSharedPtr f)
virtual std::string GetModuleDescription()
virtual std::string GetModuleName()
void GetVelocity(const Array< OneD, MultiRegions::ExpListSharedPtr > exp, Array< OneD, Array< OneD, NekDouble > > &vel)
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.