Two phase LBM with basic averaging
This commit is contained in:
8
example/ConstrainedBubble/Color.in
Normal file
8
example/ConstrainedBubble/Color.in
Normal file
@@ -0,0 +1,8 @@
|
||||
ID
|
||||
160 32 128
|
||||
1.0
|
||||
1.0e-2 0.95 0.1 0.9
|
||||
0.7
|
||||
0.0 0.0 0.0
|
||||
0 1.0 1.0
|
||||
1000 1000 1e-5
|
||||
4
example/ConstrainedBubble/Domain.in
Normal file
4
example/ConstrainedBubble/Domain.in
Normal file
@@ -0,0 +1,4 @@
|
||||
1 1 1
|
||||
100 100 100
|
||||
229
|
||||
1.0 1.0 1.0
|
||||
18
example/ConstrainedBubble/WIA.pbs
Normal file
18
example/ConstrainedBubble/WIA.pbs
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
#PBS -A GEO019
|
||||
#PBS -N ConstrainedBubble
|
||||
#PBS -j oe
|
||||
#PBS -l walltime=2:00:00,nodes=1
|
||||
#PBS -l gres=widow2%widow3
|
||||
|
||||
#cd /tmp/work/$USER
|
||||
date
|
||||
|
||||
cd $PBS_O_WORKDIR
|
||||
|
||||
#echo "PBS_O_WORKDIR: `echo $PBS_O_WORKDIR`"
|
||||
source $MODULESHOME/init/bash
|
||||
module swap cray-mpich2 cray-mpich2/5.6.3
|
||||
export LD_LIBRARY_PATH=${CRAY_LD_LIBRARY_PATH}:${LD_LIBRARY_PATH}
|
||||
export MPICH_RDMA_ENABLED_CUDA=1
|
||||
aprun -n 1 -N 1 ~/LBPM-WIA/bin/Color-WIA-CBUB
|
||||
Reference in New Issue
Block a user