├── CSS.py ├── CSSMaxFloors.py ├── DampingAnalysis.py ├── Design_ACI_318S_19_IFM.py ├── Design_ACI_318S_19_OFM.py ├── Design_ACI_318S_19_SFM.py ├── Design_CCCSR_84_IFM.py ├── Design_CCCSR_84_OFM.py ├── Design_CCCSR_84_SFM.py ├── Design_GLD.py ├── Exci_pattern.py ├── Fig 1.JPG ├── Fig 2.JPG ├── Fig 3.JPG ├── Fig 4.JPG ├── FragilityFunction.py ├── FragilityFunctionCSS.py ├── FragilityFunctionCSSv2.py ├── FrameNonLinearACI.py ├── FrameNonLinearACI.ui ├── GUIFrameNonLinearACI.py ├── IDA.py ├── LICENSE ├── LectSismos.py ├── LibAnalysisDynamicParameters.py ├── Logo_Uninorte.png ├── ModalAnalysis.py ├── RC_FIAP_main.py ├── README.md ├── REQPY_Module.py ├── RHA_script.py ├── ReadRecord.py ├── Units.py ├── getSaT.py ├── load_PEERNGA_record.py ├── mplwidget.py ├── proc_getSaT.py ├── runNRHA3D.py ├── runNRHA_CSS.py └── runNRHA_CSS1.py /CSS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/CSS.py -------------------------------------------------------------------------------- /CSSMaxFloors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/CSSMaxFloors.py -------------------------------------------------------------------------------- /DampingAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/DampingAnalysis.py -------------------------------------------------------------------------------- /Design_ACI_318S_19_IFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Design_ACI_318S_19_IFM.py -------------------------------------------------------------------------------- /Design_ACI_318S_19_OFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Design_ACI_318S_19_OFM.py -------------------------------------------------------------------------------- /Design_ACI_318S_19_SFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Design_ACI_318S_19_SFM.py -------------------------------------------------------------------------------- /Design_CCCSR_84_IFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Design_CCCSR_84_IFM.py -------------------------------------------------------------------------------- /Design_CCCSR_84_OFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Design_CCCSR_84_OFM.py -------------------------------------------------------------------------------- /Design_CCCSR_84_SFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Design_CCCSR_84_SFM.py -------------------------------------------------------------------------------- /Design_GLD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Design_GLD.py -------------------------------------------------------------------------------- /Exci_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Exci_pattern.py -------------------------------------------------------------------------------- /Fig 1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Fig 1.JPG -------------------------------------------------------------------------------- /Fig 2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Fig 2.JPG -------------------------------------------------------------------------------- /Fig 3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Fig 3.JPG -------------------------------------------------------------------------------- /Fig 4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Fig 4.JPG -------------------------------------------------------------------------------- /FragilityFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/FragilityFunction.py -------------------------------------------------------------------------------- /FragilityFunctionCSS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/FragilityFunctionCSS.py -------------------------------------------------------------------------------- /FragilityFunctionCSSv2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/FragilityFunctionCSSv2.py -------------------------------------------------------------------------------- /FrameNonLinearACI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/FrameNonLinearACI.py -------------------------------------------------------------------------------- /FrameNonLinearACI.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/FrameNonLinearACI.ui -------------------------------------------------------------------------------- /GUIFrameNonLinearACI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/GUIFrameNonLinearACI.py -------------------------------------------------------------------------------- /IDA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/IDA.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/LICENSE -------------------------------------------------------------------------------- /LectSismos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/LectSismos.py -------------------------------------------------------------------------------- /LibAnalysisDynamicParameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/LibAnalysisDynamicParameters.py -------------------------------------------------------------------------------- /Logo_Uninorte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Logo_Uninorte.png -------------------------------------------------------------------------------- /ModalAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/ModalAnalysis.py -------------------------------------------------------------------------------- /RC_FIAP_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/RC_FIAP_main.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/README.md -------------------------------------------------------------------------------- /REQPY_Module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/REQPY_Module.py -------------------------------------------------------------------------------- /RHA_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/RHA_script.py -------------------------------------------------------------------------------- /ReadRecord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/ReadRecord.py -------------------------------------------------------------------------------- /Units.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/Units.py -------------------------------------------------------------------------------- /getSaT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/getSaT.py -------------------------------------------------------------------------------- /load_PEERNGA_record.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/load_PEERNGA_record.py -------------------------------------------------------------------------------- /mplwidget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/mplwidget.py -------------------------------------------------------------------------------- /proc_getSaT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/proc_getSaT.py -------------------------------------------------------------------------------- /runNRHA3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/runNRHA3D.py -------------------------------------------------------------------------------- /runNRHA_CSS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/runNRHA_CSS.py -------------------------------------------------------------------------------- /runNRHA_CSS1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vfceball/RC-FIAP/HEAD/runNRHA_CSS1.py --------------------------------------------------------------------------------