mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: sampleDist: added option
This commit is contained in:
@ -272,10 +272,12 @@ surfaces
|
|||||||
// Distance to surface
|
// Distance to surface
|
||||||
distance 0.0;
|
distance 0.0;
|
||||||
|
|
||||||
|
//cell false;// optional: use isoSurface instead
|
||||||
|
// of isoSurfaceCell
|
||||||
interpolate false;
|
interpolate false;
|
||||||
regularise false; // Optional: do not simplify
|
regularise false; // Optional: do not simplify
|
||||||
// mergeTol 1e-10; // Optional: fraction of mesh bounding box
|
// mergeTol 1e-10; // Optional: fraction of mesh bounding box
|
||||||
// to merge points (default=1e-6)
|
// to merge points (default=1e-6)
|
||||||
}
|
}
|
||||||
|
|
||||||
triSurfaceSampling
|
triSurfaceSampling
|
||||||
|
|||||||
Reference in New Issue
Block a user