Fixed sws_ola
This commit is contained in:
parent
ba675fb763
commit
a335f2f5ce
19 changed files with 311413 additions and 33 deletions
|
@ -25,7 +25,7 @@ regions
|
|||
(
|
||||
boxToCell
|
||||
{
|
||||
box (-10 -10 -100) (500 10 5);
|
||||
box (-200 -100 -100) (100 100 4.5);
|
||||
|
||||
fieldValues
|
||||
(
|
||||
|
@ -34,8 +34,8 @@ regions
|
|||
}
|
||||
surfaceToCell
|
||||
{
|
||||
file "./constant/triSurface/rubble.stl";
|
||||
outsidePoints ((0 0 0)); // definition of outside
|
||||
file "./constant/triSurface/poro.stl";
|
||||
outsidePoints ((-100 0 0)); // definition of outside
|
||||
includeCut true; // cells cut by surface
|
||||
includeInside true; // cells not on outside of surf
|
||||
includeOutside false; // cells on outside of surf
|
||||
|
|
Reference in a new issue