Navigation:  Calculation Modules > Analysis > ENERCALC 3D > Nodes >

Node Numbers

Previous pageReturn to chapter overviewNext page

A distinct integral number is assigned to each node.  Node numbers are used to define the connectivity of member and finite elements.  Duplicate numbers in nodes are not permitted.  There can be gaps in node numbering sequence.  The program will automatically renumber the nodes internally before performing the solution.  The order of node numbering in a model is insignificant to the final results, but it may affect the time and computer memory required to solve the model.  For a very large model, node renumbering may be important in order to reduce the half band width in the global stiffness matrix and therefore the solution time.  You may renumber the nodes sequentially based on nodal coordinates using the command Edit > Renumber Nodes.

 

Half Band Width (HBW) is defined as [Ref.7] as follows:

HBW

 

where m is the total number of structural elements, and the max dofel and min dofel are the maximum and minimum global degrees of freedom numbers associated with element el.

 

For example, in the screen captures below, models A and B are identical 3D frames (6 DOFs per node) but with different node numbering schemes.  Model A has a HBW of 6 * (9 + 1) = 60 while model B has a HBW of 6 * (5 + 1) = 36.  Therefore, model B is more economical than model A because of the reduction of half band width.  

 

FASTFR~1_img227

Model A: HBW=60

FASTFR~1_img228

Model B: HBW=36

< <