BHoM / ETABS_Toolkit

Tools for ETABS and CSI Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verification of results for structural adapters

peterjamesnugent opened this issue · comments

Definition of the test :

I've produced a script to create two (for now) simple models:

  • A simply supported beam,
  • A free standing column

A number of different loads are applied:

  • Bar uniformly distributed load
  • Shear Y and Shear Z applied at mid span
  • Torsion applied at free end
  • Axial force applied at free end

For this toolkit can you please run the script to create the model, analyse the model and verify that the results are pulled.

This is also a good opportunity to ensure the results follow the BHoM's Structural Conventions.

Please save your model in an appropriate folder in this location.

The script to push the generic models can be found here.

Also it should be noted that you will be required to reinitialise the AdapterId components (I've highlighted them in red) - see here for the issue: BHoM/BHoM_Adapter#283.

It also worth noting that the models I have created are in SI Units - so unless this toolkit implements the Units_Engine it should also be in SI Units to allow easy comparison of results between calculated and expected values.

I've created and uploaded 3 models using the script now, for each supported version of ETABS. Results are pulling out fine and are identical between the three versions.

ETABS2016
ETABS2016
ETABS17
ETABS17
ETABS18
ETABS18

Since the script didn't have ETABS18 support, I added that myself, and I've uploaded that version of the script as well next to the original one.

Hopefully that's all good then :)

Going through my assigned issues and this seems like it can safely be closed at this point.