Related to the Script to Export of History Output Requests of all opened ODB Files in current CAE se
Related to the Script to Export of History Output Requests of all opened ODB Files in current CAE se
(OP)
Automated Textfile Export of History Output Requests of all opened ODB Files in current CAE session
Hi there,
This plug-in (http://www.eng-tips.com/viewthread.cfm?qid=385460) collects the data from the History Output and generates an excel file. Does anyone know how to re-write the plug-in in order to sum the loads over a surface in the History Output?
Thank you!
Hi there,
This plug-in (http://www.eng-tips.com/viewthread.cfm?qid=385460) collects the data from the History Output and generates an excel file. Does anyone know how to re-write the plug-in in order to sum the loads over a surface in the History Output?
Thank you!





RE: Related to the Script to Export of History Output Requests of all opened ODB Files in current CAE se
What loads do you want to sum (CF? RF? ...)?
Is this variable available as field output and/or history output?
I've a script that sums RF (magnitude and components) for the regions that are displayed in the viewport. It would be easy to change it to do the same with CF.
RE: Related to the Script to Export of History Output Requests of all opened ODB Files in current CAE se
I would like to sum 'RF2' over a surface. Have you made available any script?
Cheers!
RE: Related to the Script to Export of History Output Requests of all opened ODB Files in current CAE se
Open it with an editor to read the instructions.
RE: Related to the Script to Export of History Output Requests of all opened ODB Files in current CAE se
The script is running well but it only gives the final sum of 'RF-2'. In fact, I would need the sum of 'RF-2's over a surface at each time increment. The plug-in I've been using only gives me 'RF-2' of 1 node at each time increment and that is the problem. Please, would you have any thoughts on how I could solve that?
Cheers!
RE: Related to the Script to Export of History Output Requests of all opened ODB Files in current CAE se
Cheers!
RE: Related to the Script to Export of History Output Requests of all opened ODB Files in current CAE se
2. Maybe you can couple the face to reference node and apply the displacement there. Then you can get the curve directly as history output for that node.