adding viewFactorWall to inGroups fixes #384

This commit is contained in:
Prashant 2017-01-17 11:27:42 +00:00 committed by Mark Olesen
parent ea1bd3301d
commit 5566d5d487
2 changed files with 14 additions and 0 deletions

View File

@ -19,10 +19,16 @@ boundary
minX
{
type wall;
inGroups 2(wall viewFactorWall);
}
maxX
{
type wall;
inGroups 2(wall viewFactorWall);
}
".*"
{
inGroups 2(wall viewFactorWall);
}
}

View File

@ -14,6 +14,14 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
boundary
{
".*"
{
inGroups 2(wall viewFactorWall);
}
}
U
{
internalField uniform (0.1 0 0);