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

[后处理] 为什么我的选的控制点那里的力,力矩是0呢

[复制链接]
发表于 2013-4-7 18:02:22 | 显示全部楼层 |阅读模式 来自 广东广州
本帖最后由 478107371 于 2013-4-9 22:50 编辑

大仙们帮我看看!!我这里是管扭转的问题,我想得到加载端的荷载位移曲线,但是我输出的结果力矩,转角什么的全部为0。。。不知道是怎么回事
 楼主| 发表于 2013-4-7 18:03:30 | 显示全部楼层 来自 广东广州
Simdroid开发平台
模型如下

本帖子中包含更多资源

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

×
回复 不支持

使用道具 举报

 楼主| 发表于 2013-4-7 18:08:36 | 显示全部楼层 来自 广东广州
这个样子的明显不对啊,哪位大仙帮我看看怎么回事,哪里有问题?

本帖子中包含更多资源

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

×
回复 不支持

使用道具 举报

发表于 2013-4-28 17:24:42 | 显示全部楼层 来自 北京
实在抱歉,手头上没有abaqus软件,没办法帮你看模型,提点经验,你输出的实体单元节点上的转角和力矩吗?这样是不行的,实体单元没有转动自由度。
回复 不支持

使用道具 举报

发表于 2013-4-28 17:54:59 | 显示全部楼层 来自 北京
楼主你的版本是6.12的。。我6.11转不了。。能不能把你的jnl文件发上来,看看能不能转成脚本来执行一下。就是你的circle.jnl这个文件。
回复 不支持

使用道具 举报

 楼主| 发表于 2013-5-1 15:57:32 | 显示全部楼层 来自 广东深圳
huihappy 发表于 2013-4-28 17:24
实在抱歉,手头上没有abaqus软件,没办法帮你看模型,提点经验,你输出的实体单元节点上的转角和力矩吗?这 ...

我是做了一个耦合,在耦合点上施加的转角位移,最后用场输出得到的结果
回复 不支持

使用道具 举报

 楼主| 发表于 2013-5-1 15:59:32 | 显示全部楼层 来自 广东深圳
AsAlways 发表于 2013-4-28 17:54
楼主你的版本是6.12的。。我6.11转不了。。能不能把你的jnl文件发上来,看看能不能转成脚本来执行一下。就 ...

传了附件

本帖子中包含更多资源

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

×
回复 不支持

使用道具 举报

发表于 2013-5-1 17:48:47 | 显示全部楼层 来自 北京
478107371 发表于 2013-5-1 15:59
传了附件

from abaqus import *
upgradeMdb(
    'D:/abaqus\xb9\xa4\xd7\xf7\xc4\xbf\xc2\xbc/liu san-xing/circle-6.12-1.cae',
    'D:/abaqus\xb9\xa4\xd7\xf7\xc4\xbf\xc2\xbc/liu san-xing/circle.cae')
# Save by Administrator on Tue Apr 02 13:42:10 2013
from part import *
from material import *
from section import *
from assembly import *
from step import *
from interaction import *
from load import *
from mesh import *
from optimization import *
from job import *
from sketch import *
from visualization import *
from connectorBehavior import *
mdb.jobs['Couple_load'].submit(consistencyChecking=OFF, datacheckJob=True)
mdb.jobs['Couple_load']._Message(STARTED, {'phase': BATCHPRE_PHASE,
    'clientHost': 'Hanjun', 'handle': 0, 'jobName': 'Couple_load'})
mdb.jobs['Couple_load']._Message(ERROR, {
    'message': 'The executable pre.exe aborted with system error code 1073741819. Please check the .dat, .msg, and .sta files for error messages if the files exist.  If there are no error messages and you cannot resolve the problem, please run the command "abaqus job=support information=support" to report and save your system information.  Use the same command to run Abaqus that you used when the problem occurred.  Please contact your local Abaqus support office and send them the input file, the file support.log which you just created, the executable name, and the error code.',
    'jobName': 'Couple_load'})
mdb.jobs['Couple_load']._Message(JOB_ABORTED, {
    'message': 'The executable pre.exe aborted with system error code 1073741819. Please check the .dat, .msg, and .sta files for error messages if the files exist.  If there are no error messages and you cannot resolve the problem, please run the command "abaqus job=support information=support" to report and save your system information.  Use the same command to run Abaqus that you used when the problem occurred.  Please contact your local Abaqus support office and send them the input file, the file support.log which you just created, the executable name, and the error code.',
    'jobName': 'Couple_load'})
# Save by Administrator on 2013_04_05-19.47.17; build 6.12-1 2012_03_13-20.44.39 119612


最初建模的信息丢失掉了,我是没办法了。。等待有6.12 的人来解惑吧,其实我发现往往是这样,当别人的解答到了的时候,你自己也琢磨透了。自助者天助吧,楼主好运。
回复 不支持

使用道具 举报

发表于 2013-5-1 21:27:49 | 显示全部楼层 来自 江苏
478107371 发表于 2013-5-1 15:57
我是做了一个耦合,在耦合点上施加的转角位移,最后用场输出得到的结果 ...

要在step 模块中,提前建好历史场输出。
回复 不支持

使用道具 举报

 楼主| 发表于 2013-5-1 23:20:36 | 显示全部楼层 来自 广东广州
江冰韵 发表于 2013-5-1 21:27
要在step 模块中,提前建好历史场输出。

我是定义了历程和场输出,U和RF。。但是出来的话,力怎么是0呢
回复 不支持

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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