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