I could use a library that implements the Finite Element Method in my winforms application. Is there available any such library for the .NET platform?
Asked
Active
Viewed 4,411 times
6
-
Ip's from tmarouda and ileon are unfortunately the same. To sum up Anaxsoft has been very slow and most of antispam modules report it as a spam app. Furthermore it does not support non linear analysis. – May 02 '11 at 18:59
-
Can't understand why anybody would care whether FEA runs on .NET or not. Feels like a guarantee that it'll be slow. I'd go with an industry leader: ANSYS, MSC, ABAQUS. – duffymo Jan 08 '23 at 02:11
3 Answers
2
I've found these finite element packages for .net from internet.
Not open source (some have free editions):
Open sources:

epsi1on
- 561
- 5
- 16
-
Just spent a few hours trying to use BriefFiniteElement.NET and it is far from complete. Doesn't even have triangle or tetrehedron elements fully emplemented. – Eric Apr 10 '20 at 18:20
-
@Eric Does any of the above software support tension only/ compression only features?. Please refer below question. This is a major blocker for us. https://stackoverflow.com/questions/63133140/python-package-library-for-linear-non-linear-3d-structural-engineering-finite – u1234 Jul 31 '20 at 17:53
-
I've been digging around about this quite a bit and even though it costs, I'm going with Inventor Nastran. I'm still investigating but I believe you can run it from the command line, and you would be able to edit the input files to your heart's content using python. If you want to know all the details: MSC Nastran is a tier 1 aerospace grade solver, and is prohibitively expensive. That said, they were declared a monopoly in 2005 or so and had to give up their source. I believe Inventor NASTRAN is based off of that source but I'm not 100% sure of that. – Eric Aug 03 '20 at 17:10
-
0
Engineering Software Solutions offers a great library for .net with numerous advantages over anaxsoft library. We have been using engissol's libraries for 2 years without any problem and are very happy especially when solving geometrically non linear problems (second oreder theory). On the other hand, anaxosft library had some bugs preventing the integration to our c# application interface.
-
4We downloaded both Anaxsoft's SDK and engissol's libraries. Engisool works only for really small structures and we found some problems with dynamic analysis (errors). On the other hand, we verified all of our examples/test cases with FEEA SDK without errors. Integration problems with Anaxsoft's SDK? Very smooth integration, superior licensing system and technical documentation. – Apr 24 '11 at 07:55
-
4You guys sound like competitors. Any chance you could disclose your affiliations? – Robert Harvey May 02 '11 at 14:52