MAIA bb96820c
Multiphysics at AIA
|
In this tutorial, you will learn the basic concept behind the parallel grid generator and in the process create your own grids with different types of refinement and cut-offs.
For help, queries and suggestions contact: t.weg.nosp@m.mann.nosp@m.@aia..nosp@m.rwth.nosp@m.-aach.nosp@m.en.d.nosp@m.e .
See Theory & Implementation Grid Generator (old) and Grid generation (old)!
Preparation
./configure.py gnu production
This tutorial assumes that
The geometry.toml file controls the source of the grid. It is used to choose how and which STL files the grid generation will use and set boundary conditions for the geometry.
geometry.toml
Find more information about:
The properties_grid.toml file controls the grid generation process. It is used to pinpoint global and local refinements of the grid as well as cut-offs.
Hints:
The folder contains the files needed to create a grid around a cube stl using 4 processes and 75000 cells per process.
Hints: