Merge branch 'morphLBM' of github.com:JamesEMcClure/LBPM-WIA into morphLBM

This commit is contained in:
James McClure
2019-10-10 16:12:54 -04:00

View File

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