在LS-DYNA中定义曲线是为了描述随时间或其他变量变化的参数,以更真实地模拟复杂的动态过程。在CAE分析的过程中,通过*DEFINE_CURVE关键字定义曲线,达到不同的应用场景;如描述时间相关的载荷或边界条件(加速度曲线),材料模型的应变率依赖性(应力-应变曲线)等。
LS-DYNA曲线定义的方法
在Solves下,右击空白区域,点击:Creste➜*DEFINE➜*DEFINE CURVE。
创建曲线:输入曲线Name,点击proceed。
曲线如下图:
参数信息:
参数含义:
ID:曲线ID号,后续其他关键字(如载荷、边界条件)通过此 ID 引用该曲线。
SIRD:标记控制动态松弛期间曲线的使用。将SIRD设置为1或2,将激活动态松弛。如果将*CONTROL_DYNAMIC_RELAXATION中的IDRFLG=-999,则无法激活。
EQ.0:载荷曲线用于正常分析阶段。
EQ.1:载荷曲线用于动态松弛阶段。
EQ.2:负载曲线适用于动态松弛阶段和正常分析阶段。
SFA:横坐标值的比例因子,默认设置为1.0。
假设以下曲线为力-时间曲线,当SFA设置为0.2时,则载荷作用时间为500*0.2=100ms;纵坐标缩放原理相同。
SFO:纵坐标值的比例因子,默认设置为1.0。
OFFA:横坐标偏移值。
偏移计算方法:
Abscissa value = SFA × (Defined value + OFFA)
OFFO:横坐标偏移值。
偏移计算方法:
Ordinate value = SFO × (Defined value + OFFO)
DATTYP:数据类型,如 Load、Velocity 等。
The DATTYP field controls how the curve is processed during the calculation。
a) For DATTYP = 0 positive offsets may be used when the abscissa represents time, since two additional points are generated automatically at time zero and at time 0.999 × OFFA with the function values set to zero.
b) If DATTYP = 1, then the offsets do not create these additional points. Negative offsets for the abscissa simply shift the abscissa values without creating additional points.
c) For material *MAT_FABRIC with FORM = 4, 14, -14, or 24, set DATYP = - 2 to define stress as a function of strain curves using engineering stress and strain instead of 2nd Piola-Kirchhoff stress and Green strain.
d) For adding chemical shrinkage effects with *MAT_ADD_CHEM_- SHRINKAGE, setting DATYP = -100 signals to LS-DYNA that the load curve defines the proxy for the chemical shrinkage coefficient as a function of temperature. LS-DYNA then internally converts this proxy to the chemical shrinkage coefficient.
LCTNT:用于曲线的离散化点数的设置。
通过关键字定义曲线,关键字中需要体现相关参数信息,以下是关键字的定义方法。
曲线: