openfoam/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/constant/air/viewFactorsDict
mattijs d51967d728 ENH: faceAgglomerate: more robust. Fixes #2741
- feature angle compared to real angle
- stop agglomerating if number of marked edges does not change
2023-04-06 13:35:30 +01:00

42 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object viewFactorsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
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;
// ************************************************************************* //