*morphapplyfesolver

Invokes the finite element solver solution for all perturbed domains with a limited number of elements.

Syntax

*morphapplyfesolver

Type

HyperMesh Tcl Modify Command

Description

This command will invoke a finite element solver, specified by the fesolver parameter, and solve for the internal perturbations for all domains which have fewer elements than that specified by the fesolverlimit parameter using enforced displacements applied at the domain handles, edges, and/or faces. The command will either use the properties and materials specified for the mesh or generate properties and materials automatically depending on the feuser parameter.

This command has no arguments but uses several parameters when it is executed which are described below. These parameters can be updated using the *morphupdateparameter command.

Inputs

fesolver
0 - Linear solver (OptiStruct)
1 - Nonlinear solver (Radioss)
fesolverlimit
Domains containing less than this number of elements will be updated.
feuser
0 - Use automatically generated properties and materials
1 - Use properties and materials currently for the mesh

Example

To invoke the FE solver:

*morphapplyfesolver

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

10.0