登录
首页 » Python » Python在ABAQUS中

Python在ABAQUS中

于 2021-01-02 发布
0 918
下载积分: 1 下载次数: 3

代码说明:

说明:  1、 用Python脚本实现Abaqus参数化建模 在Abaqus中运行Python语言编写的代码可以实现在CAE用户界面中能够实现的全部功能,包括建模,定义材料属性,定义计算步,定义接触和约束,划分网格,提交计算任务等等。 Python脚本可以实现各种判断语句、循环语句、数据存储与处理等,能够实现人工智能控制和自动化处理过程。根据需要,还可以只对分析过程中的莫一部分实现自动化。当用户面对大量重复性的建模工作时,就可以尝试编写Python脚本,实现参数化和自动化建模,每回计算只需要在Abaqus中选择运行脚本,即可省去大量时间和精力。 2、用Python脚本实现Abaqus后处理 在Abaqus中通过Python脚本接口,可以访问Abaqus标准输出数据库.ODB文件,可以实现从(向).ODB文件读取(写入)数据,在Abaqus输出的计算结果的基础上进行进一步的数据分析和处理。 例如在导入odbAccess模块后,通过openOdb方法读取输出文件中的结果,在o读取的db对象中通过进一步操作得到输出的场变量,例如位移U,在进一步分析和计算后,将计算后的结果输入到通过Odb方法建立的新odb对象中,在保存结果后,可在Abaqus后处理模块Viewer中打开相应的odb文件,观察处理过后的结果。(1. Parametric modeling of ABAQUS with Python script 2. Implementation of ABAQUS post processing with Python script)

文件列表:

Abaqus GUI程序开发指南(Python语言)_迷你书 (1).pdf, 17964904 , 2020-11-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1_绘制ROI
    c#与halcon联合编程.通用绘制roi(c#and halcon gggggg%gggggg)
    2020-07-02 20:00:01下载
    积分:1
  • K型热电偶MAX6675的驱动程序
    K型热电偶MAX6675的驱动程序,此驱动部分已经在产品中使用(K type thermocouple MAX6675 driver, the driver section has been used in the product)
    2019-04-11 10:59:51下载
    积分:1
  • ReadImageJROI-master
    THE USE OF ROI--MASTER
    2017-07-10 17:14:50下载
    积分:1
  • VORTEX
    说明:  利用对数极坐标到直角坐标系的变换实现不同拓扑荷数涡旋光束的并行检测,可用于光通信,以及对涡旋光性质的理解。整个仿真基于PRL文章“Efficient Sorting of Orbital Angular Momentum States of Light”(The parallel detection of vortex beams with different topological charges is realized by using the transformation from log polar coordinate to Cartesian coordinates, which can be used in optical communication and the understanding of vortex optical properties.The whole simulation is based on the article "efficient sorting of intrinsic angular momentum states of light" in PRL)
    2020-11-18 16:39:40下载
    积分:1
  • C-C++欢迎大家的多多阅读-C-C++
    2022-04-08 11:04:00下载
    积分:1
  • 算符优先分析法设计与实现
    实现了算法优先分析的功能,可当作编译原理实验报告使用。压缩包内具有完整的实验报告(It realizes the function of priority analysis of algorithm and can be used as compiler principle experiment report. Compressed package with complete experimental report)
    2020-06-22 15:20:03下载
    积分:1
  • all_m_files_20130826
    芬兰学者Simo Sarkka 所著《贝叶斯滤波与平滑》一书中的程序,包括容积卡尔曼滤波、高斯厄米特积分滤波和粒子滤波(Programs in the book Bayesian Filtering and Smoothing by Finnish scholar Simo Sarkka, including volumetric Kalman filter, Gaussian Hermitian integral filtering and particle filtering)
    2020-06-21 16:20:01下载
    积分:1
  • DynamicPowerQualityTestingTechnology
    本文首先介绍了有源电力滤波器的基本结构和工作原理,并对一些常规的谐波电流检测方法的优缺点进行了比较。其次,针对传统的谐波电流检测方法的缺陷,提出将神经网络与基于噪声抵消原理的自适应谐波检测相结合,利用径向基函数运算量小、收敛快、无局部极小值等优点,构造了一种基于径向基函数神经网络的谐波电流检测方法,仿真结果表明该检测方法具有很好的动态响应及畸变电流检测精度。最后,设计了一套实验系统,对本文所采用的系统方案进行了实验验证。仿真表明,本文所采用的有源电力滤波器检测系统方案切实可行,能够较好地实现动态检测谐波和无功功率的目的。 (This paper, firstly, introduces the basic structure and principle of APF, and then makes comparison among some conventional harmonics detections methods. Secondly, contraposes the limitation of the traditional harmonic current detecting method based on neural network, presents the method that combines the neural network and auto adaptive harmonic current detecting method based on the principle of noise each other eliminating.As the characteristics that are small calculative quantity, fast converge, without local minimal point of Redial Basis Function (RBF), this dissertation forms a new harmonic current detecting method based on RBF. The simulation results show that the method has many advantages, such as good dynamic response, high accuracy. At last, A system is designed to verify the proposed APF scheme .The results of simulation show that the proposed APF scheme is practical and can detect harmonics and reactive power effectively. )
    2009-05-03 10:26:45下载
    积分:1
  • 给出数n和m(m<9)个数字,求只含有m个数字的n的最小倍数.
    给出数n和m(m
    2022-02-02 20:08:56下载
    积分:1
  • PB_calc
    pb开发的计算器,已经经过调试,可以满足基本的计算器要求,有需要的可以下载( pb development of the calculator, after debugging, to meet the basic requirements of the calculator, there is a need to download)
    2013-12-08 09:19:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载