Skip to content

nodal_force

Module: solid

Category: load

Type string: "nodal_force"

Parameters

Name Description Default Units
relative relative false []
value value {0,0,0} [F]
shell_bottom shell_bottom false []

Description

This nodal load defines a force that is applied to each node in the node set. The value parameter sets the force vector. An optional load curve can be defined to scale the vector.

<nodal_load type="nodal_force" node_set="set1">
  <value lc="1">1,0,0</scale>
</nodal_load>