mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: correct delta:turbulentDFSEMInlet from 2 to 1 (#1459)
This commit is contained in:
committed by
Andrew Heather
parent
80681eeb2b
commit
f41b2db8c8
@ -17,7 +17,7 @@ FoamFile
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type turbulentDFSEMInlet;
|
type turbulentDFSEMInlet;
|
||||||
delta 2;
|
delta 1;
|
||||||
nCellPerEddy 1;
|
nCellPerEddy 1;
|
||||||
mapMethod nearestCell;
|
mapMethod nearestCell;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user