GazzolaLab / PyElastica

Python implementation of Elastica, an open-source software for the simulation of assemblies of slender, one-dimensional structures using Cosserat Rod theory.
https://www.cosseratrods.org
MIT License
221 stars 109 forks source link

Static Solution #218

Closed fepauly closed 1 year ago

fepauly commented 1 year ago

Hi,

I'm currently looking into different tools to do static and dynamic analysis of cosserat rods. Hence my question: Is it possible to do static analysis with PyElastica without time integration? And if not, is it possible without too much effort to include this feature with additional code by myself without manipulating PyElastica itself?

Thank you for your feedback. Bests

armantekinalp commented 1 year ago

PyElastica does not have a feature for static analysis. For that I think, you would need to implement an iterative solver. Cosserat Rod equations are already implemented but you need to write rest of the code.

fepauly commented 1 year ago

Hi,

Thank you for your reply.

skim0119 commented 1 year ago

I'm closing this issue. Please re-open if you have further question.