inductiva / wind-tunnel

Example of a virtual Wind Tunnel implementation with Inductiva API.
0 stars 2 forks source link

Improved batch run #35

Closed rcvalerio closed 1 month ago

rcvalerio commented 1 month ago

Now batch run prints the force coefficients of all the objects in a folder

rcvalerio commented 1 month ago

Force coefficients for assets/test_objects/bike.obj: Moment: 0.1799132 Drag: 0.4856448 Lift: 0.07005067 Front Lift: 0.2149386 Rear Lift: -0.1448879


Force coefficients for assets/test_objects/drivaer.obj: Moment: -0.04303248 Drag: 0.2920058 Lift: 0.05859049 Front Lift: -0.01373723 Rear Lift: 0.07232772


Force coefficients for assets/test_objects/ellipsoid.obj: Moment: 0.1277235 Drag: 0.239041 Lift: 0.1054797 Front Lift: 0.1804634 Rear Lift: -0.07498369


Force coefficients for assets/test_objects/sphere.obj: Moment: 0.6297216 Drag: 0.4538748 Lift: 0.4021778 Front Lift: 0.8308105 Rear Lift: -0.4286327


Force coefficients for assets/test_objects/cube.obj: Moment: 1.554668 Drag: 1.166917 Lift: 0.948142 Front Lift: 2.028739 Rear Lift: -1.080597