GenerateSphereTest refactor

This commit is contained in:
James E McClure
2018-05-22 10:43:07 -04:00
parent 14e434fead
commit 0c0b6589b8

View File

@@ -1,9 +1,10 @@
Color {
tau = 1.0;
alpha = 1e-2;
beta = 0.95;
phi_s = 0.8;
wp_saturation = 0.7
tauA = 1.0
tauB = 1.0
rhoA = 1.0
rhoB = 1.0
alpha = 1e-2
beta = 0.95
F = 0, 0, 0
Restart = false
pBC = 0
@@ -11,15 +12,16 @@ Color {
dout = 1.0
timestepMax = 200
interval = 1000
tol = 1e-5;
tol = 1e-5
das = 0.1
dbs = 0.9
flux = 0.0
}
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
n = 40, 40, 40 // Size of local domain (Nx,Ny,Nz)
nspheres = 125 // Number of spheres
L = 1, 1, 1 // Length of domain (x,y,z)
BC = 0 // Boundary condition type
}
@@ -28,7 +30,7 @@ Analysis {
blobid_interval = 1000 // Frequency to perform blob identification
analysis_interval = 1000 // Frequency to perform analysis
restart_interval = 20000 // Frequency to write restart data
vis_interval = 20000 // Frequency to write visualization data
visualization_interval = 20000 // Frequency to write visualization data
restart_file = "Restart" // Filename to use for restart file (will append rank)
N_threads = 4 // Number of threads to use
load_balance = "independent" // Load balance method to use: "none", "default", "independent"