From 5c3a149ab60d96501294a057ab56c3b1e5da0d37 Mon Sep 17 00:00:00 2001 From: James McClure Date: Thu, 16 Dec 2021 12:07:16 -0500 Subject: [PATCH] add droplet input file --- example/Droplet/input.db | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 example/Droplet/input.db diff --git a/example/Droplet/input.db b/example/Droplet/input.db new file mode 100644 index 00000000..9c1724b2 --- /dev/null +++ b/example/Droplet/input.db @@ -0,0 +1,14 @@ +Domain { + Filename = "droplet_40x80x80.raw" + nproc = 1, 1, 1 // Number of processors (Npx,Npy,Npz) + n = 40, 80, 80 // Size of local domain (Nx,Ny,Nz) + N = 40, 80, 80 // size of the input image + voxel_length = 1.0 + BC = 0 // Boundary condition type + ReadType = "8bit" + ReadValues = 0, 2, 1 + WriteValues = 0, 2, 1 +} + +Visualization { +} \ No newline at end of file