diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 26cca233..8c657fce 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -12,6 +12,7 @@ INSTALL_EXAMPLE( Poiseuille ) INSTALL_EXAMPLE( Juanes ) INSTALL_EXAMPLE( MicroModel ) INSTALL_EXAMPLE( Tiff ) +INSTALL_EXAMPLE( uCT ) # Create unit tests for each example diff --git a/example/uCT/input.db b/example/uCT/input.db new file mode 100644 index 00000000..90db6cc2 --- /dev/null +++ b/example/uCT/input.db @@ -0,0 +1,14 @@ +Domain { + nproc = 1, 1, 1 // Number of processors (Npx,Npy,Npz) + n = 16, 16, 16 // Size of local domain (Nx,Ny,Nz) + n_spheres = 1 // Number of spheres + L = 1, 1, 1 // Length of domain (x,y,z) + BC = 0 // Boundary condition type +} +uCT { + InputFile = "static_Dry_Scan_recon.volume" +} +Analysis { +} + +