vocabs.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 #ifndef __vocabs_hpp__
22 #define __vocabs_hpp__
23 
24 
25 namespace pFlow
26 {
27 
28  // folders / repositories
29 const inline char* settingsFolder__ = "settings";
30 const inline char* settingsRepository__ = "settings";
31 const inline char* caseSetupFolder__ = "caseSetup";
32 const inline char* caseSetupRepository__ = "caseSetup";
33 const inline char* geometryFolder__ = "geometry";
34 const inline char* geometryRepository_ = "geometry";
35 const inline char* integrationRepository__ = "integration";
36 const inline char* integrationFolder__ = "integration";
37 
38 // file names
39 const inline char* settingsFile__ = "settingsDict";
40 const inline char* insertionFile__ = "particleInsertion";
41 const inline char* sphereShapeFile__ = "sphereShape";
42 const inline char* pointStructureFile__ = "pStructure";
43 const inline char* triSurfaceFile__ = "triSurface";
44 const inline char* createParticles__ = "createParticles";
45 const inline char* motionModelFile__ = "motionModel";
46 const inline char* contactSearchFile__ = "contactSearch";
47 const inline char* propertyFile__ = "interaction";
48 const inline char* interactionFile__ = "interaction";
49 const inline char* postprocessFile__ = "postprocessDict";
50 
51 
52 const inline char* uniform__ = "uniform";
53 const inline char* nonUniform__ = "nonUniform";
54 
55 
56 }
57 
58 
59 #endif // __vocabs_hpp__
pFlow::sphereShapeFile__
const char * sphereShapeFile__
Definition: vocabs.hpp:41
pFlow::propertyFile__
const char * propertyFile__
Definition: vocabs.hpp:47
pFlow::motionModelFile__
const char * motionModelFile__
Definition: vocabs.hpp:45
pFlow::pointStructureFile__
const char * pointStructureFile__
Definition: vocabs.hpp:42
pFlow::triSurfaceFile__
const char * triSurfaceFile__
Definition: vocabs.hpp:43
pFlow::createParticles__
const char * createParticles__
Definition: vocabs.hpp:44
pFlow::insertionFile__
const char * insertionFile__
Definition: vocabs.hpp:40
pFlow::caseSetupFolder__
const char * caseSetupFolder__
Definition: vocabs.hpp:31
pFlow::settingsFile__
const char * settingsFile__
Definition: vocabs.hpp:39
pFlow::interactionFile__
const char * interactionFile__
Definition: vocabs.hpp:48
pFlow::contactSearchFile__
const char * contactSearchFile__
Definition: vocabs.hpp:46
pFlow::uniform__
const char * uniform__
Definition: vocabs.hpp:52
pFlow
Definition: demComponent.hpp:28
pFlow::nonUniform__
const char * nonUniform__
Definition: vocabs.hpp:53
pFlow::caseSetupRepository__
const char * caseSetupRepository__
Definition: vocabs.hpp:32
pFlow::geometryFolder__
const char * geometryFolder__
Definition: vocabs.hpp:33
pFlow::settingsFolder__
const char * settingsFolder__
Definition: vocabs.hpp:29
pFlow::postprocessFile__
const char * postprocessFile__
Definition: vocabs.hpp:49
pFlow::settingsRepository__
const char * settingsRepository__
Definition: vocabs.hpp:30
pFlow::integrationRepository__
const char * integrationRepository__
Definition: vocabs.hpp:35
pFlow::integrationFolder__
const char * integrationFolder__
Definition: vocabs.hpp:36
pFlow::geometryRepository_
const char * geometryRepository_
Definition: vocabs.hpp:34