Skip to content

Flexodeal Lite v1.5.0 (Dec 2, 2024)

Latest
Compare
Choose a tag to compare
@javieralmonacid javieralmonacid released this 02 Dec 20:57

Flexodeal Lite 1.5.0 (Dec 2, 2024)

Here's what's new in Version 1.5.0.

Upgrade Steps

  • None required. Use the code in the same way you would use FlexodealLite v1.3.X and above.

New Features

  • Implemented the Marker<dim> class, a generalization of the Point<dim> class meant to implement u_left, u_mid, u_right displacement-tracking points and the four points in the mid cross section used to compute bulging. It is now possible to add an arbitrary number of markers using the markers.dat file.

Breaking Changes

  • Removed output_bulging_info since this function only works for the cuboidal geometry. As an alternative, we are now outputting the displacement at these four points in the displacements-3d.csv file so that bulging can be computed elsewhere.
  • subsection Measurement locations in parameters.prm now only stores the file's name containing the markers (i.e., markers.dat).

Bug Fixes & Minor Updates

  • Renamed ouput_displacement_at_select_locations to output_displacement_at_select_locations (fixed typo).