Running
Most important and strange aspect is the fact that actual meshing "production" cannot be performed by a command in the scripting file but using the command line option as in the following example:
> gmsh t1.geo -2 -bgm bgmesh.pos
or to create the 2D mesh and save in file
jobnamein.msh in
msh
version 2 format
gmsh NaturalConvection.geo -2 -format msh2
This is changed in the more recent version where the command
Mesh
is available
in the scripting for meshing
A more complete example with the codesaturne command to create the directory structure
code_saturne.com create -s TrenchPipe -c Case2
Start .\SaturneGUI.bat
gmsh .\Trench_RCC1_V3.geo -save -o TrenchPipeOnlyOD09Case3.msh2 -format msh2
OpenFOAM Tutorial
OpenFOAM
Tutorial where information are summarized about main topics
--
RobertoBernetti - 03 Mar 2017