HyperWorks Tools

::hwat::utils::SetSolver

::hwat::utils::SetSolver

Previous topic Next topic No expanding text in this topic  

::hwat::utils::SetSolver

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

NAME

::hwat::utils::SetSolver - Sets the global SOLVER variable and sources the solver specific files.  If the solver name passed is the same as the SOLVER variable, the files are not sourced.

 

SYNTAX

::hwat::utils::SetSolver [solverName]

 

ARGUMENTS

solverName

The name of the solver viz dyna, radioss, madymo (default = "").

 

RETURNS

The current solver name if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::SetSolver dyna.

 

Comments

If no solver name is given the function returns the current value of the SOLVER variable.

 

 

See also

Utils Functions