Logo  

struct.link.model

Syntax

s := struct.link.model(p,idof)

Get the name of the 1-D force-displacement model used in degree-of-freedom idof. If the link attached condition is free or rigid, this function will return an empty string (see the struct.link.attach function). The currently available models are linear, normal-yield, shear-yield, and pile-yield.

Returns:

s - the name of the model used in degree of freedom idof, or an empty string if none is being used

Arguments:

p - a pointer to a structural link

idof - the degree-of-freedom, from 1 to 6 (1 to 3 in 2D)

⇄
  • Itasca Software 9.1 documentation »
  • Itasca Software Guide »
  • Structural Elements »
  • Structural Element Links »
  • FISH Functions »


⇐ struct.link.maxid | struct.link.model.area ⇒
Was this helpful? ... Itasca Software © 2024, Itasca Updated: Aug 13, 2024

9.1.13