mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added optional settings at comment
This commit is contained in:
@ -40,6 +40,10 @@ geometry
|
|||||||
{
|
{
|
||||||
type triSurfaceMesh;
|
type triSurfaceMesh;
|
||||||
|
|
||||||
|
//tolerance 1E-6; // optional:non-default tolerance on intersections
|
||||||
|
//maxTreeDepth 10; // optional:depth of octree. Decrease only in case
|
||||||
|
// of memory limitations.
|
||||||
|
|
||||||
// Per region the patchname. If not provided will be <name>_<region>.
|
// Per region the patchname. If not provided will be <name>_<region>.
|
||||||
regions
|
regions
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user