*realizesolvermassestomasselements

Creates mass elements from solver mass entities.

Syntax

*realizesolvermassestomasselements mark_id

Type

HyperMesh Tcl Modify Command

Description

Creates mass elements from solver mass entities.

This is mainly useful in solver conversion from LS-DYNA to other solvers that support nodal mass elements.

Inputs

mark_id
The ID of the mark of solver masses of type NODE or NODE_SET to realize.

Examples

To convert all the nodal solver masses:

*createmark solvermasses 1 "by config" 105
*realizesolvermassestomasselements 1

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

2020.1