mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cvMesh blob tutorial: update settings
This commit is contained in:
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -153,9 +153,15 @@ motionControl
|
|||||||
cellSizeFunction uniformDistance;
|
cellSizeFunction uniformDistance;
|
||||||
uniformDistanceCoeffs
|
uniformDistanceCoeffs
|
||||||
{
|
{
|
||||||
cellSize 0.02;
|
cellSize 0.04;
|
||||||
distance 0.1;
|
distance 0.1;
|
||||||
}
|
}
|
||||||
|
linearDistanceCoeffs
|
||||||
|
{
|
||||||
|
surfaceCellSize 0.02;
|
||||||
|
distanceCellSize $defaultCellSize;
|
||||||
|
distance 0.1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
numberOfSubdomains 64;
|
numberOfSubdomains 8;
|
||||||
|
|
||||||
method scotch;
|
method scotch;
|
||||||
// method ptscotch;
|
// method ptscotch;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user