当前位置:网站首页>The ABAQUS model of standardized steel box girder is established, and the plug-in of RSG is used for secondary development
The ABAQUS model of standardized steel box girder is established, and the plug-in of RSG is used for secondary development
2022-04-22 12:34:00 【Install a sound 77】
So we get the complete code command through actual modeling
1. It's using python reader Direct reading display ( There was an introduction before , Readers can go to the previous blog to download )
Again python of use def function(x,y) : Defined function
# Attach function code
from abaqus import *
from abaqusConstants import *
import math
def createPlateFunction(SB1, SB2, H):
s = mdb.models['Model-1'].ConstrainedSketch(name='__profile__',
sheetSize=10000.0)
g, v, d, c = s.geometry, s.vertices, s.dimensions, s.constraints
s.setPrimaryObject(option=STANDALONE)
s.rectangle(point1=(0.0, 0.0), point2=(SB2, H))
s.Line(point1=(0.0, H), point2=(-SB1, H))
s.HorizontalConstraint(entity=g[6], addUndoState=False)
s.PerpendicularConstraint(entity1=g[2], entity2=g[6], addUndoState=False)
s.Line(point1=(-SB1, H), point2=(-SB1, (H - 500)))
s.VerticalConstraint(entity=g[7], addUndoState=False)
s.PerpendicularConstraint(entity1=g[6], entity2=g[7], addUndoState=False)
s.Line(point1=(-SB1, (H - 500)), point2=(0.0, (H - 750)))
p = mdb.models['Model-1'].Part(name='Part-1', dimensionality=THREE_D,
type=DEFORMABLE_BODY)
p = mdb.models['Model-1'].parts['Part-1']
p.BaseShellExtrude(sketch=s, depth=5000.0)
s.unsetPrimaryObject()
p = mdb.models['Model-1'].parts['Part-1']
session.viewports['Viewport: 1'].setValues(displayedObject=p)
del mdb.models['Model-1'].sketches['__profile__']
plug It means plug , The plug-in generated later will also appear here .
And then in kernel Import the saved py file , It's the function file that appears above
版权声明
本文为[Install a sound 77]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204221227431870.html
边栏推荐
- MySQL 5.0安装教程图解详细教程
- The higher the refresh rate, the better?
- 2019年华为鸿蒙加入手机系统阵营,如何看待鸿蒙这三年的发展?
- abaqus RSG插件二次开发(二)
- 刷了一千道选择题,我总结了这些C语言易错点【第二弹】
- LeetCode 617、合并二叉树
- H5 < canvas > label + native JS self-made a simple drawing tool
- 关于服务器 url大小写的问题
- matlab 桥梁中一跨选择合适的跨径组合
- 字符串String的slice、replace、toUpperCase和repeat等方法会不会改变原有字符串
猜你喜欢

Comparison of data protection modes between Oracle data guard and Jincang kingbasees cluster

【并发编程055】如下守护线程是否会执行finally模块中的代码?

Ros2 learning notes (VII) tools for learning ros2 from turnlesim

The ordering system breaks the bottleneck period of wholesale enterprises and helps enterprises with digital transformation

Meaning of C language% 7.2d, --7d,% 7.2f,% 0.2f

matlab 自动选择不标准桥梁跨径代码(源代码完全版)

Codeforces Round #783 (Div. 2)

. net treasure API: outputformatter, format output object

Design and implementation of house leasing system based on J2EE Rar (paper + project source code + database file)

尝试opencv裂缝检测
随机推荐
基于STM32F103C8T6+ESP8266温室大棚远程监控系统
栈的概念和操作
[concurrent programming 049] talk about the classification of reordering?
2019年华为鸿蒙加入手机系统阵营,如何看待鸿蒙这三年的发展?
智能家居的新想法(2022)
Local deployment of distributed monitoring cat server
表单是否为空验证
redis 不能添加数据
LeetCode 1608、特殊数组的特征值
The ordering system breaks the bottleneck period of wholesale enterprises and helps enterprises with digital transformation
LeetCode 1768、交替合并字符串
Low frequency (LF) RFID intelligent terminal
[concurrent programming 052] talk about double check lock and its advantages?
.NET宝藏API之:OutputFormatter,格式化输出对象
Esp32-cam usage history
手机摄像头芯片主要有哪些?
腾讯云域名绑定
Efr32 crystal calibration guide
Comparison of data protection modes between Oracle data guard and Jincang kingbasees cluster
Tell your girlfriend easily: the internal principle of thread pool