pbnh / unh-aquaponics

1 stars 1 forks source link

Vertical Manifold #12

Closed sidnigam closed 8 years ago

sidnigam commented 8 years ago

Created 3 stls -- 1 for the outlet (simple cylinder), 1 for the box with a cylindrical hole, 1 for the vertical manifold.

copy pasted them into 1 stl, and snappy compiles but mesh isn't right - it's hollow and doesn't have the vertical manifold cylinder with holes

petebachant commented 8 years ago

Judging by the STL rendering on GitHub, it looks like the outlet face of the manifold (inside the box), might be a "solid" circular surface.

sidnigam commented 8 years ago

better now with the outlet and inlet, but I suspect the small cylinders (supposed to be holes) might be too small for the mesh to work properly?

sidnigam commented 8 years ago

based on the branch sidmanifold water.stl file

petebachant commented 8 years ago

Maybe you need to refine near those edges and surfaces more in snappyHexMeshDict or refine the background mesh a little.

sidnigam commented 8 years ago

i tried changing the refinement to 4 4 level for it, and doing searchable cylinders and searchable box, but no luck

petebachant commented 8 years ago

Hmm, is the point in mesh in snappyHexMeshDict actually set to be inside the geometry?

sidnigam commented 8 years ago

yeah, i think the problem is when snappy is running, it moves some points -

Calculating patchDisplacement as distance to nearest surface point ... Wanted displacement : average:0.00042282558 min:1.8461472e-05 max:0.0010438124 Calculated surface displacement in = 0 s

Detecting near surfaces ... Overriding nearest with intersection of close gaps at 0 out of 4650 points. Overriding displacement on features : implicit features : false explicit features : true multi-patch features : true

Detected 0 baffle edges out of 9144 edges. Initially selected 129 points out of 4650 for reverse attraction. Selected 377 points out of 4650 for reverse attraction. Removing constraints near multi-patch points : changed 0 points Stringing feature edges : changed 8 points Stringing feature edges : changed 0 points

sidnigam commented 8 years ago

Figured it out! :dancer: :smile:

petebachant commented 8 years ago

:fireworks: