35 #ifndef FIELDUTILS_PROCESSWSS 36 #define FIELDUTILS_PROCESSWSS 63 virtual void Process(po::variables_map &vm);
72 return "Calculating wall shear stress";
void GetViscosity(const Array< OneD, MultiRegions::ExpListSharedPtr > exp, Array< OneD, NekDouble > &mu, NekDouble &lambda)
std::shared_ptr< Field > FieldSharedPtr
static ModuleKey className
virtual std::string GetModuleDescription()
void GetVelocity(const Array< OneD, MultiRegions::ExpListSharedPtr > exp, Array< OneD, Array< OneD, NekDouble > > &vel)
std::pair< ModuleType, std::string > ModuleKey
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
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.
virtual std::string GetModuleName()
ProcessWSS(FieldSharedPtr f)