ENH: foamyHexMesh: Update simpleShapes tutorial

This commit is contained in:
laurence
2013-06-04 15:50:47 +01:00
parent 00dcfb2282
commit a31cb80862
2 changed files with 28 additions and 1498 deletions

View File

@ -23,12 +23,28 @@ geometry
{
name sphere;
type triSurfaceMesh;
regions
{
ascii
{
name sphere_patch;
}
}
}
cone_orient.stl
{
name cone;
type triSurfaceMesh;
regions
{
ascii
{
name cone_patch;
}
}
}
// Outside of domain
@ -131,18 +147,21 @@ motionControl
sphere
{
type searchableSurfaceControl;
priority 1;
mode bothSides;
priority 2;
mode inside;
surfaceCellSizeFunction uniformValue;
uniformValueCoeffs
{
surfaceCellSizeCoeff 0.5;
surfaceCellSizeCoeff 0.25;
}
cellSizeFunction uniform;
uniformCoeffs
{}
cellSizeFunction linearDistance;
linearDistanceCoeffs
{
distanceCellSizeCoeff 1;
distanceCoeff 2;
}
}
cone
@ -154,7 +173,7 @@ motionControl
surfaceCellSizeFunction uniformValue;
uniformValueCoeffs
{
surfaceCellSizeCoeff 0.75;
surfaceCellSizeCoeff 1;
}
cellSizeFunction uniform;