\(\renewcommand{\AA}{\text{Å}}\)
fix_modify AtC mesh create_nodeset command
Syntax
fix_modify <AtC fixID> mesh create_nodeset <id> <xmin> <xmax> <ymin> <ymax> <zmin> <zmax>
AtC fixID = ID of fix atc instance
mesh create_nodeset = name of the AtC sub-command
id = id to assign to the collection of FE nodes
<xmin> <xmax> <ymin> <ymax> <zmin> <zmax> = coordinates of the bounding box that contains only the desired nodes
Examples
fix_modify AtC mesh create_nodeset lbc -12.1 -11.9 -12 12 -12 12
Description
Command to assign an id to a set of FE nodes to be used subsequently in defining boundary conditions.
Restrictions
None
Default
Coordinates are assumed to be in lattice units.