OpenFOAM-4.x/tutorials/incompressible/porousSimpleFoam/straightDuctImplicit
2016-05-05 15:17:55 +01:00
..
0 tutorials and templates: Updated wall BC for velocity to noSlip 2016-02-09 20:08:34 +00:00
constant porosityModels: Specification of name and dimensions of porosity coefficients is now optional 2015-11-17 12:05:57 +00:00
system tutorials: Removed unnecessary spaces between parentheses and values in vectors 2015-07-21 20:55:44 +01:00
Allclean scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allrun scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allrun.pre tutorials: Remove the unnecessary "\"s on "cp", "rm" and "mv" 2016-05-05 15:17:55 +01:00
README.txt Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00

2013-10-01 Meshing the angledDuct geometry.

constant/triSurface/angledDuct.stl
    outer geometry

constant/triSurface/boundaryAndFaceZones.stl
    boundary and faceZones to extract feature
    edges from.

    (in angledDuctImplicit:
        setSet:
            cellSet porosity new zoneToCell porosity
            cellSet other new cellToCell porosity
            cellSet other invert
            faceSet porosityFaces new cellToFace other all
            faceSet porosityFaces subset cellToFace porosity all
            faceZoneSet porosityFaces new setToFaceZone porosityFaces

        surfaceMeshTriangulate -faceZones '(porosityFaces)' boundaryAndFaceZones.stl
    )

surfaceFeatureExtract



constant/triSurface/porosity_inflated.stl
    block around porosity
    (slightly inflated)

Done paraview:
- start off from porosity.stl
- rotate to align with x axis and translate so symmetric in y:
    Filter->transform
    - translate (0 -0.025 0)
    - rotate (0 0 -45)
- inflate y and z:
    Filter->transform
    - scale (1 1.5 1.5)
- translate back:
    Filter->transform
    - translate (0 0.025 0)
- rotate back:
    Filter->transform
    - rotate (0 0 45)