zoukankan      html  css  js  c++  java
  • ABAQUS 转子动力学载荷

    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 *AMPLITUDE 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
    *************************************************

  • 相关阅读:
    回调函数(callback)是什么?
    类和对象的关系
    前端性能优化十四个规则:
    响应时间过长而导致网页问题的原因?
    给老爸更换电脑
    Notes for "Python in a Nutshell"
    Debian Jessie升级至Stretch小记
    将LibreOffice文档转换为豆瓣日记
    将Emacs Org任务树导出至Freeplane思维导图
    GNU/Linux下Freeplane的界面渲染问题
  • 原文地址:https://www.cnblogs.com/redfenglin/p/9223426.html
Copyright © 2011-2022 走看看