Element.beam2e
From Nemesis
(Difference between revisions)
| Line 5: | Line 5: | ||
element.beam2e(id,dof<sub>1</sub>,dof<sub>2</sub>,mat,sec) | element.beam2e(id,dof<sub>1</sub>,dof<sub>2</sub>,mat,sec) | ||
| − | + | where | |
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | {| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | ||
|- bgcolor="#CCCCCC" align="center" | |- bgcolor="#CCCCCC" align="center" | ||
Revision as of 22:12, 24 January 2007
The following article describes the use of the element.beam2e command. This command defines a simple, two-node Euler beam member.
Contents |
Syntax
element.beam2e(id,dof1,dof2,mat,sec)
where
| Parameter | description | type | default |
|---|---|---|---|
| id | The elemental id | integer | - |
| dof1-2 | The elemental nodes | integer | - |
| mat | The element material | integer | - |
| sec | The element section | integer | - |
Examples
element.beam2e(2,1,2,2,3)
Comments
Nodes, material and section must be already defined.
See also
- node module.
- material module.
- section module.
- element module.
- User guide.