added ReadType to examples

This commit is contained in:
James E McClure 2018-09-28 14:08:04 -04:00
parent 8f377a27e0
commit 03dc1b4a05
3 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@ Domain {
n_spheres = 1 // Number of spheres
L = 1, 1, 1 // Length of domain (x,y,z)
BC = 4 // Boundary condition type
ReadType = "8bit"
ReadValues = 0, 1, 2
WriteValues = 0, 1, 2
}

View File

@ -28,6 +28,7 @@ Domain {
n_spheres = 1 // Number of spheres
L = 1, 1, 1 // Length of domain (x,y,z)
BC = 0 // Boundary condition type
ReadType = "8bit"
ReadValues = -2, -1, 1, 2
WriteValues = -2, -1, 1, 2
}

View File

@ -33,9 +33,9 @@ Domain {
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)
// BC = 4 for flux BC (applied in z direction
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)