Reliability Sensitivity and Optimization Modules: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
== Roadmap == | == Roadmap == | ||
Line 13: | Line 14: | ||
=== What is the Product === | === What is the Product === | ||
# Seperate | # Seperate Module with clear interface to any FE code! | ||
# Working Interface to OpenSees | |||
== Documentation == | == Documentation == | ||
Line 21: | Line 24: | ||
have a look: | have a look: | ||
[http://en.wikipedia.org/wiki/Optimization_(mathematics) | [http://en.wikipedia.org/wiki/Optimization_(mathematics) Optimization] | ||
[http://en.wikiversity.org/wiki/Portal:Information_technology | [http://en.wikiversity.org/wiki/Portal:Information_technology Portal on IT] | ||
[http://en.wikipedia.org/wiki/Earthquake_engineering | [http://en.wikipedia.org/wiki/Earthquake_engineering Earthquake Engineering] | ||
[http://en.wikiversity.org/wiki/Probabilistic_Assessment_of_Structures | [http://en.wikiversity.org/wiki/Probabilistic_Assessment_of_Structures Probabilistic Assessment of Structures!] | ||
how to explain what these modules will do to a structural engineer. | how to explain what these modules will do to a structural engineer. | ||
Line 38: | Line 41: | ||
=== Command Manual for use with OpenSees (Mike, Kevin, Quan, Michele) === | === Command Manual for use with OpenSees (Mike, Kevin, Quan, Michele) === | ||
== Examples == | == Examples == | ||
== References: == | == References: == | ||
Line 46: | Line 52: | ||
Haukaas, T., Der Kiureghian, A. “Methods and object-oriented software for FE reliability and sensitivity analysis with application to a bridge structure.” ASCE Journal of Computing in Civil Engineering, 21(3), pp. 151-163, 2007. | Haukaas, T., Der Kiureghian, A. “Methods and object-oriented software for FE reliability and sensitivity analysis with application to a bridge structure.” ASCE Journal of Computing in Civil Engineering, 21(3), pp. 151-163, 2007. | ||
Revision as of 21:19, 5 March 2010
Roadmap
What is the Vision
What are the short term goals
What are the long term goals
What are the Boundaries
What is the Product
- Seperate Module with clear interface to any FE code!
- Working Interface to OpenSees
Documentation
Explanation/THEORY (Armen & Terje)
have a look:
Probabilistic Assessment of Structures!
how to explain what these modules will do to a structural engineer.
What does reliability, sensitivity and optimization mean in context of structural engineering
What is the process
List of References
Command Manual for use with OpenSees (Mike, Kevin, Quan, Michele)
Examples
References:
If you use this work, we would appreciate it if you would reference the papers below:
Haukaas, T., Der Kiureghian, A. “Methods and object-oriented software for FE reliability and sensitivity analysis with application to a bridge structure.” ASCE Journal of Computing in Civil Engineering, 21(3), pp. 151-163, 2007.
Design
Based on Terje's original work, Kevin & Michaels changes.
One new change all agree on is use of a new FunctionEvaluator class and introduction of some other class to store results in.
<uml> abstract class FunctionEvaluator FunctionEvaluator <|-- TclFunctionEvaluator FunctionEvaluator : double eval(const char * =0) </uml>