Link Search Menu Expand Document
Converted document
 Subsection 3.12.1: Nodal Loads Up Subsection 3.12.1: Nodal Loads Subsubsection 3.12.1.2: nodal_force 

3.12.1.1 nodal_load

The nodal_load adds a value directly to the corresponding degrees of freedom in the global external load vector. When the loads are applied to displacement degrees of freedom, the forces always point in the same direction and do not deform with the geometry (i.e. they are non-follower forces). For other degrees of freedom they define a constant normal flux.
<nodal_load type="nodal_load" node_set="set1">
  <dof>x</dof>
  <scale lc="1">1.0</scale>
</nodal_load>
The dof parameter defins the degree of freedom. The following values are allowed:
x apply force in -direction
y apply force in -direction
z apply force in -direction
p apply normal volumetric fluid flow rate
c  apply normal molar solute flow rate
t apply normal heat flux (heat transfer analysis)
For solutes, replace “ ” with the solute id from the global solute table (Section 3.4.2↑); for example, “c2”.
An optional loadcurve can be specified for the scale parameter with the lc attribute.
 Subsection 3.12.1: Nodal Loads Up Subsection 3.12.1: Nodal Loads Subsubsection 3.12.1.2: nodal_force