adding viewFactorWall to inGroups fixes #384

This commit is contained in:
Prashant
2017-01-17 11:27:42 +00:00
parent 23d24a511e
commit eeb486c38d
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);