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

@ -12,7 +12,6 @@ FoamFile
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;

View File

@ -48,6 +48,7 @@ runTimeModifiable true;
adjustTimeStep yes;
maxCo 2;
maxAlphaCo 1;
// ************************************************************************* //

View File

@ -12,7 +12,6 @@ FoamFile
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions

View File

@ -50,7 +50,6 @@ patches
patches (innerCylinderSmall_slave);
}
{
name inlet;
patchInfo

View File

@ -12,7 +12,6 @@ FoamFile
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;

View File

@ -28,7 +28,7 @@ addLayers false;
// - to 'snap' the mesh boundary to the surface
geometry
{
innerCylinder.obj
innerCylinder.obj.gz
{
type triSurfaceMesh;
name innerCylinder;
@ -40,7 +40,7 @@ geometry
}
}
}
innerCylinderSmall.obj
innerCylinderSmall.obj.gz
{
type triSurfaceMesh;
name innerCylinderSmall;
@ -52,7 +52,7 @@ geometry
}
}
}
outerCylinder.obj
outerCylinder.obj.gz
{
type triSurfaceMesh;
name outerCylinder;
@ -76,7 +76,7 @@ geometry
}
}
}
propellerStem1.obj
propellerStem1.obj.gz
{
type triSurfaceMesh;
name propellerStem1;
@ -88,7 +88,7 @@ geometry
}
}
}
propellerStem2.obj
propellerStem2.obj.gz
{
type triSurfaceMesh;
name propellerStem2;
@ -100,7 +100,7 @@ geometry
}
}
}
propellerStem3.obj
propellerStem3.obj.gz
{
type triSurfaceMesh;
name propellerStem3;
@ -115,7 +115,6 @@ geometry
}
// Settings for the castellatedMesh generation.
castellatedMeshControls
{
@ -467,7 +466,6 @@ meshQualityControls
}
// Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this.
mergeTolerance 1e-6;