SimCenter Forum

Research in Natural Hazards Engineering => Earthquake Engineering (EE-UQ) => Topic started by: tbassman on April 17, 2020, 01:53:09 AM

Title: MDOF-LU code question
Post by: tbassman on April 17, 2020, 01:53:09 AM
In SimCenterBackEndApplications-master/modules/createSAM/MDOF-LU/Building.h, there's a particular line of code whose origins I was wondering about (attached here) pertaining to the lambda calculation.

It appears to be a regression relationship used in place of performing an eigen analysis to obtain lambda every time the code is run. I just wanted to inquire to see if any further information is available regarding how this regression may have been determined in the first place.

Thanks in advance.
Title: Re: MDOF-LU code question
Post by: fmk on April 24, 2020, 02:16:15 PM
I contacted Prof. Lu. It is based on regression. The relevant info is shown in the attached image which is a screen shot of what he sent.

The details of the calculation of lambda can be found in Appendix A of Lu X , Han B , Hori M , et al. A coarse-grained parallel approach for seismic damage simulations of urban areas based on refined models and GPU/CPU cooperative computing[J]. Advances in Engineering Software, 2014, 70:90-103.

 
Title: Re: MDOF-LU code question
Post by: tbassman on April 24, 2020, 07:23:58 PM
Thank you for reaching out to Prof. Lu to clarify that, very helpful to know.