命令流问题
浏览:40212 回答:1
各位大神:
/PREP7
ET,1,PLANE82
KEYOPT,1,3,1
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,EX,1,,2.06E11
MPDATA,PRXY,1,,0.3
MPDATA,EX,2,,2.0E11
MPDATA,PRXY,2,,0.3
以上命令为何会出现material property table exceeds the number of defined temperature.Number of temperature is 1. the number of data value is 2.
/PREP7
ET,1,PLANE82
KEYOPT,1,3,1
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,EX,1,,2.06E11
MPDATA,PRXY,1,,0.3
MPDATA,EX,2,,2.0E11
MPDATA,PRXY,2,,0.3
以上命令为何会出现material property table exceeds the number of defined temperature.Number of temperature is 1. the number of data value is 2.





















MPTEMP,1,0
这两个命令位置应该放在mpdata命令之后吧,你可以查查help中的mptemp的用法,自己查查更清晰哦!