*feabsorbtomassentity
Finds and absorbs relevant FE entities into mass entities.
Syntax
*feabsorbtomassentity config entity_type mark_id mark_behavior reconnect_rule distribution_type create_rule
Type
HyperMesh Tcl Modify Command
Description
Finds and absorbs relevant FE entities into mass entities.
Inputs
- config
- 1 - Point mass
- entity_type
- The type of entity to absorb. Valid values are groups and elements.
- mark_id
- The ID of the mark containing the entities to absorb. Valid values are 1 and 2.
- mark_behavior
- 0 - FE entities on mark_id will be ignored. FE absorb will be performed on all FE entities in the model.
- reconnect_rule
- The reconnect rule:
- distribution_type
- The distribution type for point mass:
- create_rule
- The entity creation rule for point mass:
Example
Absorb to point mass, considering all FE elements in the model:
*createmark elements 1 ""
*feabsorbtomassentity 1 elements 1 0 2 0 0
Absorb to NSM, considering all group entities in the model:
*createmark groups 1 ""
*feabsorbtomassentity 3 groups 1 0 2 0 0
Absorb to NSM, with group IDs 10 and 11 on the mark ID:
*createmark groups 1 10 11
*feabsorbtomassentity 3 groups 1 1 2 0 0
Absorb to rigid mass, considering all FE elements in the model:
*createmark elements 1 ""
*feabsorbtomassentity 2 elements 1 0 2 0 0
Absorb to rigid mass, with the elements 200 and 201 on the mark
*createmark elements 1 200 201
*feabsorbtomassentity 2 elements 1 1 2 0 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2017.2