Added bubble test to examples
This commit is contained in:
14
example/Bubble/BlueRidge.pbs
Normal file
14
example/Bubble/BlueRidge.pbs
Normal 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
6
example/Bubble/Color.in
Normal 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
4
example/Bubble/Domain.in
Normal file
@@ -0,0 +1,4 @@
|
||||
1 1 1
|
||||
80 80 80
|
||||
229
|
||||
1.0 1.0 1.0
|
||||
Reference in New Issue
Block a user