node

This command is used to construct a Node object. It assigns coordinates to the Node object. This is the same command that is available in OpenSees.

node $nodeTag (ndm $coords)

$nodeTag integer tag identifying node
$coords nodal coordinates (ndm arguments)


Example

#node $tag $xCrd $yCrd <$mass>
node    1   0.0   0.0

This example creates a node with node tag #1 in 2D space at the origin.


Code Developed by: Frank McKenna, University of California, Berkeley.

Bookmark the permalink.