Two phase LBM with basic averaging

This commit is contained in:
James McClure
2013-10-08 22:29:21 -04:00
parent 1e8e27d530
commit 066b84acb2
25 changed files with 12580 additions and 27 deletions

View 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

View File

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

View 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