Merge branch 'bugFix_GL_384' into 'develop'

adding viewFactorWall to inGroups fixes #384

@Sergio

See merge request !91
This commit is contained in:
Andrew Heather
2017-01-17 12:45:59 +00:00
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);