Hello every body,
There is a simple error called "value for parametric name can not be more than 80 parameters". This error is quite clear for me, and I know that every single name including surface name and ... must have less than 80 parameters. Sometimes When I create a new input file through ABAQUS CAE, some extra words are created next to some special names (for example one surface name). If the number of those extra words are not high, I can delete them easily in the input file, but sometimes I have a lot of surface names, and I really can not delete all of them. Below is one example of this situation:
Nset, set=LIG88_1s_CNS_, internal, instance=Part-1
Here, there is not any problem since the number of parameters are much less than 80. When I create another input file, the code in the input file is as below:
Nset, set=LIG88_1s_CNS_CNS_, internal, instance=Part-1
And after a few times I have:
Nset,set=LIG88_1s_CNS_CNS__CNS_CNS_CNS_CNS_CNS_CNS_CNS_CNS_CNS_CNS_CNS_CNS, internal, instance=Part-1
There are hundreds of this line in the input file, and I can not manage this situation very well. Have you ever encountered this situation? Is there any way in ABAQUS CAE to prevent this problem? I really appreciate if you give me a few hints.