opensees python one story frame
Budget: $30 – $250 USD
Using openseespy i must build A 3D one story with 4 columns and one slab with 4 fixed supports in each column. It should be made from concrete. We should apply the time history analysis for it and diaphragm. The dimensions are:
# for columns
b_col = 0.40 # column base
h_col = 0.40 # column height
# for beam
b_beam = 0.30 # beam base
h_beam = 0.55 # beam height
slab thickness = 0.15 m
Also, we should plot it and find the period and the displacement for the free nodes. add earthquake on the building using Imperial Valley-02, 5/19/1940 records.
all what we must find: 1- Displacement. 2- velocity. 3- Acceleration. 4- Ructions. at every single node. 5- Mode Shape and the period. Then compare the answer with the Imperial Valley record.
# for columns
b_col = 0.40 # column base
h_col = 0.40 # column height
# for beam
b_beam = 0.30 # beam base
h_beam = 0.55 # beam height
slab thickness = 0.15 m
Also, we should plot it and find the period and the displacement for the free nodes. add earthquake on the building using Imperial Valley-02, 5/19/1940 records.
all what we must find: 1- Displacement. 2- velocity. 3- Acceleration. 4- Ructions. at every single node. 5- Mode Shape and the period. Then compare the answer with the Imperial Valley record.