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