Logo  

struct.link.model.force

Syntax

m := struct.link.model.force(p<,idof>)

Get the current force in each 1-D force-displacement model. Will return a 6x1 matrix with the values in all six degrees-of-freedom, or if the optional idof argument is provided, the value in one specific degree-of-freedom.

The force is calculated by the 1-D force-displacement model in an incremental fashion from the incremental relative displacement of the link target and the host node (target minus node). See the struct.link.model.disp function.

Returns:

m - a 6x1 matrix representing the current force seen by each force-displacement model, or a single value in a specific degree-of-freedom

Arguments:

p - a structural link pointer

idof - an optional degree-of-freedom, from 1 to 6

⇄
  • FLAC3D 7.0 documentation »
  • Program Guide »
  • Structural Elements »
  • Structural Element Links »
  • FISH Functions »


⇐ struct.link.model.disp | struct.link.model.gap ⇒
Was this helpful? ... FLAC3D © 2019, Itasca Updated: Feb 25, 2024