wrapped the additional data onto the next line; i.e. start the next line with item 17 18 etc. Then go to the following line for
the next node.
Hi FEAP Admin,
I am using FEAP
8.2 and I have wrapped the additional values in INITial DISPlacement record on next line, i.e.
BATCh
INITial DISPlacement
END
1 0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0
3.0
27 0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0
3.0
and when I submitted the input file to FEAP, the result was FEAP crash, with an error in Output file:
Material Number 1 for User Element Type 11
Degree of Freedom Assignments Local Global
Number Number
1 0
2 0
3 0
4 0
5 0
6 0
7 0
8 0
9 0
10 0
11 0
12 0
13 0
14 210840
15 130420
*ERROR* ENDCLR: End of file encountered in TINPUT
Unit Number = 15
I have then modified the program/plinka.f (as suggested by Colin, above), by adding
40 if(.not.pcomp(yyy(i:i+2),fend,3)) then
iclink = iclink + 1
go to 10
else
write(iop,*) !extra line as suggested by Colin McAuliffe
close(iop)
endif
but the error persists. I guess the solution suggested by Colin is for EBOUN, EDISP records, and perhaps it does not work with record inside BATCh - END.
Is there any possibility to specify initial values for more than 15 DOF/displacements in FEAP input file?
I have attached the input file for this problem.