updated Sph1896 example

This commit is contained in:
James E McClure 2018-07-29 12:36:31 -04:00
parent f668fe0524
commit c5f20b9133

View File

@ -1,3 +1,13 @@
MRT {
tau = 1.0
F = 0, 0, 1e-4
timestepMax = 1000
din = 1.0
dout = 1.0
Restart = false
flux = 0.0
}
Color {
tau = 1.0;
alpha = 1e-2;
@ -18,8 +28,8 @@ Color {
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 = 120, 120, 120 // Size of local domain (Nx,Ny,Nz)
nspheres = 1896 // Number of spheres
L = 1, 1, 1 // Length of domain (x,y,z)
BC = 0 // Boundary condition type
}