控制台应用程序和python api,用于确定所有6种支撑梁类型的梁积分,如d.d.milasinovic所述,“计算力学中的有限条法”(isbn 8680297194)

beam_integrals的Python项目详细描述


关于

控制台应用程序和python api,用于确定所有6个受支持的梁积分 梁类型,如[Milasinovic1997]中所述。这是一个重新设计的,高级的 我们的previous work版本。

这项工作是研究项目调查的一部分: [ON174027][TR36017],由科学和 技术,塞尔维亚共和国。我们对此表示感谢。

Continuous integrationJenkins供电。

http://ci.petarmaric.com/job/beam_integrals/badge/icon

参考文献

[Milasinovic1997]Milašinović, D.D. “The Finite Strip Method in Computational Mechanics”. Faculties of Civil Engineering: University of Novi Sad, Technical University of Budapest and University of Belgrade: Subotica, Budapest, Belgrade. (1997)
[ON174027]“Computational Mechanics in Structural Engineering”
[TR36017]“Utilization of by-products and recycled waste materials in concrete composites in the scope of sustainable construction development in Serbia: investigation and environmental assessment of possible applications”

安装

要安装梁积分,请运行:

$ pip install beam_integrals

强烈建议安装gmpy。如果没有它,代码仍将运行 正确,但在高精度上要慢得多。

控制台应用程序使用

快速入门:

$ beam_integrals <subcomand> ...

显示帮助:

$ beam_integrals help

python api用法

快速入门:

>>> from beam_integrals.beam_types import FreeFreeBeam
>>> from beam_integrals.integrals import I1, integrate
>>> integrate(I1(), FreeFreeBeam(), a=1., m=1, n=1, error=True)

贡献

如果您发现任何错误,或希望提出新功能please let us know

如果您想贡献,只需分叉the repository,提交您的更改 并发送一个请求。一定要加入AUTHORS

新的光束积分1.1.0

功能添加

  • Added a heuristic to help guessing the scale function/factor, as per the section 3.4 of my PhD thesis.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java JavaBridge errno=10054被Remotehost关闭   javafx如何在每次调用方法中的变量时更新它?(爪哇)   java mod_群集在发现后未平衡负载   Java软件编辑器/语法高亮   java为什么不能强制转换数组的结果。asList()到ArrayList?   java HIBERNATE:无法使用HIBERNATE从MySQL中提取数据   java在Google地图片段上添加布局   java在AbstractTableModel中执行setValueAt之前,我如何做一些事情?   java在整个Tomcat运行时保存变量   java如何在Thymeleaf模板中获取环境变量的值?   java Selenium Chrome驱动程序针对属性的标签   java正则表达式捕获未知数量的重复组