29 int main(
int argc,
char* argv[] )
34 "Converts the supplied informaiton for sufraces in"
35 " geometryDict into PhasicFlow geometry data structure");
38 bool isCoupling =
false;
42 "Is this a fluid-particle coupling simulation?");
44 if(!cmds.
parse(argc, argv))
return 0;
63 auto& surfacesDict = geometryDict.subDict(
"surfaces");
65 auto wallsDictName = surfacesDict.dictionaryKeywords();
87 for(
auto& name:wallsDictName)
91 auto& wall = wallPtr();
96 surface.appendSurface(wall.name(), trinalges);
97 materials.push_back(wall.materialName());
98 materialsList.push_back(wall.materialName());
100 motion.push_back(wall.motionName());
101 motionList.push_back(wall.motionName());