mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: faceAgglomerate: more robust. Fixes #2741
- feature angle compared to real angle - stop agglomerating if number of marked edges does not change
This commit is contained in:
@ -14,9 +14,26 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
writeViewFactorMatrix true;
|
||||
writePatchViewFactors false;
|
||||
// dumpRays true;
|
||||
|
||||
writeViewFactorMatrix true;
|
||||
writePatchViewFactors false;
|
||||
|
||||
// Write rays as lines to .obj file
|
||||
//dumpRays true;
|
||||
|
||||
|
||||
// Switch on debug for faceAgglomerate
|
||||
//debug 1;
|
||||
writeFacesAgglomeration true;
|
||||
patchAgglomeration
|
||||
{
|
||||
// Do all of the view-factor patches
|
||||
viewFactorWall
|
||||
{
|
||||
nFacesInCoarsestLevel 10;
|
||||
featureAngle 45;
|
||||
}
|
||||
}
|
||||
|
||||
maxDynListLength 200000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user