Trim and combine T files or .abf files
Hi,
I ran a RADIOSS file with multiple restart. Now I have several T files that I want to combine in one T file. In addiction, I need to trim one of these T file due to overlapping data with subsequent T file.
I have already tried to trim the T file with HGTrans by TCL but I'm having trouble to combine it with other T file in a global T file or abf file.
Below you can find the tcl used to trim the T file:
hgtrans control SetFile {C:\Users\XXX\Desktop/filenameT01}
hgtrans control SetStart 1
hgtrans control SetEnd 3000
hgtrans control GetEnd
hgtrans control SetIncrement 1
hgtrans control SetOutputFile {}
hgtrans control SetCompressionLevel high
hgtrans control SetTimeScaleFactor 1
hgtrans config SetAllChannelsSelected
hgtrans config SetChannelSelected {Subcase 1} {Time} {Time} {Time} true
hgtrans config SetChannelSelected {Subcase 1} {Index} {Index} {Index} true
How can I include the other files in the translation? (I want that global file starts with first data of T02 file)
Could you suggest me other way to perform what I want do?
Thank you in advance for your help.
Answers
-
Hi Alessio,
I wonder if it might be helpful to you this article. Never tried with T files, but maybe it is something worth exploring? Would h3d be valid as a container for you?0