File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 220 ! iteration to start from (fresh start 0 otherwise different)
33200000 ! Final time step
441000 ! Saving frequency
5- 4.0 ! Streamwise domain lenght Lx
6- 4.0 ! Spanwise domain width Ly
5+ 6.28 ! Streamwise domain lenght Lx
6+ 3.14 ! Spanwise domain width Ly
772.0 ! Wall-normal domain height Lz=2h
880.01 ! Stretching factor quasi~0=uniform 1.5 mid-stretching and 3.0 extreme (do not use zero)
991 ! inflow condition (0=zero, 1=perturbed 3D field, 2=read from fields)
10100 ! phase-field initial condition (0=circular drop, 1=read from fields)
11110 ! theta initial condition (0=uniform, 1=read from fields)
12- 0.0001 ! dt for the simulation
13- 0.0066666 ! mu (viscosity)
12+ 0.0005 ! dt for the simulation
13+ 0.00666 ! mu (viscosity)
14141.000 ! density
15- 0 .0 ! Pressure gradient along x (negative if flow along x)
15+ -1 .0 ! Pressure gradient along x (negative if flow along x)
16160.0 ! Pressure gradient along y (negative if flow along y)
17170.5 ! Initial drop radius for phase-field
18180.1d0 ! Surface tension
Original file line number Diff line number Diff line change 11module param
22 integer , parameter :: nx= 200
3- integer , parameter :: ny= 200
4- integer , parameter :: nz= 100
3+ integer , parameter :: ny= 100
4+ integer , parameter :: nz= 200
55 double precision :: pi, rhoi, twopi
66 double precision :: lx, dx, dxi, ddxi
77 double precision :: ly, dy, dyi, ddyi
You can’t perform that action at this time.
0 commit comments