Review particle tracer. Refactor.

This commit is contained in:
2024-03-05 21:24:45 +01:00
parent ed929ab752
commit 6f3d9e73ef
24 changed files with 1221 additions and 1202 deletions

View File

@@ -26,8 +26,8 @@ p_init 0.0 # initial value for pressure
xlength 1.0 # domain size in x-direction
ylength 1.0 # domain size in y-direction
imax 100 # number of interior cells in x-direction
jmax 100 # number of interior cells in y-direction
imax 128 # number of interior cells in x-direction
jmax 128 # number of interior cells in y-direction
# Time Data:
# ---------
@@ -50,7 +50,7 @@ levels 5 # Multigrid levels
# -----------------------
numberOfParticles 200
startTime 100
startTime 2.0
injectTimePeriod 0.5
writeTimePeriod 0.2