{{ post.title }}
글 편집
글 편집 (이전 에디터)
{{ post.author.name }}
完成日期
Version | {{ post.target_version }} | Product |
{{ product.name }}
|
---|---|---|---|
Tutorial/Manual | {{ post.manual_title }} | Attached File | {{ post.file.upload_filename }} |
用MBD for ANSYS执行仿真后,会生成多个结果文件。如果wbpj文件所在文件夹的名称是ResultFolder,则会在以下位置创建:ResultFolder\ResultFolder_files\user_files\SYS)
每个文件定义如下。
- *.msg (Message) : 使用text格式,与Solver仿真相关的数据。可检查仿真所需时间,DOFs等信息。
- *.rad : 保存已仿真的动画结果。
- *.ran : 保存已仿真的动画结果。
- *.rmd : text Poomet,Solver用于仿真模型的全部数据。(实体,连接副,力元件等)
- *.rplt : Plot的仿真结果数据。可以直接在RecurDyn Viewer的Plot模式下使用Import。
- *.rbx : MBD for ANSYS中的Body,Joint,Force,Contact等对象数据。面向RecurDyn Viewer的模型信息文件。
- *.sdk : RecurDyn或RecurDyn Viewer中的Import模型数据。(注意,如果在RecurDyn或RecurDyn Viewer中使用Import,则*.rbx,*.x_b文件也必须存在于同一文件夹中)
- *.x_b : MBD for ANSYS仿真模型中使用的CAD数据文件。
- Contact output file (*.con ) : Solver将Geo Contact对象记录的所有Contact information显示为text文件。(text格式如下)
- Time : Simulation Time
- NCP : Total number of calculated contact points
- NO : Current contact point number
- X_RefPos : Position X of Output Reference Marker from Global
- Y_RefPos : Position Y of Output Reference Marker from Global
- Z_RefPos : Position Z of Output Reference Marker from Global
- Z_EulerA : Z Euler Angle of Output Reference Marker from Global
- X_EulerA : X Euler Angle of Output Reference Marker from Global
- Z_EulerA : Z Euler Angle of Output Reference Marker from Global
- X_ConPos : Position X of Calculated Contact Reference Frame from Global
- Y_ConPos : Position Y of Calculated Contact Reference Frame from Global
- Z_ConPos : Position Z of Calculated Contact Reference Frame from Global
- X_NorDir : Normal Direction X of Calculated Contact Reference Frame from Global
- Y_NorDir : Normal Direction Y of Calculated Contact Reference Frame from Global
- Z_NorDir : Normal Direction Z of Calculated Contact Reference Frame from Global
- X_TanDir : Tangent(Friction) Direction X of Calculated Contact Reference Frame from Global
- Y_TanDir : Tangent(Friction) Direction Y of Calculated Contact Reference Frame from Global
- Z_TanDir : Tangent(Friction) Direction Z of Calculated Contact Reference Frame from Global
- Pen : Penetration Dept
- PenVel : Penetration Depth Velocity or Relative Velocity in Normal Direction
- TanVel : Relative Velocity in Tangent Direction
- FricCoeff : Friction Coefficient
- NorForce : Normal Force Magnitude
- FricForce : Friction Force Magnitude
这里特别重要的文件是MBDResult.sdk。打开该文件时,您将看到与该文件相关联的MBDResult.rbx和MBDResult.x_b,以及MBDResult.ran和MBDResult.rplt的文件名都已保存。
因此,如果更改结果文件的名称,MBDResult.sdk内的文件名也应适当更改。