Ply bundle -free size to size
Rahul_P1
Altair Employee
I do an analysis to have a .fem file, then i open it and modify as follows:
OUTPUT,FSTOSZ,YES,ADVMAN,4
I input for all my plies a TMANUF of 0.25mm.
But when I run the Free Size and I import the result *.sizing.fem and I rightclick on laminate, I think that the ADVMAN command do not run because I have the following warning in the .out:
*** WARNING # 1486
Ignoring data in field no. 5.
Detected while reading line 10 from file triangle - with ADVMAN.fem:
'OUTPUT,FSTOSZ,YES,ADVMAN,4'
Tagged:
0
Answers
-
The output command works with options in sequence, OUTPUT, keyword, frequency, option1, option2
So your command should read OUTPUT, FSTOSZ,YES,4,ADVMAN
0