mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add treatment for PDRblockMesh outer region expansions (#1906)
// Treatment of the outer region
outer
{
type sphere;
onGround true;
expansion relative;
ratios 1.1;
size 3;
nCells 10;
}
This commit is contained in:
committed by
Andrew Heather
parent
e2d7ad5c60
commit
cf3d983b80
@ -94,7 +94,7 @@ void Foam::PDRmeshArrays::classify
|
||||
<< " nPoints:" << pdrBlock.nPoints()
|
||||
<< " nCells:" << pdrBlock.nCells()
|
||||
<< " nFaces:" << pdrBlock.nFaces() << nl
|
||||
<< " min-edge:" << pdrBlock.minEdgeLen() << nl;
|
||||
<< " min-edge:" << pdrBlock.edgeLimits().min() << nl;
|
||||
|
||||
Info<< "Classifying ijk indexing... " << nl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user