Prepare separation of solver for 2D-seq

This commit is contained in:
2024-02-18 21:43:06 +01:00
parent e35aca7037
commit 4c0fefe1b5
9 changed files with 35 additions and 29 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 40 # number of interior cells in x-direction
jmax 40 # number of interior cells in y-direction
imax 100 # number of interior cells in x-direction
jmax 100 # number of interior cells in y-direction
# Time Data:
# ---------