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 volVectorField;
location "0";
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -21,22 +20,11 @@ internalField uniform (0 0 0);
boundaryField
{
left
{
type slip;
}
right
{
type slip;
}
bottom
{
type slip;
}
top
"(left|right|bottom|top)"
{
type slip;
}
frontBack
{
type empty;

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
location "0";
object alpha.sludge;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -21,22 +20,11 @@ internalField uniform 0;
boundaryField
{
left
{
type zeroGradient;
}
right
{
type zeroGradient;
}
bottom
{
type zeroGradient;
}
top
"(left|right|bottom|top)"
{
type zeroGradient;
}
frontBack
{
type empty;

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
location "0";
object p_rgh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -21,22 +20,11 @@ internalField uniform 0;
boundaryField
{
left
{
type fixedFluxPressure;
}
right
{
type fixedFluxPressure;
}
bottom
{
type fixedFluxPressure;
}
top
"(left|right|bottom|top)"
{
type fixedFluxPressure;
}
frontBack
{
type empty;

View File

@ -6,7 +6,9 @@ cd "${0%/*}" || exit # Run from this directory
restore0Dir
runApplication blockMesh
runApplication setFields
runApplication $(getApplication)
#------------------------------------------------------------------------------

View File

@ -48,7 +48,9 @@ runTimeModifiable yes;
adjustTimeStep on;
maxCo 0.5;
maxAlphaCo 0.5;
maxDeltaT 1;
// ************************************************************************* //

View File

@ -13,7 +13,6 @@ FoamFile
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
ddtSchemes