Hi all,
I have a problem with INITial DISPlacements command. I am writing UEL for material model with 15 DOF per node. To specify initial conditions at all (27) nodes, I wrote:
BATCh
INITial DISPlacements
END
1 1 0. 0. 0. 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0
27 0 0. 0. 0. 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0 304.0
However the number of entries exceed 16 (here are 17 per line).
Consequently, the last entry (12th 304.0) isn't read by FEAP, and an arbitrary value is assigned to it during the analysis.
Is there any possibility to continue the data on next line?
P.S: If I use PARAmeter command, e.g.
PARAmeter
r = 304.00
.
.
.
BATCh
INITial DISPlacements
END
1 1 0. 0. 0. r r r r r r r r r r r r
27 1 0. 0. 0. r r r r r r r r r r r r
FEAP neglects value of "r" completely and assigns zero values to all DOFs.