From 3b0e699b922bfe6d3c793435d18bcfb0e214a1ae Mon Sep 17 00:00:00 2001 From: JamesEMcclure Date: Thu, 10 Oct 2019 09:38:42 -0400 Subject: [PATCH] refactor Sph1896 to work with current input default --- example/Sph1896/input.db | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example/Sph1896/input.db b/example/Sph1896/input.db index b712438b..c7022171 100644 --- a/example/Sph1896/input.db +++ b/example/Sph1896/input.db @@ -27,14 +27,15 @@ Color { Domain { nproc = 2, 2, 2 // Number of processors (Npx,Npy,Npz) - n = 120, 120, 120 // Size of local domain (Nx,Ny,Nz) + n = 256, 256, 256 // Size of local domain (Nx,Ny,Nz) + N = 512, 512, 512 nspheres = 1896 // Number of spheres (only needed if using a sphere packing) L = 1, 1, 1 // Length of domain (x,y,z) BC = 0 // Boundary condition type // BC = 0 for periodic BC // BC = 1 for pressure BC (applied in z direction) // BC = 4 for flux BC (applied in z direction - Filename = "mineralmodel.raw" // name of raw binary file to read digital image from + // Filename = "mineralmodel.raw" // name of raw binary file to read digital image from ReadType = "8bit" ReadValues = 0, 1, 2, 3, 4, 5, 6, 7, 8 // list of labels within the binary file (read) WriteValues = 1, -1, -2, -2, -3, -3, -4, -4, -4 // list of labels within the output files (write)