Skip to content

prescribed displacement

Module: solid

Category: bc

Type string: "prescribed displacement"

Parameters

Name Description Default Units
dof dof -1 []
value value 0 [L]
relative relative false []

Description

The prescribed displacement boundary condition can be used to prescribe the value of the nodal displacement degrees of freedom.

If the relative flag is set to 1, then the value is relative with respect to the current position of the node at the time the boundary condition becomes active. This only has an effect in multi-step analyses.

<bc type="prescribed displacement" node_set="set1">
  <dof>x</dof>
  <value lc="1">1.0</value>
  <relative>0</relative>
<bc>

Although the prescribe displacement boundary condition with a value of zero can also be used to fix a certain nodal degree of freedom, the user should use the zero displacement boundary condition whenever possible, since this option causes the equation corresponding to the constrained degree of freedom to be removed from the linear system of equations. This results in fewer equations that need to be solved for and thus reduces the run time of the FE analysis. However, if the reaction forces are needed, you must use the prescribe displacement boundary condition, even if the value is zero.