1
Fork 0

Update olaflow model

This commit is contained in:
Edgar P. Burkhart 2022-04-14 12:37:24 +02:00
parent e664259e61
commit 3d2b20a9a1
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
4 changed files with 5 additions and 8 deletions

View File

@ -24,6 +24,6 @@ c 2(0 0.34);
// D50: mean nominal diameter
D50 2(1 4);
// porosity (phi)
porosity 2(1 0.5);
porosity 2(1 0.4);
// ************************************************************************* //

View File

@ -30,7 +30,7 @@ vertices
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

View File

@ -38,7 +38,7 @@ writeFormat ascii;
writePrecision 6;
compression off;
compression on;
timeFormat general;

View File

@ -28,10 +28,7 @@ echo Running model
mpirun -np 4 olaFlow -parallel > log/olaFlow.log
echo Merging parallel cases
reconstructPar > log/reconstructPar.log
echo Removing parallel cases
rm -r processor*
popd
7z a $out.7z $out
#echo Removing parallel cases
#rm -r processor*
echo END