Issues with *MPC SS LINEAR nodes definition
Issues with *MPC SS LINEAR nodes definition
(OP)
Hi everybody,
I've been experiencing some issues in the definition of a *MPC SS LINEAR constraint between shell instance (s-1) nodes and 3D instance (F-1) nodes.
When I am writing in the input file the *MPC, I am exceeding 150 columns (see below) and Abaqus fails to interpret the constraint saying that the *MPC command line is truncated:
I have tried to wrap the text in different lines (as below) without success:
Does anybody know if there is a way to deal with large number of nodes in SS LINEAR multipoint constraint definition?
Thank you in advance
Federico
I've been experiencing some issues in the definition of a *MPC SS LINEAR constraint between shell instance (s-1) nodes and 3D instance (F-1) nodes.
When I am writing in the input file the *MPC, I am exceeding 150 columns (see below) and Abaqus fails to interpret the constraint saying that the *MPC command line is truncated:
*MPC SS LINEAR,s-1.759,F-1.44,F-1.1373,F-1.1374,F-1.1375,F-1.1376,F-1.1377,F-1.4,F-1.130,F-1.129,F-1.128,F-1.127,F-1.126,F-1.125,F-1.124,F-1.123,F-1.122,F-1.8 SLIDER,F-1.129,F-1.44,F-1.8
I have tried to wrap the text in different lines (as below) without success:
*MPC SS LINEAR,s-1.759,F-1.44,F-1.1373,F-1.1374,F-1.1375 F-1.1376,F-1.1377,F-1.4,F-1.130,F-1.129,F-1.128,F-1.127 F-1.126,F-1.125,F-1.124,F-1.123,F-1.122,F-1.8 SLIDER,F-1.129,F-1.44,F-1.8
Does anybody know if there is a way to deal with large number of nodes in SS LINEAR multipoint constraint definition?
Thank you in advance
Federico





RE: Issues with *MPC SS LINEAR nodes definition
RE: Issues with *MPC SS LINEAR nodes definition
Unfortunately adding a 0 at the beginning of the continued line doesn't solve my problem:
Here is the error message:
***ERROR: SINGLE NODE 759 INSTANCE S-1 IN MPC IS FOLLOWED BY 1 NODE SETS. THIS IS NOT ALLOWEDAny guess?