LS-DYNA钢板入水,K文件错误怎么修改?
如题跟据时党勇的《基于ANSYS/LS—DYNA8.1进行显式动力分析》钢板入水案例。K文件修改后提示如下错误,ANSYS版本为17.0,请教大神
*** Error 10246 (KEY+246)
line contains improperly formatted data
reading *SECTION card.
At line# 14406 of file
d:\ls-dyna\plate3w\plate3w-1.k
------------------------------------------------------------------------------
*SECTION_SOLID_ALE
------------------------------------------------------------------------------
*** Error 10246 (KEY+246)
line contains improperly formatted data
reading *SECTION card.
At line# 14408 of file
d:\ls-dyna\plate3w\plate3w-1.k
------------------------------------------------------------------------------
*SECTION_SOLID
------------------------------------------------------------------------------
*** Error 10246 (KEY+246)
line contains improperly formatted data
reading *SECTION card.
At line# 14416 of file
d:\ls-dyna\plate3w\plate3w-1.k
------------------------------------------------------------------------------
*CONTROL_ALE
------------------------------------------------------------------------------
*** Error 10450 (KEY+450)
in keyword command:
*ALE_MULTI-MATERIAL_FROUP
At line# 14419 of file
d:\ls-dyna\plate3w\plate3w-1.k
*** Warning 10435 (KEY+435)
lines being skipped - See messag or d3hsp files
*** Error 10157 (KEY+157)
SECTION 1 is not found
*** Error 10157 (KEY+157)
SECTION 1 is not found
*** Error 10157 (KEY+157)
SECTION 1 is not found
*** Warning 10861 (KEY+861)
Missing *ALE_MULTI-MATERIAL_GROUP definition for
ALE multi-material formulation 11. All parts defined with
ELFORM=11 will be taking material properties of the first
defined ELFORM=11 *PART.
*** Error 10125 (KEY+125)
Checking PART and SECTION definition input.
PART ID 1 with
SECTION ID 1 does not exist.
This is PART 1 in the order of input.
*** Error 10125 (KEY+125)
Checking PART and SECTION definition input.
PART ID 2 with
SECTION ID 1 does not exist.
This is PART 2 in the order of input.
*** Error 10125 (KEY+125)
Checking PART and SECTION definition input.
PART ID 3 with
SECTION ID 1 does not exist.
This is PART 3 in the order of input.
*** Error 10133 (KEY+133)
input data failed with: 10 errors
浏览了一下你的messag文件,这10个错误基本上是因为k文件的录入错误导致的,石老师这本书做为入门参考非常有价值,但是需要注意的是,k文件的格式有比较严格的要求,你在录入k文件时的数据错位,多余的空格和关键字的错别字都会导致计算没法开始。建议再仔细检查检查k文件。参数格式可以选择每个数十个长度,或者逗号隔开,同一个card里面两种格式不能混用,这些在开始学习dyna时都是要注意的地方