7 #ifndef cf3_solver_Solver_hpp
8 #define cf3_solver_Solver_hpp
10 #include <boost/scoped_ptr.hpp>
19 namespace mesh {
class Domain;
class Mesh;
class FieldManager; }
45 static std::string
type_name () {
return "Solver"; }
66 void trigger_physical_model();
78 #endif // cf3_solver_Solver_hpp
std::string name(ComponentWrapper &self)
Handle< physics::PhysModel > m_physics
Raw access to the physics.
Holds the Component class, as well as the ComponentIterator class plus some functions related to comp...
static std::string type_name()
Get the class name.
boost::scoped_ptr< Implementation > m_implementation
Top-level namespace for coolfluid.