*plotmassdistribution

Plots the distribution of the mass assigned on nodes.

Syntax

*plotmassdistribution solvermass_id

Type

HyperMesh Tcl Modify

Description

Plots the mass distribution data assigned at nodal level for Radioss ADMAS type 5.

Inputs

solvermass_id
The ID of the solvermass of type 5.

Examples

Plot mass distribution of solvermass with id 25:

*plotmassdistribution 25

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

2019