ABAQUS-mesh-to-mesh小教程.pdf

2021-07-05 下载:11
下载

大小:63.97KB

网格重划分mesh to mesh方法


节选段落一:
大变形分析中容易出现单元过度扭曲导致计算结果不准确的现象,abaqus 提供了三种方
法解决这个问题,本例针对 map solution 进行实例详解。
问题描述:
图 1
图一所示,上下两个平板为钢材,中间为直径 20mm 的半圆是橡胶材料,固定下面的
板子,将上面的板向下压 15mm。
建立好以上模型后,设置好各种接触关系和边界条件,一定要将加载步的 restrat 选中,
output—restart requests,将 frequency 设置为 1,如图 2.
图 2
或者直接在 inp 文件中将此行改为:*Restart, write, frequency=1。


节选段落二:
编写如下脚本文件:
"""
Reads the output database file and imports the deformed shape of
the billet at the end of step 1 as an orphan mesh part.


节选段落三:
The
orphan mesh part is then used to create a 2D solid part which
can be meshed by the user.
"""
from abaqus import *
from abaqusConstants import *
import part
# NOTE: USER MUST DEFINE THESE VARIABLES.
odbName = 'job-1.odb' # Name of output database file.
modelName = 'Model-1' # Model
默认 最新
当前暂无评论,小编等你评论哦!
App下载
技术邻APP
工程师必备
  • 项目客服
  • 培训客服
  • 平台客服

TOP