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 - ahmed_ma

Pages: [1]
1
thank you for your reply,

We decided to use PBE to investigate the effect of isolator on the overall
probability of collapse and also to UQ engine

the Backward compatibility and keeps old files works is also a priority.

Anyway, I figured out the solution of my question,
it was simply to set a bool variable out of (if --getRV) scope not inside in MDF_SAM script

after few weeks I will finish all required extensions,
Organizing a Zoom meet to hear a feedback could be great.

Thank you again,
Ahmed Maky

2
Thank you for your reply

Basically I am extending an option to define Base Isolator or Base Isolator + Dampers system
to implement all three cases in the attached figure

The new EDP is the forces absorbed throw the damper in the third option if a damper is used.

for testing in the BackEnd :
I made a remote solution for every module, test the source code with Static Files, then I pushed any changes
to the origin folder and execute the CMAKE to get updated executable files, then testing the workflow again form the GUI

I wish to join the office hours for more discussions.

3
I am working to extend some feature on PBE, some functions should written in the backend packages,

the main logic requires defining new EDP

I added the defemination of this parameter in:
createEDP\standardEarthquakeEDP\StandardEarthquakeEDP.cpp
performUQ\dakota\preprocessJSON.py

Also, I added some codes on to reflect this new EDP on the the system:   
performSIMULATION\openSees\OpenSeesPostprocessor.cpp
performSIMULATION\openSees\OpenSeesPreprocessor.cpp,
createSAM\mdofBuildingModel\MDOF_BuildingModelToSAM.cpp

When I test each file individually, I got the expected result
however when I run the CMake to get new executable files
and run an entire example, this parameter isn't exist in the run Folder

So There are any other components in the workflow are overwriting that logic ?

4
Performance Based Engineering (PBE) / Error In building PBE source code
« on: October 09, 2021, 03:11:13 AM »
I downloaded PBE source code

but some how there is a file missing in the github version

#include <curl/curl.h>
this file is called in "AgaveCurl.h" in the common project
but it doesn't exist

Pages: [1]