文档详情

workbench瞬态动力分析.ppt

发布:2018-12-31约9.69千字共52页下载文档
文本预览下载声明
ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* ANSYS Dynamics M4-* 零初始位移和非零初始速度 非零速度是通过对结构中需指定速度的部分加上小时间间隔上的小位移来实现的。比如如果 v0=0.25,可以通过在时间间隔0.004内加上0.001的位移来实现,命令流如下: ... TIMINT,OFF ! Time integration effects off D,ALL,UY,.001 ! Small UY displ. (assuming Y-direction velocity) TIME,.004 ! Initial velocity = 0.001/0.004 = 0.25 LSWRITE ! Write load data to load step file (Jobname.S01) DDEL,ALL,UY ! Remove imposed displacements TIMINT,ON ! Time integration effects on ... 非零初始位移和非零初始速度 和上面的情形相似,不过施加的位移是真实数值而非“小”数值。比如,若 u0 = 1.0且v0 = 2.5,则应当在时间间隔0.4内施加一个值为1.0的位移: ... TIMINT,OFF ! Time integration effects off D,ALL,UY,1.0 ! Initial displacement = 1.0 TIME,.4 ! Initial velocity = 1.0/0.4 = 2.5 LSWRITE ! Write load data to load step file (Jobname.S01) DDELE,ALL,UY ! Remove imposed displacements TIMINT,ON ! Time integration effects on ... 非零初始位移和零初始速度 需要用两个子步[NSUBST,2]来实现,所加位移在两个子步间是阶跃变化的[KBC,1]。如果位移不是阶跃变化的(或只用一个子步),所加位移将随时间变化,从而产生非零初速度。下面的例子演示了如何施加初始条件 u0 = 1.0, v0 = 0.0: ... TIMINT,OFF ! Time integration effects off for static solution D,ALL,UY,1.0 ! Initial displacement = 1.0 TIME,.001 ! Small time interval NSUBST,2 ! Two substeps KBC,1 ! Stepped loads LSWRITE ! Write load data to load step file (Jobname.S01) ! Transient solution TIMINT,ON ! Time-integration effects on for transient solution TIME,... ! Realistic time interval DDELE,ALL,UY ! Remove displacement constrain
显示全部
相似文档