Abaqus 用户子程序uinter介绍
uinter用于接触应力初始化
1.1.38 UINTER
User subroutine to define surface interaction behavior for contact surfaces.
Product: Abaqus/Standard
References
Overview
User subroutine :
is called at points on the slave surface of a contact pair with a user-defined constitutive model
defining the interaction between the surfaces;
can be used to define the mechanical (normal and shear) and thermal (heat flux) interactions betweensurfaces;
can be used when the normal surface behavior (contact pressure versus overclosure) models() or the extended versions of the classical Coulomb friction model () are too restrictive and a more complex
definition of normal and shear transmission between contacting surfaces, including damping properties,are required;
must provide the entire definition of the mechanical and the thermal interaction between the contactingsurfaces (hence, no additional surface behaviors can be specified in conjunction with this capability);can provide the entire definition of viscous and structural damping for interaction between the
contacting surfaces for direct steady-state dynamic analysis;
can use and update solution-dependent state variables; and
is not available for contact elements.
User subroutine interface
SUBROUTINE UINTER(STRESS,DDSDDR,DVISCOUS,DSTRUCTURAL,FLUX,DDFDDT,
1 DDSDDT,DDFDDR,STATEV,SED,SFD,SPD,SVD,SCD,PNEWDT,RDISP,
2 DRDISP,
3 TEMP,DTEMP,PREDEF,DPRED,TIME,DTIME,FREQR,CINAME,SLNAME,
4 MSNAME,
5 PROPS,COORDS,ALOCALDIR,DROT,AREA,CHRLNGTH,NODE,NDIR,NSTATV,
6 NPRED,NPROPS,MCRD,KSTEP,KINC,KIT,LINPER,LOPENCLOSE,LSTATE,
7 LSDI,LPRINT)
http://china-326bb3b9e:2080/v6.12/books/sub/default.htm?startat=ch01s01asb18.html#sub-xsl-sigini1/9
uinter用于接触应力初始化
C
INCLUDE 'ABA_PARAM.INC'
C
CHARACTER*80 CINAME,SLNAME,MSNAME
DIMENSION STRESS(NDIR),DDSDDR(NDIR,NDIR),FLUX(2),DDFDDT(2,2),
1 DDSDDT(NDIR,2),DDFDDR(2,NDIR),STATEV(NSTATV),
2 RDISP(NDIR),DRDISP(NDIR),TEMP(2),DTEMP(2),PREDEF(2,NPRED),
3 DPRED(2,NPRED),TIME(2),PROPS(NPROPS),COORDS(MCRD),
4 ALOCALDIR(3,3),DROT(2,2),DVISCOUS(NDIR,NDIR),
5 DSTRUCTURAL(NDIR,NDIR)
user coding to define STRESS, DDSDDR, FLUX, DDFDDT,
DDSDDT, DDFDDR,
and, optionally, STATEV, SED, SFD, SPD, SVD, SCD, PNEWDT,
LOPENCLOSE, LSTATE, LSDI, DVISCOUS, DSTRUCTURAL
RETURN
END
Variables to be defined
STRESS(NDIR)
This array is passed in as the stress between the slave and master surfaces at the beginning of the
increment and must be updated in this routine to be the stress at the end of the increment. The stressmust be defined in a local coordinate system (see ALOCDIR). This variable must be defined for astress/displacement, a fully coupled temperature-displacement, or a coupled thermal-electrical-
structural analysis. The sign convention for stresses is that a positive stress indicates compression acrosscontact surfaces, while a negative stress indicates tension.
DDSDDR(NDIR,NDIR)
Interface stiffness matrix. DDSDDR(I,J) defines the change in the Ith stress component at the end ofthe time increment caused by an infinitesimal perturbation of the Jth component of the relative
displacement increment array. Unless you invoke the unsymmetric equation solution capability in thecontact property model definition (), Abaqus/Standard will use only the symmetric part of DDSDDR. For a particular off-diagonal(I,J) entry, the symmetrization is done by halving the sum of (I,J) and (J,I) components. DDSDDR mustbe defined for a stress/displacement, a fully coupled temperature-displacement, or a coupled thermal-electrical-structural analysis to ensure proper convergence characteristics.
FLUX(2)
Magnitude of the heat flux flowing into the slave and master surfaces, respectively. This array is passedin as the value at the beginning of the increment and must be updated to the flux at the end of theincrement. The convention for defining the flux is that a positive flux indicates heat flowing into a
surface, while a negative flux indicates heat flowing out of the surface. This variable must be defined forhttp://china-326bb3b9e:2080/v6.12/books/sub/default.htm?startat=ch01s01asb18.html#sub-xsl-sigini2/9
uinter用于接触应力初始化
a heat transfer, a fully coupled temperature-displacement, or a coupled thermal-electrical-structuralanalysis. The sum of these two flux terms represents the heat generated in the interface, and the
difference in these flux terms represents the heat conducted through the interface.
DDFDDT(2,2)
The negative of the variation of the flux at the two surfaces with respect to their respective
temperatures, for a fixed relative displacement. This variable must be defined for a heat transfer, a fullycoupled temperature-displacement, or a coupled thermal-electrical-structural analysis to ensure properconvergence characteristics. The entries in the first row contain the negatives of the derivatives of
FLUX(1) with respect to TEMP(1) and TEMP(2), respectively. The entries in the second row containthe negatives of the corresponding derivatives of FLUX(2).
DDSDDT(NDIR,2)
Variation of the stress with respect to the temperatures of the two surfaces for a fixed relative
displacement. This variable is required only for thermally coupled elements (in a fully coupled
temperature-displacement or a coupled thermal-electrical-structural analysis), in which the stress is afunction of the surface temperatures. DDSDDT(NDIR,1) corresponds to the slave surface, and
DDSDDT(NDIR,2) corresponds to the master surface.
DDFDDR(2,NDIR)
Variation of the flux with respect to the relative displacement between the two surfaces. This variable isrequired only for the …… 此处隐藏:16397字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [高等教育]一年级家长课程教案
- [高等教育]封丘县人民医院深入推进纠正医药购销领
- [高等教育]2017年6月大学英语四级真题试卷及答案(
- [高等教育]2017年北京第二外国语学院文学院824中
- [高等教育]7 高中历史第7单元1861年俄国农奴制改
- [高等教育]【K12学习】4、实际测量-苏教版六年级
- [高等教育]药具培训试卷题库及部分参考答案
- [高等教育]本土电子元器件目录分销商如何赢得生意
- [高等教育]七年级岭南版美术教案
- [高等教育]书作文之书法活动通讯稿
- [高等教育]Endnote X 软件使用入门和用法总结(LS)
- [高等教育]嵌入式系统的现状及发展状况
- [高等教育]2012抗菌药物专项整治活动方案解读
- [高等教育]人教版新课本一年级数学下册期末试卷
- [高等教育]爱课程民法学观后感
- [高等教育]930机组使用说明书1
- [高等教育]煤气设备设施点检标准
- [高等教育]常见室内观叶植物图解
- [高等教育]312党员群众路线心得体会
- [高等教育]小学信息(苗版)第一册全册教案
- 在市---局2010党建大会上的讲话
- 《科哲》提纲及补充阅读材料(2010.7)
- 苏州高博软件技术职业学院论文开题报告
- 兼职导游管理的困境及对策探讨
- 基于通用设计理念的现代厨房产品语义研
- 康乐一中2010年至2011年度鼓号队、花束
- 第10章_数据收集整理与描述_期末复习课
- 2008年黑龙江林甸商贸购物中心营销策划
- 水硬度的测定实验报告
- 五分钟教你拍摄夜景光绘照
- 2014年临床妇产科三基三严试题及答案
- 0第二课 纾解压力第一站了解压力
- 解析建筑工程电气设备安装施工技术要点
- 地方性应用型本科高校“双师型”师资队
- 高考语文专题复习课件:小说阅读指导
- 装饰工程投标书2
- 大学生就业难问题探讨及对策
- English and Its History
- 青岛市城市房屋修缮工程质量监督管理办
- 初中英语形容词和副词的用法和练习题




