TUT: clean up multiphase tutorials

This commit is contained in:
Kutalmis Bercin
2020-01-29 17:19:43 +00:00
parent 647e161511
commit 01514e4d43
1349 changed files with 5623 additions and 241919 deletions

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
location "0";
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -3,9 +3,6 @@ cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
cleanCase
rm -f 0/alpha.water.gz 0/alpha.water
rm -rf *Flux
cleanCase0
#------------------------------------------------------------------------------

View File

@ -3,9 +3,10 @@ cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
./Allmesh
./Allrun.pre
restore0Dir
cp 0/alpha.water.orig 0/alpha.water
runApplication setFields
runApplication $(getApplication)

View File

@ -12,7 +12,6 @@ FoamFile
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
@ -60,7 +59,6 @@ boundary
(4 5 7 6)
);
}
walls
{
type wall;
@ -76,7 +74,6 @@ boundary
(4 6 14 12)
);
}
outlet
{
type patch;
@ -85,7 +82,6 @@ boundary
(3 5 13 11)
);
}
atmosphere
{
type patch;

View File

@ -48,16 +48,19 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 6;
maxAlphaCo 6;
maxDeltaT 1;
functions
{
inletFlux
{
type surfaceFieldValue;
libs (fieldFunctionObjects);
writeControl timeStep;
writeControl timeStep;
log true;
// Output field values as well
writeFields false;