slimjimmy
Nuclear
- Apr 5, 2011
- 16
Hi Guys,
How do you apply a boundary condition to a specific node in an Abaqus input file? When an input file is generated a set is created for each node. Here is an example
** BOUNDARY CONDITIONS
**
** Name: BC-1 Type: Displacement/Rotation
*Boundary
*_PickedSet5, 1, 1, 0.1
*_PickedSet5, 2, 2, 0.2
*_PickedSet5, 3, 3, 0.01
*_PickedSet5, 4, 4
*_PickedSet5, 5, 5
*_PickedSet5, 6, 6
How can I apply a displacement to a node without creating a set? So instead of _PickedSet5 how can I change this to just a node number. The following does not work
*Boundary
1, 1, 1, 0.1
1, 2, 2, 0.2
1, 3, 3, 0.01
Any help would be much appreciated
How do you apply a boundary condition to a specific node in an Abaqus input file? When an input file is generated a set is created for each node. Here is an example
** BOUNDARY CONDITIONS
**
** Name: BC-1 Type: Displacement/Rotation
*Boundary
*_PickedSet5, 1, 1, 0.1
*_PickedSet5, 2, 2, 0.2
*_PickedSet5, 3, 3, 0.01
*_PickedSet5, 4, 4
*_PickedSet5, 5, 5
*_PickedSet5, 6, 6
How can I apply a displacement to a node without creating a set? So instead of _PickedSet5 how can I change this to just a node number. The following does not work
*Boundary
1, 1, 1, 0.1
1, 2, 2, 0.2
1, 3, 3, 0.01
Any help would be much appreciated