登录
首页 » Python » Python在ABAQUS中

Python在ABAQUS中

于 2021-01-02 发布
0 834
下载积分: 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 个回复

  • Hamming 神经网络从功能上来看是最小Hamming 距离分类器.利用它能够完成不完整输入信息与所存储模式的最小汉明距离分类.    Hamming 网...
    Hamming 神经网络从功能上来看是最小Hamming 距离分类器.利用它能够完成不完整输入信息与所存储模式的最小汉明距离分类.    Hamming 网络是一个双层神经网络,第一层网(即匹配子网络)是用来计算输入模式与该网络已经学习过的各样本之间的匹配测度.第二层网(即竞争子网络)接收从匹配子网络送来的未知模式与已存各样本的匹配测度,然后经过多次迭代运算就可以求得与输入模式相匹配的样本.-Hamming neural network from the functional point of view is the smallest Hamming distance classifier. Use it to complete incomplete input information storage model with the smallest Hamming distance classifier. Hamming network is a double neural network, the first network layer (ie matching sub-network) is used to calculate the input model and the network has been studied by the match between the sample test degrees. The second layer network (that is, competitive-network) from the receiver-matching network sent an unknown model has been deposited with the samples matching measure, Then after many iterative computation can be obtained with the input mode matching sample.
    2023-07-07 13:35:03下载
    积分:1
  • 一个简单二叉树类(非本人原创)
    一个简单二叉树类(非本人原创)-a simple binary tree type (I originality)
    2022-07-24 12:43:08下载
    积分:1
  • 三网协议
    三网协议,包含华为cmpp20 30开发包(Three network agreement, including huawei cmpp20 30 development package)
    2020-06-20 00:40:02下载
    积分:1
  • Still remember the time of the Snake FC games, two cute small snake eating Peas...
    还记得FC时代的贪吃蛇游戏吧,两只可爱的小蛇为了吃豆豆的冒险经历,现在贪吃蛇游戏也是根据当年响尾蛇改编的。现在,线在回归一下红白机年代的经典! -Still remember the time of the Snake FC games, two cute small snake eating Peas for the adventure, and now Snake Diamondbacks Game is based on adaptation of the year. Now, the lines look at the return of the classic era of red and white machine!
    2022-02-24 11:36:37下载
    积分:1
  • (论文+simulink)模型
    说明:  参照文献搭建了永磁同步电机直接转矩控制模型; 适合做毕业设计时参考,也非常适合新手学习; 可在该模型的基础上,根据自己的研究需要添加卡尔曼滤波、预测控制、占空比直接转矩等。(The direct torque control model of permanent magnet synchronous motor (PMSM) is built according to the literature; Suitable for graduation design reference, also very suitable for novice learning; On the basis of this model, Kalman filter, predictive control, duty cycle and direct torque can be added according to our own research needs)
    2021-01-12 11:11:12下载
    积分:1
  • tlp521
    tlp521-4资料-tlp521-4 data
    2022-07-09 17:57:21下载
    积分:1
  • 最强大的51点阵时钟(音乐、闹钟、日期计算)
    资源描述 主控芯片为51,功能强大,整个文件包,包括原理图。
    2022-08-14 12:42:39下载
    积分:1
  • 12
    说明:  下面是一个结构体声明: struct box { char maker[40] float height float width float length float volume } a. 编写一个函数,按值传递box结构,并显示每个成员的值 b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。 c. 编写一个使用这两个函数的简单程序 (Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)
    2013-06-02 17:27:08下载
    积分:1
  • 基于MATLAB的数学建模竞赛计算 数学建模MATLAB命令及建模应用...
    基于MATLAB的数学建模竞赛计算 数学建模MATLAB命令及建模应用-Based on MATLAB Mathematical Contest in Modeling the calculation of mathematical modeling, and modeling applications MATLAB command
    2022-03-02 17:51:02下载
    积分:1
  • 非圆ESPRIT
    基于非圆信号的DOA估计算法,可以扩展虚拟阵列的孔径,且不用谱峰搜索(The DOA estimation algorithm based on non-circular signal can expand the aperture of the array virtual and do not use spectral peak search.)
    2020-10-03 20:57:40下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载