Elements

Top  Previous  Next

TopMenuElements

 

An Element connects two Nodes with each other. Each Element has to be assigned a Material and a Section. Before defining an Element, at least one Material and one Section have to be defined first.

 

Element properties

The Element user-defined properties are the following:

Material ID

Section ID

Node i ID (Start Node)

Node j ID (End Node)

Elements1

 

The derived Element properties (Read-only properties, calculated automatically by the program) are the following:

Length: Length of the Element (in Length units, for example m). It is calculated based on the locations of the Start (i) and End (j) Nodes, as L=sqrt[(Xj-Xi)2+(Yj-Yi)2].

Angle: Orientation Angle of the Element (in Angle units, for example deg), measured counter-clockwise from the horizontal. When the Angle is zero, the Element points to the right (+X Global axis).

Volume: Volume of the Element (in Volume units, for example m3). It is calculated as the Length of the Element times the Area of the Cross section, V=L*A.

Mass: Mass of the Element (in Mass units, for example kg). It is calculated as the Volume of the Element times the Density of the Material, M=V*d.

Yield Load: Yield Load of the Element (in Stress units, for example MPa). It is calculated as the Yield Stress of the Material times the Area of the Cross section, Fy=fy*A.

Buckling Load: Euler's Critical Buckling Load (in Force units, for example kN). It is calculated as BL = -π2*E*I/L2, where I is the Moment of Inertia of the Section. BL is always reported with a negative sign (compression), as it is the compressive load at which a slender member will suddenly buckle.

 

 

Add new Element

To add a new Element, select the Material and the Section and type the Start and End Nodes of the new Element. Then click the "Add new" button.

 

Edit an existing Element

You can click on the table and you can easily edit the properties of an already existing Element. Any change you make is automatically reflected to the Model on the screen.

 

Select existing Element(s)

You can click on a row number to select one or more Elements. Then you can apply actions to the selected Elements (renumber, move/copy, divide, delete, etc).

 

Elements1Select

 

Selection tools

This tab provides tools for the selection of Elements. For example, you can select (add to selection) or deselect (remove from selection) all the Elements that are assigned a specific Material and/or a specific Section. This is useful when for example you need to Delete all the Elements with a specific Section. You can also Select all Elements, or Clear the selection.

 

Elements2

 

 

Renumber Elements

In order to perform this action, first you have to select the entire row(s) of the corresponding Element(s) and then apply the action.

 

Elements3

 

This tool is for the renumbering of (the selected) Elements, based on various criteria:

"Min/Max X-Coord.": If the sort order is "Ascending", then the Min X-Coordinate of the Element is used. If the sort order is "Descending", then the Max X-Coordinate is used.

"Min/Max Y-Coord.": If the sort order is "Ascending", then the Min Y-Coordinate of the Element is used. If the sort order is "Descending", then the Max Y-Coordinate is used.

"Min/Max Node ID": If the sort order is "Ascending", then the Min Node ID of the Element is used. If the sort order is "Descending", then the Max Node ID is used.

"Start Node (i) ID"

"Start Node (i) X-Coord."

"Start Node (i) Y-Coord."

"End Node (j) ID"

"End Node (j) X-Coord."

"End Node (j) Y-Coord."

 

First, the Elements have to be selected. Then we select the "Sort by" field and then the sort order (ascending or descending). Finally, we click the "Renumber" button.

Important: Renumbering is done for the selected Elements. The non-selected Elements remain unchanged. To renumber all Elements, all Elements have to be selected first.

 

Move/Copy Elements

In order to perform this action, first you have to select the entire row(s) of the corresponding Element(s) and then apply the action.

This tool is used for moving or copying Elements. The user specifies the Move/Copy Vector {V}={dX, dY}.

 

Elements4

 

 

Move Elements

Multiple Elements (one or more) can be selected to be moved at once.

Move Elements can only be applied once (only one time), not a number of times (only copy works with the option to apply it over a number of times).

With the Move command, several Elements can be moved together to new locations. The user defines the move vector as {dX, dY}.

Elements are moved together with any Elemental Loads on them.

If an Element is moved that is not connected to other Elements, then its start and end nodes are actually moved (see Example 1 below), together with any Constraints, Springs and Nodal Loads on them. As a result, the element moves.

