mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: foamyHexMesh: Update simpleShapes tutorial
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user