ansys多工况组合

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

ANSYS荷载工况组合计算实例

∙1相关命令

∙ 1.1 LCDEF

∙ 1.2LCFACT

∙ 1.3SUMTYPE

∙ 1.4LCOPER

∙ 1.5LCASE1

∙ 1.6LCWRITE

∙ 1.7其他命令

2实例

在实际工程计算中,往往需要分析多种不同荷载组合总用下的结构响应,比如恒载、活荷载、风荷载等的组合,有些是荷载位置不同,有些则是荷载大小差异。

ANSYS做不同荷载工况组合分析,要么是每一种工况用单独的APDL进行运算,每个工况一套文件;要么就是利用分析结果,在一个计算文件中,用不同的荷载步定义荷载组合,再用工况组合功能来实现我们的分析目标。

下面总结一下实现荷载工况组合的方法

1.相关命令

1.1. LCDEF

LCDEF, LCNO, LSTEP, SBSTEP, KIMG 从结果文件中创建一个工况

其中常用参数为:

LCNO

工况编号,是1~99之间的一个数字,作为指针,将工况与计算文件中的荷载步和荷载子步联系起来

LSTEP

用于定义工况的荷载步

SBSTEP

用于定义工况的荷载子步,默认为荷载步的最后一个子步

KIMG

用于复数分析,0-用实部;1-用虚部

1.2.LCFACT

LCFACT, LCNO, FACT 定义工况的分项系数

其中,Lcno为工况编号,fact为分项系数

1.3.SUMTYPE

SUMTYPE, Label 为工况组合设置数据组合类型

Lable参数有两个选项,分别为

∙COMP—Combine element component stresses only. Stresses such as average nodal stresses, principal stresses, equivalent stresses, and stress intensities are derived from the combined element component stresses. Default. 此选项为只将单元应力进行组合,节点平均应力、主应力、等效应力等则从组合后的单元应力中求解(不知道这样理解是否合适呢。。。) ∙PRIN—Combine principal stress, equivalent stress, and stress intensity directly as stored on the results file. Component stresses are not available with this option.对主应力、等效应力、应力强度等直接根据结果文件进行组合。所以平时在计算主应力等结果时候多用次选项。

1.4.LCOPER

LCOPER, Oper, LCASE1, Oper2, LCASE2 对荷载工况进行操作

Oper

∙ZERO—Zero results portion of database (LCASE1 ignored).结果数据库中为零的部分?

∙SQUA—Square database values (LCASE1 ignored).数据结果取平方

∙SQRT—Square root of database (absolute) values (LCASE1 ignored).结果数据开平方根

∙LPRIN—Recalculate line element principal stresses (LCASE1 ignored). Stresses are as shown for the NMISC items of the ETABLE command for the specific line element type.计算线性主应力

∙ADD—Add LCASE1 to database values.将工况1增加到求解数据库中

∙SUB—Subtract LCASE1 from database values.将工况1从求解数据库中删除

∙SRSS—Square root of the sum of the squares of database and LCASE1.将求解数据库和工况1之和进行开平方

∙MIN—Compare and save in database the algebraic minimum of database and LCASE1.将数据库和工况1中的代数比较小者存入现有数据库

∙MAX—Compare and save in database the algebraic maximum of database and LCASE1.将数据库和工况1中的代数较大者存入现有数据库

∙ABMN—Compare and save in database the absolute minimum of database and LCASE1 (based on magnitudes, then apply the corresponding sign).将数据库和工况1中绝对值较小者存入现有数据库

∙ABMX—Compare and save in database the absolute maximum of database and LCASE1 (based on magnitudes, then apply the corresponding sign).将数据库和工况1中绝对值较大者存入现有数据库

1.5.LCASE1

First load case in the operation (if any). See LCNO of the LCDEF command. If ALL, repeat operations using all selected load cases .工况运算的第一个工况,由LCDEF命令指定,如果为all,则对所有已选择的工况重复命令。

Oper2

MULT—乘法运算: LCASE1*LCASE2

CPXMAX—此选项用于复数运算,将工况1作为实部,工况2作为虚部。This option does a phase angle sweep to calculate the maximum of derived stresses and equivalent strain for a complex solution where LCASE1 is the real part and LCASE2 is the imaginary part. The Oper field is not applicable with this option. Also, the LCABS and SUMTYPE commands have no effect on this option. The value of S3 will be a minimum. This option does not apply to derived displacement amplitude (USUM). Load case writing (LCWRITE) is not supported. See POST1

相关文档
最新文档