7 #ifndef cf3_solver_ComputeCFL_hpp
8 #define cf3_solver_ComputeCFL_hpp
49 static std::string
type_name () {
return "ComputeCFL"; }
52 virtual void execute();
67 #endif // cf3_solver_ComputeCFL_hpp
std::string name(ComponentWrapper &self)
Safe pointer to an object. This is the supported method for referring to components.
Handle< mesh::Field > m_time_step
Handle< mesh::Field > m_cfl
! Wave speed field
static std::string type_name()
Get the class name.
Top-level namespace for coolfluid.
Component that executes an action. Implementation of the IAction interface as a component, exposing the execute function as a signal.
virtual ~ComputeCFL()
Virtual destructor.
Compute Right-Hand-Side of a PDE.
Handle< mesh::Field > m_wave_speed
! Time step field