Author Topic: FEATURE: Multi-support Input for EE-UQ and WE-UQ  (Read 6136 times)

nealleehit

  • Newbie
  • *
  • Posts: 3
    • View Profile
FEATURE: Multi-support Input for EE-UQ and WE-UQ
« on: July 11, 2020, 08:31:23 AM »
Hi,
Please kindly consider that provide a solution if we want to do an opensees multi-support input analysis for spatial structures.

BTW, we have considered about that, multiple input function might be also required in WE-UQ.
The SIM panel might be OK to do the multi-support input setup for models. however, we still can not provide Strong ground motions in EVENT panel.
If you can develop that function, and at the same time can provide an adaptive solution during this developing period, we appreciate that.

Thanks a lot. :)
Best,

Ning

fmk

  • Administrator
  • Full Member
  • *****
  • Posts: 232
    • View Profile
Re: FEATURE: Multi-support Input for EE-UQ and WE-UQ
« Reply #1 on: July 14, 2020, 03:42:01 PM »
We will consider multi=support for EE-UQ for future inclusion.  is this specifically for bridges or do you envision it's use in buildings?

Can you provide more details as to why you think it should be in WE-UQ.

As to an alternative solution while we develop it, you can use quoFEM.

nealleehit

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: FEATURE: Multi-support Input for EE-UQ and WE-UQ
« Reply #2 on: July 15, 2020, 11:34:43 PM »
Thanks.
yes, it is for spatial span bridge or long span structures.
i am not a man on wind things. so, for WE-UQ, did it consider the spatial coherency of the inputs of wind loads at different heights or positions?
basically, they might be the same multi-input problem.

We are using quoFEM alternatively. however, it is still not suitable since it can not process the maximum responses very well just like EEUQ. The sensitivity of parameters is what we need to analyze.
We think it is because the quoFEM can not process the following scripts,

set nodeIn [open node.out r]
set forcesIn [open forces.out r]

while they are available in EEUQ, as in the example.

Best,

Ning.
« Last Edit: July 16, 2020, 01:03:17 AM by nealleehit »

nealleehit

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: FEATURE: Multi-support Input for EE-UQ and WE-UQ
« Reply #3 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