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

【求助】这段fish语句错在哪

[复制链接]
发表于 2004-10-14 20:00:41 | 显示全部楼层 |阅读模式 来自 大连理工大学
这是手册上的例题fish beginner's guide的Example 1.9 Applying a nonlinear initial distribution of moduli
  
new
gen zone brick p0 (0,0,0) p1 (-10,0,0) p2 (0,10,0) p3 (0,0,-10)
model elas
def install
pnt = zone_head
loop while pnt # null
z_depth = -z_zcen(pnt)
y_mod = y_zero + cc * sqrt(z_depth)
z_prop(pnt, ’shear’) = y_mod / (2.0*(1.0+P_ratio))
z_prop(pnt, ’bulk’) = y_mod / (3.0*(1.0-2.0*P_ratio))
pnt = z_next(pnt)
end_loop
end
set p_ratio=0.25 y_zero=1e7 cc=1e8
install
  
运行总出错,提示"roperty "0" not found in zone 1
海底冬天 该用户已被删除
发表于 2010-11-8 14:55:09 | 显示全部楼层 来自 内蒙古包头
提示: 作者被禁止或删除 内容自动屏蔽
回复 不支持

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-3-29 22:08 , Processed in 0.052213 second(s), 14 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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