3D Seq MultiGrid complete

This commit is contained in:
2024-01-27 20:04:54 +01:00
parent b859e1b4b1
commit 9c8ee975c5
50 changed files with 834451 additions and 357836 deletions

View File

@@ -18,7 +18,7 @@ gx 0.0 # Body forces (e.g. gravity)
gy 0.0 #
gz 0.0 #
re 5000.0 # Reynolds number
re 100.0 # Reynolds number
u_init 0.0 # initial value for velocity in x-direction
v_init 0.0 # initial value for velocity in y-direction
@@ -38,7 +38,7 @@ kmax 40 # number of interior cells in z-direction
# Time Data:
# ---------
te 200.0 # final time
te 60.0 # final time
dt 0.02 # time stepsize
tau 0.5 # safety factor for time stepsize control (<0 constant delt)
@@ -55,7 +55,7 @@ gamma 0.9 # upwind differencing factor gamma
# -----------------------
numberOfParticles 200
startTime 0
startTime 100
injectTimePeriod 2.0
writeTimePeriod 1.0
@@ -70,7 +70,7 @@ z2 1.0
# -----------------------
# Shape 0 disable, 1 Rectangle/Square, 2 Circle
shape 1
shape 0
xCenter 10.0
yCenter 2.0
zCenter 2.0

File diff suppressed because it is too large Load Diff