HyperWorks Tools

::hwat::solver::CreateInfiniteRigidWall

::hwat::solver::CreateInfiniteRigidWall

Previous topic Next topic No expanding text in this topic  

::hwat::solver::CreateInfiniteRigidWall

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

NAME

::hwat::solver::CreateInfiniteRigidWall - Creates a infinite rigid wall.

 

SYNTAX

::hwat::solver::CreateInfiniteRigidWall sectionName templatePath  baseNode normalVect frictionCoeff type assemName

 

ARGUMENTS

sectionName

Name to give the newly created group in HM.

templatePath

Path for the solver template.

baseNode

Base node for the rigid wall.

normalVect

Normal vector for the rigid wall.

frictionCoeff

Friction coeff.

type

The type of rigid wall.

assemName

Component entity set to slave to rigid wall. (default = "").

 

RETURNS

Group ID if successful, {} otherwise.

 

EXAMPLE

set newSecPass [::hwat::solver::dyna::CreateInFiniteRigidWall MIDRAIL_L "S:/Altair"  19 1 0.5 "RWPlanar" "TIRE"

 

See also

::hwat::solver::CreateFiniteRigidWall

Solver Functions