Skip to content
Snippets Groups Projects
Commit eeb486c3 authored by Prashant Sonakar's avatar Prashant Sonakar
Browse files

adding viewFactorWall to inGroups fixes #384

parent 23d24a51
Branches
Tags
No related merge requests found
...@@ -19,10 +19,16 @@ boundary ...@@ -19,10 +19,16 @@ boundary
minX minX
{ {
type wall; type wall;
inGroups 2(wall viewFactorWall);
} }
maxX maxX
{ {
type wall; type wall;
inGroups 2(wall viewFactorWall);
}
".*"
{
inGroups 2(wall viewFactorWall);
} }
} }
......
...@@ -14,6 +14,14 @@ FoamFile ...@@ -14,6 +14,14 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
boundary
{
".*"
{
inGroups 2(wall viewFactorWall);
}
}
U U
{ {
internalField uniform (0.1 0 0); internalField uniform (0.1 0 0);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment