Added Poiseuille test case for single phase flow
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
1 1 1
|
||||
100 100 100
|
||||
229
|
||||
1.0 1.0 1.0
|
||||
@@ -0,0 +1,4 @@
|
||||
1.0
|
||||
0.0 0.0 1.0e-5
|
||||
0 0 1.0 1.0
|
||||
1000 1000 1.0e-5
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user