mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Change Details -> Coeffs.
This commit is contained in:
@ -48,7 +48,7 @@ initialPointsMethod::initialPointsMethod
|
||||
:
|
||||
dictionary(initialPointsDict),
|
||||
cvMesh_(cvMesh),
|
||||
detailsDict_(subDict(type + "Details")),
|
||||
detailsDict_(subDict(type + "Coeffs")),
|
||||
minimumSurfaceDistanceCoeffSqr_
|
||||
(
|
||||
sqr
|
||||
|
||||
@ -114,7 +114,7 @@ initialPoints
|
||||
// initialPointsMethod bodyCentredCubic;
|
||||
// initialPointsMethod pointFile;
|
||||
|
||||
autoDensityDetails
|
||||
autoDensityCoeffs
|
||||
{
|
||||
minLevels 1;
|
||||
maxSizeRatio 2.0;
|
||||
@ -122,21 +122,21 @@ initialPoints
|
||||
surfaceSampleResolution 5;
|
||||
}
|
||||
|
||||
uniformGridDetails
|
||||
uniformGridCoeffs
|
||||
{
|
||||
initialCellSize 0.0015;
|
||||
randomiseInitialGrid yes;
|
||||
randomPerturbationCoeff 0.02;
|
||||
}
|
||||
|
||||
bodyCentredCubicDetails
|
||||
bodyCentredCubicCoeffs
|
||||
{
|
||||
initialCellSize 0.0015;
|
||||
randomiseInitialGrid no;
|
||||
randomPerturbationCoeff 0.1;
|
||||
}
|
||||
|
||||
pointFileDetails
|
||||
pointFileCoeffs
|
||||
{
|
||||
pointFile "constant/internalDelaunayVertices";
|
||||
}
|
||||
|
||||
@ -111,7 +111,7 @@ initialPoints
|
||||
|
||||
initialPointsMethod pointFile;
|
||||
|
||||
pointFileDetails
|
||||
pointFileCoeffs
|
||||
{
|
||||
pointFile "constant/internalDelaunayVertices";
|
||||
}
|
||||
|
||||
@ -160,7 +160,7 @@ initialPoints
|
||||
|
||||
// Take boundbox of all geometry. Samples with this box. If too much
|
||||
// samples (due to target cell size) in box split box.
|
||||
autoDensityDetails
|
||||
autoDensityCoeffs
|
||||
{
|
||||
// Number of refinement levels. Needs to be enough to pick up features
|
||||
// due to size ratio.
|
||||
@ -173,21 +173,21 @@ initialPoints
|
||||
surfaceSampleResolution 3;
|
||||
}
|
||||
|
||||
uniformGridDetails
|
||||
uniformGridCoeffs
|
||||
{
|
||||
initialCellSize 0.0015;
|
||||
randomiseInitialGrid yes;
|
||||
randomPerturbationCoeff 0.02;
|
||||
}
|
||||
|
||||
bodyCentredCubicDetails
|
||||
bodyCentredCubicCoeffs
|
||||
{
|
||||
initialCellSize 0.0015;
|
||||
randomiseInitialGrid no;
|
||||
randomPerturbationCoeff 0.1;
|
||||
}
|
||||
|
||||
pointFileDetails
|
||||
pointFileCoeffs
|
||||
{
|
||||
pointFile "constant/internalDelaunayVertices";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user