added uCT example

This commit is contained in:
James E McClure
2018-06-05 22:49:53 -04:00
parent 862cfa045e
commit 8e3eab626e
2 changed files with 15 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ INSTALL_EXAMPLE( Poiseuille )
INSTALL_EXAMPLE( Juanes ) INSTALL_EXAMPLE( Juanes )
INSTALL_EXAMPLE( MicroModel ) INSTALL_EXAMPLE( MicroModel )
INSTALL_EXAMPLE( Tiff ) INSTALL_EXAMPLE( Tiff )
INSTALL_EXAMPLE( uCT )
# Create unit tests for each example # Create unit tests for each example

14
example/uCT/input.db Normal file
View File

@@ -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 {
}