ABAQUS中定义弹簧单元
更新时间:2023-08-18 01:36:01 阅读量: 资格考试认证 文档下载
ABAQUS中定义弹簧单元
2011-12-16 17:57
Abaqus Analysis User's Manual
29.1.1 Springs
Products: Abaqus/Standard Abaqus/Explicit Abaqus/CAE References
Overview
Spring elements:
can couple a force with a relative displacement; in Abaqus/Standard can couple a moment with a relative rotation; can be linear or nonlinear; if linear, can be dependent on frequency in direct-solution steady-state dynamic analysis; can be dependent on temperature and field variables; and can be used to assign a structural damping factor to form the imaginary part of spring stiffness.
The terms “force” and “displacement” are used throughout the description of spring elements. When the spring is associated with displacement degrees of freedom, these variables are the force and relative displacement in the spring. If the springs are associated with rotational degrees of freedom, they are torsional springs; these variables will then be the moment transmitted by the spring and the relative rotation across the spring.
Viscoelastic spring behavior can be modeled in Abaqus/Standard by combining frequency-dependent springs and frequency-dependent dashpots.
Typical applications
Spring elements are used to model actual physical springs as well as idealizations of axial or torsional components. They can also model restraints to prevent rigid body motion.
They are also used to represent structural dampers by specifying structural damping factors to form the imaginary part of the spring stiffness.
Choosing an appropriate element
SPRING1 and SPRING2 elements are available only in Abaqus/Standard. SPRING1 is between a node and ground, acting in a fixed direction. SPRING2 is between two nodes, acting in a fixed direction.
The SPRINGA element is available in both Abaqus/Standard and
Abaqus/Explicit. SPRINGA acts between two nodes, with its line of action being the line joining the two nodes, so that this line of action can rotate in large-displacement analysis.
The spring behavior can be linear or nonlinear in any of the spring elements in Abaqus.
Element types SPRING1 and SPRING2 can be associated with displacement or rotational degrees of freedom (in the latter case, as torsional springs). However, the use of torsional springs in large-displacement analysis requires careful consideration of the definition of total rotation at a node; therefore, connector elements () are usually a better approach to providing torsional springs for large-displacement cases. Input File Usage: U se the following option to
specify a spring element between
a node and ground, acting in a
fixed direction:
, TYPE=SPRING1
Use the following option to
specify a spring element between
two nodes, acting in a fixed
direction:
, TYPE=SPRING2
Use the following option to
specify a spring element between
two nodes with its line of action
being the line joining the two
nodes:
, TYPE=SPRINGA
Abaqus/CAE Usage: P roperty or Interaction module:
SpecialSprings/DashpotsCreate, then select one
of the following:
Connect points to ground: select points: toggle
on Spring stiffness
(equivalent to SPRING1)
Connect two points: select points: Axis:
Specify fixed direction: toggle on Spring
stiffness
(equivalent to SPRING2)
Connect two points: select points: Axis: Follow
line of action: toggle on Spring stiffness
(equivalent to SPRINGA)
Stability considerations in Abaqus/Explicit
A SPRINGA element introduces a stiffness between two degrees of freedom without introducing an associated mass. In an explicit dynamic procedure this represents an unconditionally unstable element. The nodes to which the spring is attached must have some mass contribution from adjacent elements; if this condition is not satisfied, Abaqus/Explicit will issue an error message. If the spring is not too stiff (relative to the stiffness of the adjacent elements), the stable time increment determined by the explicit dynamics procedure () will suffice to ensure stability of the calculations.
Abaqus/Explicit does not use the springs in the determination of the stable time increment. During the data check phase of the analysis, Abaqus/Explicit computes the minimum of the stable time increment for all the elements in the mesh except the spring elements. The program then uses this minimum stable time increment and the stiffness of each of the
springs to determine the mass required for each spring to give the same stable time increment. If this mass is too large compared to the mass of the model, Abaqus/Explicit will issue an error message that the spring is too stiff compared to the model definition.
Relative displacement definition
The relative displacement definition depends on the element type. SPRING1 elements
The relative displacement across a SPRING1 element is the ith component of displacement of the spring's node:
where i is defined as described below and can be in a local direction (see ”).
SPRING2 elements
The relative displacement across a SPRING2 element is the difference between the ith component of displacement of the spring's first node and the jth component of displacement of the spring's second node:
where i and j are defined as described below and can be in local directions (see ”).
It is important to understand how the SPRING2 element will behave according to the above relative displacement equation since the element can produce counterintuitive results. For example, a SPRING2 element set up in the following way will be a “compressive” spring:
If the nodes displace so that and , the spring appears to be in
compression, while the force in the SPRING2 element is positive. To obtain a “tensile” spring, the SPRING2 element should be set up in the following way:
SPRINGA elements
For geometrically linear analysis the relative displacement is measured along the direction of the SPRINGA element in the reference configuration:
where is the reference position of the first node of the spring and is the reference position of its second node.
For geometrically nonlinear analysis the relative displacement across a SPRINGA element is the change in length in the spring between the initial and the current configuration:
where is the current length of the spring and is the value of l in the initial configuration. Here and are the current positions of the nodes of the spring.
In either case the force in a SPRINGA element is positive in tension. Defining spring behavior
The spring behavior can be linear or nonlinear. In either case you must associate the spring behavior with a region of your model.
Input File Usage: , ELSET=name
where the ELSET parameter refers
to a set of spring elements.
Abaqus/CAE Usage: P roperty or Interaction module:
SpecialSprings/DashpotsCreate: select
connectivity type: select points
Defining linear spring behavior
You define linear spring behavior by specifying a constant spring stiffness (force per relative displacement).
The spring stiffness can depend on temperature and field variables. See , for further information about defining data as functions of temperature and independent field variables.
For direct-solution steady-state dynamic analysis the spring stiffness can depend on frequency, as well as on temperature and field variables. If a frequency-dependent spring stiffness is specified for any other analysis procedure in Abaqus/Standard, the data for the lowest frequency given will be used.
Input File Usage: , DEPENDENCIES=nfirst data
linespring stiffness,
frequency, temperature, field
variable 1, etc....
Abaqus/CAE Usage: P roperty or Interaction module:
SpecialSprings/DashpotsCreate: select
connectivity type: select points: Property:
Spring stiffness: spring stiffness
Defining the spring stiffness as a function of
frequency, temperature, and field variables is
not supported in Abaqus/CAE when you define
springs as engineering features; instead, you
can define connectors that have spring-like
elastic behavior (see ).
Defining nonlinear spring behavior
You define nonlinear spring behavior by giving pairs of force–relative displacement values. These values should be given in ascending order of relative displacement and should be provided over a sufficiently wide range of relative displacement values so that the behavior is defined correctly. Abaqus assumes that the force remains constant (which results in zero stiffness) outside the range given (see ).
Figure 29.1.1–1 Nonlinear spring force–relative displacement relationship.
Initial forces in nonlinear springs should be defined as part of the relationship by giving a nonzero force, , at zero relative displacement. The spring stiffness can depend on temperature and field variables. See , for further information about defining data as functions of temperature and independent field variables.
Abaqus/Explicit will regularize the data into tables that are defined in terms of even intervals of the independent variables. In some cases where the force is defined at uneven intervals of the independent variable (relative displacement) and the range of the independent variable is large compared to the smallest interval, Abaqus/Explicit may fail to obtain an accurate regularization of your data in a reasonable number
of intervals. In this case the program will stop after all data are processed with an error message that you must redefine the material data. See , for a more detailed discussion of data regularization. Input File Usage: , NONLINEAR,
DEPENDENCIES=nfirst data
lineforce, relative
displacement, temperature,
field variable 1, etc....
Abaqus/CAE Usage: D efining nonlinear spring behavior is not
supported in Abaqus/CAE when you define springs
as engineering features; instead, you can define
connectors that have spring-like elastic
behavior (see ).
Defining the direction of action for SPRING1 and SPRING2 elements You define the direction of action for SPRING1 and SPRING2 elements by giving the degree of freedom at each node of the element. This degree of freedom may be in a local coordinate system (). The local system is assumed to be fixed: even in large-displacement analysis SPRING1 and SPRING2 elements act in a fixed direction throughout the analysis. Input File Usage: , ORIENTATION=namedof at node 1,
dof at node 2
Abaqus/CAE Usage: P roperty or Interaction module:
SpecialSprings/DashpotsCreate, then select one
of the following:
Connect points to ground: select points:
Orientation: Edit: select orientation
Connect two points: select points: Axis:
Specify fixed direction: Orientation: Edit:
select orientation
Defining linear spring behavior with complex stiffness
Springs can be used to simulate structural dampers that contribute to the imaginary part of the element stiffness forming an elemental
structural damping matrix. You specify both the real part of the spring stiffness for particular degrees of freedom and the structural damping factor, s. The imaginary part of the spring stiffness is calculated as and represents structural damping. These data can be frequency dependent. Input File Usage:
Abaqus/CAE Usage:
, COMPLEX STIFFNESSfirst data linereal spring stiffness, structural damping factor, frequency L inear spring behavior with complex stiffness is not supported in Abaqus/CAE
正在阅读:
ABAQUS中定义弹簧单元08-18
一滴水作文400字07-06
小学二年级数学-上册-应用题与思维训练集锦-500题10-24
,合伙纠纷案11-18
2017年小学教育教学督导评估汇报材料02-12
中图版八年级地理下册教学计划04-02
大亚湾疏港大道市政工程环境影响报告书简本06-14
三位数加减法竖式计算练习题07-01
- 梳理《史记》素材,为作文添彩
- 2012呼和浩特驾照模拟考试B2车型试题
- 关于全面推进施工现场标准化管理实施的通知(红头文件)
- 江西省房屋建筑和市政基础设施工程施工招标文件范本
- 律师与公证制度第2阶段练习题
- 2019-2020年最新人教版PEP初三英语九年级上册精编单元练习unit6训练测试卷内含听力文件及听力原文
- 小升初数学模拟试卷(十四) 北京版 Word版,含答案
- 认识创新思维特点 探讨创新教育方法-精选教育文档
- 00266 自考 社会心理学一(复习题大全)
- 多媒体在语文教学中的运用效果
- 派出所派出所教导员述职报告
- 低压电工作业考试B
- 18秋福建师范大学《管理心理学》在线作业一4
- 中国铝业公司职工违规违纪处分暂行规定
- 13建筑力学复习题(答案)
- 2008年新密市师德征文获奖名单 - 图文
- 保安员培训考试题库(附答案)
- 银川市贺兰一中一模试卷
- 2011—2017年新课标全国卷2文科数学试题分类汇编 - 1.集合
- 湖北省襄阳市第五中学届高三生物五月模拟考试试题一
- 弹簧
- 单元
- 定义
- ABAQUS