Control.hpp
Go to the documentation of this file.
1 /*------------------------------- phasicFlow ---------------------------------
2  O C enter of
3  O O E ngineering and
4  O O M ultiscale modeling of
5  OOOOOOO F luid flow
6 ------------------------------------------------------------------------------
7  Copyright (C): www.cemf.ir
8  email: hamid.r.norouzi AT gmail.com
9 ------------------------------------------------------------------------------
10 Licence:
11  This file is part of phasicFlow code. It is a free software for simulating
12  granular and multiphase flows. You can redistribute it and/or modify it under
13  the terms of GNU General Public License v3 or any other later versions.
14 
15  phasicFlow is distributed to help others in their research in the field of
16  granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the
17  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 
19 -----------------------------------------------------------------------------*/
20 
21 
22 #ifndef __Control_hpp__
23 #define __Control_hpp__
24 
25 
26 // top-level entity repository for the whole application
27 // Each application that is executed in pFlow, should have
28 // settings/systemControl file in it.
29 // This repository holds two main repositories: Time and settings
30 
31 #include "systemControl.hpp"
32 #include "timeFolder.hpp"
33 
34 namespace pFlow
35 {
36 
37 
39 {
40  static systemControl control_;
41  return control_;
42 }
43 
44 } // pFlow
45 
46 
47 #endif // __Control_hpp__
pFlow::Control
systemControl & Control()
Definition: Control.hpp:38
systemControl.hpp
pFlow::systemControl
Definition: systemControl.hpp:41
pFlow
Definition: demComponent.hpp:28
timeFolder.hpp