-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hi @hackl !
First of all: congrats for this great project, I really loved to see it around, and the resulting plots look fantastic!! 👍
I has been pursuing a similar project for years, but I started from the opposite side: a C++ backend capable of solving (2D for now) static structure analysis. Including meshing, it can plot detailed plots of all basic stresses, deformations, etc.
I'm just writing to explore the possibility of, somehow, integrate my solver (available here) with your package in some way, such that the resulting deformed structures could be also plotted or, at least, the reaction forces, or some selected subset of numerical results.
It would require exporting the user-given definition of a structure into a text file in a format that you can see in these examples, then invoking the program ob-solver with appropriate parameters, and reading back the results file.
My software is also capable of generating HTML5-based animations of animated structures, like in this example:
http://ingmec.ual.es/openbeam/fem/rdm-t06-prop03/
It's a lot of work, and I'm aware that you may be (just as I am!) swamped with other projects.
But couldn't helped myself writing a line to leave this possibility open...
Cheers,
JL
