找回密码
 注册
Simdroid-非首页
查看: 549|回复: 20

[RecurDyn] ADAMS与RecurDyn接口

[复制链接]
发表于 2008-10-24 10:15:38 | 显示全部楼层 |阅读模式 来自 浙江温州
悬赏20仿真币未解决
我用的是ADAMS2003生成

 楼主| 发表于 2008-10-24 10:15:54 | 显示全部楼层 来自 浙江温州
Simdroid开发平台
!
!-------------------------- Default Units for Model ---------------------------!
!
!
defaults units  &
   length = mm  &
   angle = deg  &
   force = newton  &
   mass = kg  &
   time = sec
!
defaults units  &
   coordinate_system_type = cartesian  &
   orientation_type = body313
!
!------------------------ Default Attributes for Model ------------------------!
!
!
defaults attributes  &
   inheritance = bottom_up  &
   icon_visibility = on  &
   grid_visibility = off  &
   size_of_icons = 50.0  &
   spacing_for_grid = 1000.0
!
!------------------------------ Adams/View Model ------------------------------!
!
!
model create  &
   model_name = model_1
!
view erase
!
!--------------------------------- Materials ----------------------------------!
!
!
material create  &
   material_name = .model_1.steel  &
   youngs_modulus = 2.07E+005  &
   poissons_ratio = 0.29  &
   density = 7.801E-006
!
!-------------------------------- Rigid Parts ---------------------------------!
!
! Create parts and their dependent markers and graphics
!
!----------------------------------- ground -----------------------------------!
!
!
! ****** Ground Part ******
!
defaults model  &
   part_name = ground
!
defaults coordinate_system  &
   default_coordinate_system = .model_1.ground
!
! ****** Markers for current part ******
!
marker create  &
   marker_name = .model_1.ground.MARKER_3  &
   adams_id = 3  &
   location = 0.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
part create rigid_body mass_properties  &
   part_name = .model_1.ground  &
   material_type = .model_1.steel
!
part attributes  &
   part_name = .model_1.ground  &
   name_visibility = off
!
!----------------------------------- PART_2 -----------------------------------!
!
!
defaults coordinate_system  &
   default_coordinate_system = .model_1.ground
!
part create rigid_body name_and_position  &
   part_name = .model_1.PART_2  &
   adams_id = 2  &
   location = 0.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
defaults coordinate_system  &
   default_coordinate_system = .model_1.PART_2
!
! ****** Markers for current part ******
!
marker create  &
   marker_name = .model_1.PART_2.MARKER_1  &
   adams_id = 1  &
   location = 0.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
marker create  &
   marker_name = .model_1.PART_2.MARKER_2  &
   adams_id = 2  &
   location = 450.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
marker create  &
   marker_name = .model_1.PART_2.cm  &
   location = 225.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
marker create  &
   marker_name = .model_1.PART_2.MARKER_4  &
   adams_id = 4  &
   location = 0.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
part create rigid_body mass_properties  &
   part_name = .model_1.PART_2  &
   material_type = .model_1.steel
!
! ****** Graphics for current part ******
!
geometry create shape link  &
   link_name = .model_1.PART_2.LINK_1  &
   i_marker = .model_1.PART_2.MARKER_1  &
   j_marker = .model_1.PART_2.MARKER_2  &
   width = 45.0  &
   depth = 22.5
!
part attributes  &
   part_name = .model_1.PART_2  &
   color = RED  &
   name_visibility = off
!
!----------------------------------- Joints -----------------------------------!
!
!
constraint create joint revolute  &
   joint_name = .model_1.JOINT_1  &
   adams_id = 1  &
   i_marker_name = .model_1.ground.MARKER_3  &
   j_marker_name = .model_1.PART_2.MARKER_4
!
constraint attributes  &
   constraint_name = .model_1.JOINT_1  &
   name_visibility = off
!
!----------------------------------- Forces -----------------------------------!
!
!
!---------------------------------- Motions -----------------------------------!
!
!
constraint create motion_generator  &
   motion_name = .model_1.MOTION_1  &
   adams_id = 1  &
   type_of_freedom = rotational  &
   joint_name = .model_1.JOINT_1  &
   function = ""
!
constraint attributes  &
   constraint_name = .model_1.MOTION_1  &
   name_visibility = off
!
!---------------------------------- Accgrav -----------------------------------!
!
!
force create body gravitational  &
   gravity_field_name = gravity  &
   x_component_gravity = 0.0  &
   y_component_gravity = -9806.65  &
   z_component_gravity = 0.0
