Search found 2 matches

by davidosterberg
Thu Sep 28, 2023 7:40 am
Forum: OpenSeesPy
Topic: [Solved] Simple FSI problem
Replies: 2
Views: 7284

Re: Simple FSI problem

Hi again, Thank you @mhscott for the encouragement :D I managed to solve the problem by using the "parameter" and "updateParameter" commands. Inspiration for this was one of your blog posts, and I did end up reading the C++ source to find out the arguments to the parameter comman...
by davidosterberg
Tue Sep 26, 2023 4:39 am
Forum: OpenSeesPy
Topic: [Solved] Simple FSI problem
Replies: 2
Views: 7284

[Solved] Simple FSI problem

Hi I am trying to model a simplified FSI problem. I have simplified the problem to this: A cantilevered beam is affected by a point load at the top. This point load is a known function of time, node displacement, and node velocity. I would like to solve this as a transient problem. I am a beginner i...