lizhen-dlut / solfec

Automatically exported from code.google.com/p/solfec
0 stars 0 forks source link

Modal analysis data file(s) append/over-write for additional modes #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the attached script for the first time with 'm = 10' (ref: line number 
10)
2. Re-run the script again with 'm = 20' (edit: line number 10)

What is the expected output? What do you see instead?
After re-running the script requesting for additional modes, the modal data 
file(s) should contain eigenpair values for the additional modes also.
But without any warning from Solfec, the modal data file do not get 
over-written/appended in order to contain the additional mode eigenpair values.

What version of the product are you using? On what operating system?
Version 'solfec-0.734-win32' on Windows XP

Please provide any additional information below.
As per the Solfec User Manual, one specify the path and file name in order to 
avoid recomputing of modal data. But this leads to issue where one changes the 
number of modal data request while submitting the script for analysis for the 
second time without changing the path/file name.

Original issue reported on code.google.com by rajan...@gmail.com on 6 Aug 2012 at 8:18

Attachments:

GoogleCodeExporter commented 8 years ago
This has now been fixed as well as documentation of the "path" parameter has 
been improved in the MODAL_ANALYSIS section. Now if the number of stored modes 
is different from that requested in a modified file new analysis will be done.

Original comment by t.kozi...@gmail.com on 7 Sep 2013 at 11:28