If an Element is moved that was previously connected to other Elements via common Nodes (Elements that are not selected to move, also), then the Element is detached from the other Elements and new Nodes are generated to define its new position. The previous Nodes stay connected with the other Elements, together with any Constraints, Nodal Loads or Springs they had (see Example 1 below).

If an Element is moved and there is already an existing Node in the new position (either at the start i or at the end j of the new position of the Element, or at both ends i and j), then the existing Node is used for the definition of the Element, i.e. the Element is connected to the existing Node (see Example 2 below).

 

Example 1 - Moving Elements, detaching Elements from Nodes

 

In the example below (left), Elements 3 and 4 are moved with the vector {DX=1, DY=0}. The result of the operation is shown on the right.

ElementsMove1

 

Note the following:

Element 4 is moved together with its Nodes.

Element 3 is detached from Elements 1 and 2 and it is now on its own, not connected to other Elements.

2 new Nodes have been automatically generated for this (Nodes D and E in the model on the right).

Some Node renumbering has occurred as a result of the operation. Element 4 connected Nodes D and E before, while after the operation it connects Nodes F and G. You can use the Nodes renumbering tool to renumber Nodes, if needed.

The Nodal Load on Node D is moved together with the Node (numbered as Node G after the operation). The Nodal Loads on Nodes B and C stay with the old Nodes.

 

Example 2 - Moving Elements, attaching Elements to Nodes

 

In the example below (left), Elements 3 and 5 are moved with the vector {DX=-1, DY=0}. The result of the operation is shown on the right.

 

ElementsMove2

 

 

 

After the move operation, the end Node (I) of Element 5 is merged with the existing Node F and the Element is attached (connected) to Node F. As a result, Element 5 is now connected to Element 4. Nodal loads and springs are combined in this case. The new Nodal Load on Node E (new numbering) is 10-7=3, while the new spring stiffness is 50+100=150.

Element 3 is detached from Node D. And now Element 3 is connected to Nodes B and C. The two supports are combined on the top end of the element. Node C now has a pinned support, while the previous supports were two rollers that are now combined. Supports are not combined at the bottom end of Element 3, as the roller support of Node D stays behind, together with the Node which is still needed for the definition of Element 6.

 

Copy Elements

Multiple Elements (one or more) can be selected to be copied at once.

Copy Elements can be applied multiple times (up to 50) with a single click.

With the Copy command, several Elements can be copied to new locations. The user defines the copy vector as {dX, dY} and the number of times the operation will be applied.

If the check box "Copy Elemental Loads" is checked, Elements are copied together with their Elemental Loads.

By default, the "Copy Elemental Loads" check box is checked. This can be changed by the user.

 

Example 3 – Copying Elements

Copy Elements works similarly with Move Elements, but this time new Elements are created instead of moving already existing ones. See the example below:

 

ElementsCopy1

 

 

We now copy Elements 1, 2, 3 and 4 with the vector {DX=2, DY=0}, 3 times. The "Copy Elemental Loads" check box is checked. The result of the operation is shown in the figure:

New Elements and Nodes are created and as a result we now have a fully connected Truss structure.

Node E was already at (9, 6) and it is used for the connection of Element 19. No new Node is created there, the old Node is instead used.

Node G was already at (8, 4) and it is used for the connection of Elements 17 and 18. No new Node is created there, the old Node is instead used.

Elemental Loads are copied together with the Elements, because the check box "Copy Elemental Loads" was checked.

This techniques offers a very fast and efficient solution to create Trusses with repeated patterns.

 

 

Divide Elements

In order to perform this action, first you have to select the entire row(s) of the corresponding Element(s) and then apply the action.

Select the Elements (rows). Type the number of the division segments (up to 40) and then click the "Divide" button. You can Divide more than one Elements at a time.

 

Elements5

 

 

Delete Elements

In order to perform this action, first you have to select the entire row(s) of the corresponding Element(s) and then apply the action.

This tool is used for deleting Elements. First select the Elements (rows) that you want to delete. Then, click the "Delete" button to delete the Elements. You can Delete more than one Elements at a time.

 

Elements6