HyperWorks Tools

::hwat::utils::FindMaximumPenetration

::hwat::utils::FindMaximumPenetration

Previous topic Next topic No expanding text in this topic  

::hwat::utils::FindMaximumPenetration

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::FindMaximumPenetration - Finds the maximum penetration.

 

SYNTAX

::hwat::utils::FindMaximumPenetration {Elemlist} {Nodelist}

 

ARGUMENTS

Elemlist

A Tcl list of elements of the master assembly.

Nodelist

A Tcl list of nodes of the slave assembly.

 

RETURNS

A Tcl list containing the node ID of the node with the maximum penetration and the magnitude of the maximum penetration if successful, 0 if unsuccessful.

For example: [list 145 2.234]

 

EXAMPLE

::hwat::utils::FindMaximumPenetration [list 1002 1003 … 2002] [list 101 102 .. 509]

 

Comments

Will return 0 if there is no penetration.

 

See also

Utils Functions