fifiariff
Mechanical
- Apr 10, 2022
- 16
Hi Guys,
How do you include the external file as a boundary condition to abaqus input file?
For example,
i have thousand of nodes that i have to assign the displacement at the nodes.
This is my abaqus input file.
** BOUNDARY CONDITIONS
*Boundary
*include,input=u1.rpt
This is my external file "u1.rpt" that contains (no of nodes, first DOF, Last DOf, disp. value)
10,1,1,0.595
12,1,1,0.606
13,1,1,0.612
16,1,1,0.643
However, the following does not work and give error "Mesh does not exist This occurred while getting a region for a boundary condition. The boundary condition will be ignored".
Any help would be much appreciated
Thank you.
How do you include the external file as a boundary condition to abaqus input file?
For example,
i have thousand of nodes that i have to assign the displacement at the nodes.
This is my abaqus input file.
** BOUNDARY CONDITIONS
*Boundary
*include,input=u1.rpt
This is my external file "u1.rpt" that contains (no of nodes, first DOF, Last DOf, disp. value)
10,1,1,0.595
12,1,1,0.606
13,1,1,0.612
16,1,1,0.643
However, the following does not work and give error "Mesh does not exist This occurred while getting a region for a boundary condition. The boundary condition will be ignored".
Any help would be much appreciated
Thank you.