7 #ifndef cf3_solver_ActionDirector_hpp
8 #define cf3_solver_ActionDirector_hpp
18 namespace mesh {
class Mesh; }
40 static std::string
type_name () {
return "ActionDirector"; }
59 void config_regions();
78 virtual void on_regions_set();
87 #endif // cf3_solver_ActionDirector_hpp
std::string name(ComponentWrapper &self)
Handle< mesh::Mesh > m_mesh
mesh where this action data resides
Safe pointer to an object. This is the supported method for referring to components.
Handle< physics::PhysModel > m_physical_model
physical model used by this action
static std::string type_name()
Get the class name.
Top-level namespace for coolfluid.
Handle< solver::Solver > m_solver
link back to the solver
std::vector< Handle< mesh::Region > > m_loop_regions
regions of the mesh to loop over
Handle< solver::Time > m_time