Working on moving to Database

This commit is contained in:
Mark Berrill
2018-05-15 11:30:12 -04:00
parent d3e91bc829
commit 98bbdd2458
6 changed files with 83 additions and 125 deletions

View File

@@ -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

View File

@@ -1,3 +0,0 @@
1 1 1
80 80 80
1.0 1.0 1.0

28
example/Bubble/input.in Normal file
View 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 {
}