*EndSolverDefaults()
Indicates the end of the definition of the HyperStudy solver block.
Syntax
*EndSolverDefaults()
Application
HyperStudy
Context
HyperStudy preference files
Example
*BeginSolverDefaults()
• • •
         *RegisterSolverScript(os, "OptiStruct", { 
                               getenv("ALTAIR_HOME") + 
                               "/optistruct/bin/opti.exe" })
         *RegisterSolverScript(templex, "Templex",    { 
                               getenv("ALTAIR_HOME") + 
                               "/templex/bin/templex.exe" })
         *RegisterSolverScript(hf, "HyperForm",  { 
                               getenv("ALTAIR_HOME") + 
                               "/hf/bin/hfsol.bat" })
         *RegisterSolverScript(Ansys, "Ansys",  { 
                               "c:\AnsysED56\ansys.bat" })
         *RegisterSolverScript(Dyna, "Dyna", 
                              {"c:\LSDYNA\program\ls960-
                               nsmp.exe" })
• • •
*EndSolverDefaults()Comments
Only applies to HyperStudy preference file.