ENH: cvMeshDict: updated for removed point seeding method

This commit is contained in:
mattijs
2011-06-17 17:53:52 +01:00
parent 681dea8145
commit 0520872ce0

View File

@ -210,16 +210,15 @@ initialPoints
// to the surface. Is fraction of local target cell size (see below)
minimumSurfaceDistanceCoeff 0.55;
initialPointsMethod hierarchicalDensityWeightedStochastic;
initialPointsMethod autoDensity;
// initialPointsMethod uniformGrid;
// initialPointsMethod bodyCentredCubic;
// initialPointsMethod pointFile;
// initialPointsMethod densityWeightedStochastic;
// Take boundbox of all geometry. Sample with this box. If too much
// samples in box (due to target cell size) split box.
hierarchicalDensityWeightedStochasticDetails
autoDensityDetails
{
// Initial number of refinement levels. Needs to be enough to pick
// up features due to size ratio. If not enough it will take longer
@ -233,12 +232,6 @@ initialPoints
surfaceSampleResolution 5;
}
densityWeightedStochasticDetails
{
// Volume of space to be meshed. Use e.g. surfaceInertia to find this.
totalVolume 1.56e-05;
}
uniformGridDetails
{
// Absolute cell size.