!
!----------------------------- Analysis settings ------------------------------!
!
!
!---------------------------- Function definitions ----------------------------!
!
!
constraint modify motion_generator  &
   motion_name = .model_1.MOTION_1  &
   function = "30.0d * time"
!
!--------------------------- Expression definitions ---------------------------!
!
!
defaults coordinate_system  &
   default_coordinate_system = ground
!
geometry modify shape link  &
   link_name = .model_1.PART_2.LINK_1  &
   width = (45.0mm)  &
   depth = (22.5mm)
!
material modify  &
   material_name = .model_1.steel  &
   youngs_modulus = (2.07E+011(Newton/meter**2))  &
   density = (7801.0(kg/meter**3))
!
model display  &
   model_name = model_1
回复

使用道具 举报

 楼主| 发表于 2008-10-24 10:16:10 | 显示全部楼层 来自 浙江温州
修改后
回复

使用道具 举报

 楼主| 发表于 2008-10-24 10:16:32 | 显示全部楼层 来自 浙江温州
!
!-------------------------- Default Units for Model ---------------------------!
!
!
defaults units  &
   length = mm  &
   angle = deg  &
   force = newton  &
   mass = kg  &
   time = sec
!
defaults units  &
   coordinate_system_type = cartesian  &
   orientation_type = body313
!
!------------------------ Default Attributes for Model ------------------------!
!
!
defaults attributes  &
   inheritance = bottom_up  &
   icon_visibility = on  &
   grid_visibility = off  &
   size_of_icons = 50.0  &
   spacing_for_grid = 1000.0
!
!------------------------------ Adams/View Model ------------------------------!
!
!
model create  &
   model_name = model_1
!
view erase
!
!--------------------------------- Materials ----------------------------------!
!
!
material create  &
   material_name = .model_1.steel  &
   youngs_modulus = 2.07E+005  &
   poissons_ratio = 0.29  &
   density = 7.801E-006
!
!-------------------------------- Rigid Parts ---------------------------------!
!
! Create parts and their dependent markers and graphics
!
!----------------------------------- ground -----------------------------------!
!
!
! ****** Ground Part ******
!
defaults model  &
   part_name = ground
!
defaults coordinate_system  &
   default_coordinate_system = .model_1.ground
!
! ****** Markers for current part ******
!
marker create  &
   marker_name = .model_1.ground.MARKER_3  &
   adams_id = 3  &
   location = 0.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
part create rigid_body mass_properties  &
   part_name = .model_1.ground  &
   material_type = .model_1.steel
!
part attributes  &
   part_name = .model_1.ground  &
   name_visibility = off
!
!----------------------------------- PART_2 -----------------------------------!
!
!
defaults coordinate_system  &
   default_coordinate_system = .model_1.ground
!
part create rigid_body name_and_position  &
   part_name = .model_1.PART_2  &
   adams_id = 2  &
   location = 0.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
defaults coordinate_system  &
   default_coordinate_system = .model_1.PART_2
!
! ****** Markers for current part ******
!
marker create  &
   marker_name = .model_1.PART_2.MARKER_1  &
   adams_id = 1  &
   location = 0.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
marker create  &
   marker_name = .model_1.PART_2.MARKER_2  &
   adams_id = 2  &
   location = 450.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
marker create  &
   marker_name = .model_1.PART_2.cm  &
   location = 225.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
marker create  &
   marker_name = .model_1.PART_2.MARKER_4  &
   adams_id = 4  &
   location = 0.0, 0.0, 0.0  &
   orientation = 0.0d, 0.0d, 0.0d
!
part create rigid_body mass_properties  &
   part_name = .model_1.PART_2  &
   material_type = .model_1.steel
!
! ****** Graphics for current part ******
!
geometry create shape link  &
   link_name = .model_1.PART_2.LINK_1  &
   i_marker = .model_1.PART_2.MARKER_1  &
   j_marker = .model_1.PART_2.MARKER_2  &
   width = 45.0  &
   depth = 22.5
!
part attributes  &
   part_name = .model_1.PART_2  &
   color = RED  &
   name_visibility = off
!
!----------------------------------- Joints -----------------------------------!
!
!
constraint create joint revolute  &
   joint_name = .model_1.JOINT_1  &
   adams_id = 1  &
   i_marker_name = .model_1.ground.MARKER_3  &
   j_marker_name = .model_1.PART_2.MARKER_4
!
constraint attributes  &
   constraint_name = .model_1.JOINT_1  &
   name_visibility = off
