Update olaflow model
This commit is contained in:
parent
e664259e61
commit
3d2b20a9a1
4 changed files with 5 additions and 8 deletions
|
@ -24,6 +24,6 @@ c 2(0 0.34);
|
||||||
// D50: mean nominal diameter
|
// D50: mean nominal diameter
|
||||||
D50 2(1 4);
|
D50 2(1 4);
|
||||||
// porosity (phi)
|
// porosity (phi)
|
||||||
porosity 2(1 0.5);
|
porosity 2(1 0.4);
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
|
@ -30,7 +30,7 @@ vertices
|
||||||
|
|
||||||
blocks
|
blocks
|
||||||
(
|
(
|
||||||
hex (0 1 5 4 3 2 6 7) (300 1 100) simpleGrading (1 1 1)
|
hex (0 1 5 4 3 2 6 7) (300 1 120) simpleGrading (1 1 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
edges
|
edges
|
||||||
|
|
|
@ -38,7 +38,7 @@ writeFormat ascii;
|
||||||
|
|
||||||
writePrecision 6;
|
writePrecision 6;
|
||||||
|
|
||||||
compression off;
|
compression on;
|
||||||
|
|
||||||
timeFormat general;
|
timeFormat general;
|
||||||
|
|
||||||
|
|
|
@ -28,10 +28,7 @@ echo Running model
|
||||||
mpirun -np 4 olaFlow -parallel > log/olaFlow.log
|
mpirun -np 4 olaFlow -parallel > log/olaFlow.log
|
||||||
echo Merging parallel cases
|
echo Merging parallel cases
|
||||||
reconstructPar > log/reconstructPar.log
|
reconstructPar > log/reconstructPar.log
|
||||||
echo Removing parallel cases
|
#echo Removing parallel cases
|
||||||
rm -r processor*
|
#rm -r processor*
|
||||||
|
|
||||||
popd
|
|
||||||
7z a $out.7z $out
|
|
||||||
|
|
||||||
echo END
|
echo END
|
||||||
|
|
Loading…
Reference in a new issue