Added bubble test to examples

This commit is contained in:
James McClure
2014-03-05 16:02:54 -05:00
parent 106e2dd110
commit 384edd7f58
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
#PBS -l walltime=05:00:00
#PBS -l nodes=1:ppn=1:mic
#PBS -W group_list=arcadm
#PBS -q normal_q
#PBS -A blueridgetest
cd $PBS_O_WORKDIR
#mpirun -np 1 ~/save-LBPM-WIA/cpu/ColorLBM-CBUB
mpirun -np 1 ~/install-LBPM-WIA/tests/TestBubble
exit;

6
example/Bubble/Color.in Normal file
View File

@@ -0,0 +1,6 @@
1.0
1.0e-2 0.95 0.1 0.9
0.7
0.0 0.0 0.0
0 0 1.0 1.0
20000 1000 1e-5

4
example/Bubble/Domain.in Normal file
View File

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