Search found 2 matches

by antonioAlvarez
Tue Aug 02, 2022 8:14 am
Forum: OpenSeesPy
Topic: huge differences between static gravitational load and the dynamic one
Replies: 1
Views: 1609

Re: huge differences between static gravitational load and the dynamic one

Hi, Maybe I have found the issue. In order to avoid it the previous static analysis should not be wiped from the analysis. I am adding a code in which this can be checked. ############################################################################# #!/usr/bin/env python import numpy as np import ma...
by antonioAlvarez
Mon Aug 01, 2022 4:19 pm
Forum: OpenSeesPy
Topic: huge differences between static gravitational load and the dynamic one
Replies: 1
Views: 1609

huge differences between static gravitational load and the dynamic one

Hi, I am calculating a wind turbine blade, it is cantilevered blade in which the centre of mass of the beam varies along their length, therefore I am connecting the different beams forming the blade among them using rigidLinks. When I run the static calculations I get the proper gravitational forces...