mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: clean up multiphase tutorials
This commit is contained in:
@ -12,7 +12,6 @@ FoamFile
|
||||
class dictionary;
|
||||
object blockMeshDict;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
scale 1;
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable true;
|
||||
adjustTimeStep yes;
|
||||
|
||||
maxCo 2;
|
||||
|
||||
maxAlphaCo 1;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -12,7 +12,6 @@ FoamFile
|
||||
class dictionary;
|
||||
object topoSetDict;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
actions
|
||||
|
||||
@ -50,7 +50,6 @@ patches
|
||||
patches (innerCylinderSmall_slave);
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
name inlet;
|
||||
patchInfo
|
||||
|
||||
@ -12,7 +12,6 @@ FoamFile
|
||||
class dictionary;
|
||||
object decomposeParDict;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user