15 Post
Main Components
Write probed wind results as a CSV for the Eddy3D Visualizer (viz.eddy3d.com): columns X, Y, Z_relative, U_at_z, mag_U — one row per probe point. Upload the file at https://viz.eddy3d.com to view the 3D field, coloured by velocity magnitude.
Open a wind case's direction cases in ParaView. All directions are added to the ParaView pipeline browser; click Apply on the ones you want to load (nothing is loaded automatically).
Sample fields at points on a solved case, post-hoc. With Run it writes a probes function and runs postProcess on the requested Time (latest by default), then reads the results; without Run it reads existing results. Works on a wind case (one sub-result per direction) or a loaded case.
Inspect any Eddy3D case: Outdoor wind study, Indoor case, or OutdoorPlus (UMF) case.
Visualize faces that fail tet decomposition during topoSet. OutdoorPlus
Read cell connectivity and cell zones for a region. OutdoorPlus
Read and visualize sets produced by checkMesh. OutdoorPlus
Create a visualization mesh from polyMesh point/face data. OutdoorPlus
Export an OBJ mesh from a polyMesh description. OutdoorPlus
Remove ground mesh faces that intersect buildings, creating an analysis ground mesh with building footprints cut out.
Extract solver-side streamlines from a solved case with OpenFOAM's streamlines function object (particles tracked through the actual mesh — accurate in refined near-building cells, unlike tracing a probed field). With Run it writes the function-object dict and runs postProcess on the requested Time, then reads the tracks; without Run it reads existing tracks.