From c5f20b91335b165f3c70386969c88b8c3efdced6 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Sun, 29 Jul 2018 12:36:31 -0400 Subject: [PATCH] updated Sph1896 example --- example/Sph1896/input.db | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/example/Sph1896/input.db b/example/Sph1896/input.db index 3e8edefa..e28bb4e8 100644 --- a/example/Sph1896/input.db +++ b/example/Sph1896/input.db @@ -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 }