Split red-balack and standard sor solvers

This commit is contained in:
2024-03-06 07:27:28 +01:00
parent a834a57bf8
commit b9bf4d7b63
4 changed files with 81 additions and 65 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:
# ---------