!
!----------------------------------- Forces -----------------------------------!
!
!
!---------------------------------- Motions -----------------------------------!
!
!
constraint create motion_generator  &
   motion_name = .model_1.MOTION_1  &
   adams_id = 1  &
   type_of_freedom = rotational  &
   joint_name = .model_1.JOINT_1  &
   function = ""
!
constraint attributes  &
   constraint_name = .model_1.MOTION_1  &
   name_visibility = off
!
!---------------------------------- Accgrav -----------------------------------!
!
!
force create body gravitational  &
   gravity_field_name = gravity  &
   x_component_gravity = 0.0  &
   y_component_gravity = -9806.65  &
   z_component_gravity = 0.0
!
!----------------------------- Analysis settings ------------------------------!
!
!
!---------------------------- Function definitions ----------------------------!
!
!
constraint modify motion_generator  &
   motion_name = .model_1.MOTION_1  &
   function = "30.0d * time"
!
!--------------------------- Expression definitions ---------------------------!
!
!
defaults coordinate_system  &
   default_coordinate_system = ground
!
geometry modify shape link  &
   link_name = .model_1.PART_2.LINK_1  &
   width = (45.0mm)  &
   depth = (22.5mm)
!
material modify  &
   material_name = .model_1.steel  &
   youngs_modulus = (2.07E+011(Newton/meter**2))  &
   density = (7801.0(kg/meter**3))
!
model display  &
   model_name = model_1
回复

使用道具 举报

 楼主| 发表于 2008-10-24 10:17:13 | 显示全部楼层 来自 浙江温州
输入RecurDyn
回复

使用道具 举报

 楼主| 发表于 2008-10-24 10:18:19 | 显示全部楼层 来自 浙江温州

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

 楼主| 发表于 2008-10-24 13:01:17 | 显示全部楼层 来自 浙江温州
求RecurDyn与ADAMS接口
回复

使用道具 举报

 楼主| 发表于 2008-10-25 09:57:55 | 显示全部楼层 来自 浙江温州
怎么才能将ADAMS的模型导入RD
回复

使用道具 举报

 楼主| 发表于 2008-10-25 10:19:52 | 显示全部楼层 来自 浙江温州
到底是什么错误
回复

使用道具 举报

 楼主| 发表于 2008-10-26 12:43:43 | 显示全部楼层 来自 浙江温州
到底是什么错误
回复

使用道具 举报

 楼主| 发表于 2008-10-29 09:10:50 | 显示全部楼层 来自 浙江温州
:Q
回复

使用道具 举报

 楼主| 发表于 2008-11-4 09:59:17 | 显示全部楼层 来自 浙江温州
DDDDDDDDDDDD
回复

使用道具 举报

 楼主| 发表于 2008-11-19 09:24:15 | 显示全部楼层 来自 浙江温州
到底是什么错误
回复

使用道具 举报

发表于 2009-6-11 01:21:47 | 显示全部楼层 来自 陕西宝鸡
我也碰到同样问题,如何将adams中的模型导入RD
回复

使用道具 举报

 楼主| 发表于 2009-6-16 04:02:17 | 显示全部楼层 来自 浙江温州
...................
回复

使用道具 举报

发表于 2009-6-19 15:59:34 | 显示全部楼层 来自 广东深圳
把adams中的文件保存成adm格式,然后导进RD中就可以了 。导入后的约束关系都还是一样,不用重新约束了,只要设置了仿真的时间和步长,就可以直接仿真了。
回复

使用道具 举报

 楼主| 发表于 2009-6-24 12:20:46 | 显示全部楼层 来自 浙江温州
16# ouxiefeng
把adams中的文件保存成adm格式,然后导进RD中就可以了 。导入后的约束关系都还是一样,但是没模型
回复

使用道具 举报

发表于 2010-4-14 13:24:40 | 显示全部楼层 来自 江苏南京
楼主,问题解决了吗?我也遇到这个问题,头疼
回复

使用道具 举报

发表于 2010-5-5 16:02:47 | 显示全部楼层 来自 江苏镇江
我看了一下,好像是ADAMS中的模型可以导入到Rd,但是RD中的不能导入到ADAMS中,是不是我的ADAMS版本过低,我的是2005版本的
回复

使用道具 举报

发表于 2010-5-6 02:18:43 | 显示全部楼层 来自 华南理工大学
图片太小了,连错误信息都看不清
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-4-28 20:15 , Processed in 0.056913 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表