Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fmk

Pages: 1 ... 13 14 [15] 16
211
I have made the modification. The updated tool is available for download from the tool website: https://simcenter.designsafe-ci.org/research-tools/ee-uq-application/

you can check it out at new online doc:https://nheri-simcenter.github.io/EE-UQ-Documentation/common/user_manual/usage/desktop/FEM.html

212
I have made the modification. The updated tool is available for download from the tool website: https://simcenter.designsafe-ci.org/research-tools/ee-uq-application/

you can check it out at new online doc:https://nheri-simcenter.github.io/EE-UQ-Documentation/common/user_manual/usage/desktop/FEM.html

213
I have made the modification. The updated tool is available for download from the tool website: https://simcenter.designsafe-ci.org/research-tools/ee-uq-application/

you can check it out at new online doc:https://nheri-simcenter.github.io/EE-UQ-Documentation/common/user_manual/usage/desktop/FEM.html

214
Earthquake Engineering (EE-UQ) / Re: FEATURE: Modal Damping
« on: June 14, 2020, 06:45:58 AM »
I have made the modification. The updated tool is available for download from the tool website: https://simcenter.designsafe-ci.org/research-tools/ee-uq-application/

you can check it out at new online doc:https://nheri-simcenter.github.io/EE-UQ-Documentation/common/user_manual/usage/desktop/FEM.html

215
I have updated the tool to show the PDF's with the selected parameters. It is a small push button to the right of each RV input.  The updated tool is available for download from the tool webpage. It was included in version 2.1

216
I have updated the tool to include OpenSeesPy. The updated tool can be downloaded from the website. Thanks for posting this. A number of users it seems wanted OpenSeesPY!

218
Earthquake Engineering (EE-UQ) / Re: Verification and Validation
« on: May 19, 2020, 06:12:09 PM »

the 2 files you mention are created by OpenSees when it runs the Ex1b.Portal2D.EQ.tcl script. The following are the two line in the script that generate these files:

recorder EnvelopeNode -file PFA.out -timeSeries 1 -node 3 -dof 1 accel;         # Peak Floor Absolute Acceleration
recorder EnvelopeDrift -file PID.out -iNode 1 -jNode 3 -dof 1 -perpDirn 2

it is the python script  PortalFrameSampling.py that causes OpenSees to run multip[le times to perform the sampling. If you look you will see that for each invocation of OpenSees, the python script creates a directory, runs OpenSees in that directory, reads the results in the 2 files you are looking for from that directory, and then DELETES the directory. If you want to see the files after the python script is run you will need to comment out the line removing the directory (line 40):
           
          shutil.rmtree(sampleName)

note: depending on your version of python you may need to change the prints at the bottom of the. said python script to something like:

#Printing results                                                                                                                                         
print ('Mean Peak Floor Acceleration: ', np.mean(PFA))
print ('Peak Floor Acceleration Std. Dev: ', np.std(PFA))

print ('Mean Peak Drift: ', np.mean(PID))
print ('Peak Drift Std. Dev.: ', np.std(PID))



219
This is something I am now working on and we will put in the next release, scheduled for end May 2020.

220
Earthquake Engineering (EE-UQ) / Re: MDOF-LU code question
« 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.

 

221
Henry,

I know you have something that designs a building and builds the model .. AutoSDA .. can we use this?

thanks
frank

222
Uncertainty Quantification (quoFEM) / Re: FEATURE: graphical interface
« on: March 16, 2020, 08:43:43 PM »
started working on the source code changes necessary to implement the feature

223
feature will be added, assigned BA11 in software requirements if you want to track

224
Just to let you know that i have started code development. When done, i plan to make available to you to test the new feature.

frank

225
Earthquake Engineering (EE-UQ) / Re: FEATURE: Modal Damping
« on: March 11, 2020, 05:57:12 PM »
Just to let you know that i have started code development. When done, i plan to make available to you to test the new feature.

frank

Pages: 1 ... 13 14 [15] 16