35#ifndef FIELDUTILS_PROCESSCFL
36#define FIELDUTILS_PROCESSCFL
61 void v_Process(po::variables_map &vm)
override;
70 return "Calculating CFL number over the domain for the Incompressible "
This processing module calculates the CFL and adds it as an extra-field to the output file.
void GetVelocity(Array< OneD, Array< OneD, NekDouble > > &vel, int strip=0)
Array< OneD, NekDouble > GetMaxStdVelocity(const Array< OneD, Array< OneD, NekDouble > > &vel, int strip=0)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static ModuleKey className
void v_Process(po::variables_map &vm) override
Write mesh to output file.
ModulePriority v_GetModulePriority() override
std::string v_GetModuleDescription() override
std::string v_GetModuleName() override
ProcessCFL(FieldSharedPtr f)
Abstract base class for processing modules.
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