1
Earthquake Engineering (EE-UQ) / Re: FEATURE: Multi-support Input for EE-UQ and WE-UQ
« on: July 25, 2020, 12:00:01 AM »
Share some solutions for the issues before.
the quoFEM is mainly driven by OpenSees which is based on tcl/tk
the structure model tcl script should have a wipe command or record command at the end of the file to force OpenSees finishing the recorder writing into files.
after that ,the command
set nodeIn [open node.out r]
set forcesIn [open forces.out r]
can be processed correctly.
Best,
Ning
the quoFEM is mainly driven by OpenSees which is based on tcl/tk
the structure model tcl script should have a wipe command or record command at the end of the file to force OpenSees finishing the recorder writing into files.
after that ,the command
set nodeIn [open node.out r]
set forcesIn [open forces.out r]
can be processed correctly.
Best,
Ning