added uCT example
This commit is contained in:
@@ -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
14
example/uCT/input.db
Normal 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 {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user