Working on moving to Database
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
1.0
|
||||
1.0e-2 0.95 0.8
|
||||
0.7
|
||||
0.0 0.0 0.0
|
||||
0 0 1.0 1.0
|
||||
200 1000 1e-5
|
||||
@@ -1,3 +0,0 @@
|
||||
1 1 1
|
||||
80 80 80
|
||||
1.0 1.0 1.0
|
||||
28
example/Bubble/input.in
Normal file
28
example/Bubble/input.in
Normal file
@@ -0,0 +1,28 @@
|
||||
Color {
|
||||
tau = 1.0;
|
||||
alpha = 1e-2;
|
||||
beta = 0.95;
|
||||
phi_s = 0.8;
|
||||
wp_saturation = 0.7
|
||||
F = 0, 0, 0
|
||||
Restart = false
|
||||
pBC = 0
|
||||
din = 1.0
|
||||
dout = 1.0
|
||||
timestepMax = 200
|
||||
interval = 1000
|
||||
tol = 1e-5;
|
||||
das = 0.1
|
||||
dbs = 0.9
|
||||
}
|
||||
|
||||
Domain {
|
||||
nproc = 1, 1, 1 // Number of processors (Npx,Npy,Npz)
|
||||
n = 80, 80, 80 // Size of local domain (Nx,Ny,Nz)
|
||||
n_spheres = 1 // Number of spheres
|
||||
L = 1, 1, 1 // Length of domain (x,y,z)
|
||||
}
|
||||
|
||||
Analysis {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user