Skip to main content

input displacements of nodes in abaqus

Submitted by qiwensith on

I want to input the displacement of nodes in abaqus to caculate the reaction force. Anybody know how to do this?

Pardon me but I am confused: whether you want abaqus to report the displacements for some specific nodes or you want abaqus to force the specified displacements for some nodes? The later one can be achieved through boundary conditions. For the former, you may report the displacements for a set of nodes at the end of frames. Please correct me if I misinterpreted your query.

 regards

asim

Sat, 08/27/2011 - 14:14 Permalink

Hi asim, Thank you for the help. I want to specify displacements for some nodes.  Would you please tell me how to do this using the abaqus scripts?  For example, I have a set of nodes, whose displacements are listed in a text file. I want to use a script to read the file, and then impose the displacements to the nodes.

 

 

Mon, 08/29/2011 - 12:14 Permalink

Using python script you may prepare a Region object from the node list contained in a text file and then use this region object to define the boundary conditions through python command setValues, values being read from text file.

 regards

asim

P.S. Refer to abaqus 6.9.1 scripting reference manual section 8.15 & 41.3

Sat, 09/03/2011 - 06:45 Permalink