jgerstmayr / EXUDYN

Multibody Dynamics Simulation: Rigid and flexible multibody systems
https://www.youtube.com/channel/UCsQD2bIPBXB_4J23WtqKkVw/playlists
Other
166 stars 23 forks source link

SolutionViewer #28

Closed MichaelUIBK closed 1 year ago

MichaelUIBK commented 1 year ago

When loading solution from multiple computed static problems the SolutionViewer does not correctly load the solution. There are several steps shown where there is no displacement.

jgerstmayr commented 1 year ago

LoadSolution() does currently not work with comments in between multiple steps. For workaround set: simulationSettings.solutionSettings.writeFileFooter = False and after first SolveStatic() or SolveDynamic(), set: simulationSettings.solutionSettings.writeFileHeader = False This will create consistent solution files.

jgerstmayr commented 1 year ago

with version 1.4.60.dev1 this issue is fully resolved; the SolutionViewer now accepts any comment lines in solution; writing of initial values can be turned off consistently by according solutionSettings.writeInitialValues flag.