Added Poiseuille test case for single phase flow

This commit is contained in:
James E McClure 2017-09-11 16:06:22 -04:00
parent c18ce0a7f4
commit 2f21899403
4 changed files with 20 additions and 0 deletions

View File

@ -6,6 +6,7 @@ INSTALL_EXAMPLE( Sph1896 )
INSTALL_EXAMPLE( drainage )
INSTALL_EXAMPLE( imbibition )
INSTALL_EXAMPLE( relperm )
INSTALL_EXAMPLE( Poiseuille )
# Create unit tests for each example

View File

@ -0,0 +1,4 @@
1 1 1
100 100 100
229
1.0 1.0 1.0

View File

@ -0,0 +1,4 @@
1.0
0.0 0.0 1.0e-5
0 0 1.0 1.0
1000 1000 1.0e-5

View File

@ -0,0 +1,11 @@
# 1. Edit the Domain.in file based on the desired system size
# 2. Run the pre-processor
export TUBEWIDTH=20
export LAYERWIDTH=0
mpirun -np 1 ../../tests/lbpm_plates_pp $TUBEWIDTH $LAYERWIDTH
# 3. Run single-phase simulation within the domain
mpirun -np 1 ../../tests/lbpm_permeability_simulator