在哪里可以找到 .NET 平台的有限元分析库?
我可以使用一个在我的 winforms 应用程序中实现有限元方法的库。 .NET 平台有可用的此类库吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我从互联网上找到了这些 .net 的有限元包。
非开源(有些有免费版本):
开源:
I've found these finite element packages for .net from internet.
Not open source (some have free editions):
Open sources:
据我所知,只有一家公司提供用于有限元分析的.NET 软件。访问 Anaxsoft (www.anaxsoft.com)。他们为 .NET Framework 提供有限元分析 SDK。
From what I know, there's only one company that provides .NET software for finite element analysis. Visit Anaxsoft (www.anaxsoft.com). They provide a finite element analysis SDK for the .NET Framework.
Engineering Software Solutions 为 .net 提供了一个出色的库,与 anaxsoft 库相比具有许多优势。我们已经使用 engissol 的库两年了,没有任何问题,并且非常高兴,尤其是在解决几何非线性问题(第二阶理论)时。另一方面,anaxosft 库存在一些错误,无法集成到我们的 C# 应用程序界面。
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.