openfedem / fedem-gui

Graphical user interface for FEDEM
https://openfedem.org
Apache License 2.0
0 stars 1 forks source link

The data format in the xml-file of the exported FMU is incorrect #32

Closed kmokstad closed 1 month ago

kmokstad commented 1 month ago

It should be on the xs:dateTime form, i.e. <YYYY>-<MM>-<DD>T<hh>:<mm>:<ss>.

Besides, the exported FMU should only contain the reducer file actually needed, e.g. no B-matrix files unless strain-gages are present and solved for during dynamics simulation. This will reduce the size of FMUs with large FE parts considerably. Finally, all solver options resulting in frs-output should be switched off in the exported model. Otherwise the solver fails since the subfolders in which the frs-files are to be stored do not exist.