Skip to content

v3.3.0

Latest
Compare
Choose a tag to compare
@schuhmaj schuhmaj released this 25 Apr 20:53
77157f0

Changelog

  • New enum MetricUnit to optionally specify the metric unit of the polyhedral mesh when constructing a Polyhedron.
    • Can be either $m$, $km$ or $unitless$ --> The density must match, hence it should be handed over in $kg/m^3$, $kg/km^3$ or unitless as well.
    • The output of the GravityEvaluable or the evaluate function will match the input unit. So, for the potential the result is either $m^2/s^2$, $km^2/s^2$ or unitless.
    • If unitless is chosen, the results are not multiplied by the Gravitational constant $G$!
    • If the optional metric unit is not specified when constructing the polyhedron, METER is assumed which correspomnds to previous behavior. Hence, existing code will produce the same results without any modification necessary when updating to v3.3.0
  • We now support the Wavefront OBJ format/ the .tab file distributed by e.g. NASA as polyhedral mesh input!

Please refer to the documentation for additional details!

Details

Full Changelog: v3.2.1...v3.3.0