博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ABAQUS 转子动力学载荷
阅读量:5247 次
发布时间:2019-06-14

本文共 2185 字,大约阅读时间需要 7 分钟。

Data lines to define rotordynamic loads (Abaqus/Standard only): 
用于定义转子动力载荷的数据线(仅限Abaqus / Standard):

First line:

  • Element number or element set label.   [ 元素编号或元素集标签 ]

  • Distributed load type label ROTDYNF.   [分布式加载类型标签ROTDYNF ]

  • Actual magnitude of the load, which can be modified by the use of the  option.   [ 负载的实际大小,可以通过使用* AMPLITUDE选项进行修改 ]

  • Coordinate 1 of a point on the axis of rotation.   [ 坐标1在旋转轴上的一个点 ]

  • Coordinate 2 of a point on the axis of rotation.   [ 坐标2在旋转轴上的一个点 ]

  • Coordinate 3 of a point on the axis of rotation.   [ 坐标3在旋转轴上的一个点 ]

  • 1-component of the direction cosine of the axis of rotation.   [ 旋转轴方向余弦的1分量 ]

  • 2-component of the direction cosine of the axis of rotation.   [ 旋转轴方向余弦的2分量 ]

  • 3-component of the direction cosine of the axis of rotation.   [ 旋转轴方向余弦的3分量 ]

Rotordynamic loads are supported only for three-dimensional continuum and cylindrical elements, shell elements, membrane elements, beam elements, and rotary inertia elements. The spinning axis defined as part of the load must be the axis of symmetry for the structure. Therefore, beam elements must be aligned with the symmetry axis. In addition, one of the principal directions of each loaded rotary inertia element must be aligned with the symmetry axis, and the inertia components of the rotary inertia elements must be symmetric about this axis.

[ Rotordynamic负载仅支持三维连续体和圆柱体单元,壳单元,膜单元,梁单元和旋转惯性单元。 定义为负载一部分的旋转轴必须是结构的对称轴。 因此,梁单元必须与对称轴对齐。 另外,每个负载旋转惯性元件的主方向之一必须与对称轴对齐,并且旋转惯性元件的惯性分量必须关于该轴对称 ]

Repeat this data line as often as necessary to define rotordynamic loads for different elements or element sets.

[ 根据需要重复此数据行以定义不同元素或元素集的转子动力载荷 ]

 

示例:

****** 1000 Spin Speed Case

*STEP, NLGEOM=YES, UNSYMM=YES, NAME=Static_1000RPM
*STATIC
1,1,
*DLOAD
ALL, ROTDYNF, 104.71975511966, 0,0,0, 0,1,0
*OUTPUT, FIELD, FREQ=0
*END STEP
*STEP, NAME=RealFreq_1000RPM
*FREQUENCY, EIGENSOLVER=LANCZOS, SIM, PROPERTY EVALUATION=16.6666666666667
80,,,-10.
*OUTPUT, FIELD, FREQ=0
*END STEP
*STEP, UNSYMM=YES, NAME=ComplexFreq_1000RPM
*COMPLEX FREQUENCY, PROPERTY EVALUATION=16.6666666666667
40,,,
*OUTPUT, FIELD, VARIABLE=PRESELECT
*END STEP
*************************************************

 

转载于:https://www.cnblogs.com/redfenglin/p/9223426.html

你可能感兴趣的文章
centos下同时启动多个tomcat
查看>>
slab分配器
查看>>
数据清洗
查看>>
【读书笔记】C#高级编程 第三章 对象和类型
查看>>
Struts2工作原理
查看>>
针对sl的ICSharpCode.SharpZipLib,只保留zip,gzip的流压缩、解压缩功能
查看>>
【转】代码中特殊的注释技术——TODO、FIXME和XXX的用处
查看>>
【SVM】libsvm-python
查看>>
C++循环单链表删除连续相邻重复值
查看>>
渣渣小本求职复习之路每天一博客系列——Java基础(3)
查看>>
Jmeter接口压力测试,Java.net.BindException: Address already in use: connect
查看>>
ASP.NET使网页弹出窗口不再困难
查看>>
Leetcode Balanced Binary Tree
查看>>
Leetcode 92. Reverse Linked List II
查看>>
windown快速安装xgboost
查看>>
Linux上安装Libssh2
查看>>
九.python面向对象(双下方法内置方法)
查看>>
go:channel(未完)
查看>>
[JS]递归对象或数组
查看>>
LeetCode(17) - Letter Combinations of a Phone Number
查看>>