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.


Topics - ahmed_ma

Pages: [1]
1
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 ?

2
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]