Load.sin
From Nemesis
(Difference between revisions)
(→Examples) |
m (→Examples) |
||
| Line 25: | Line 25: | ||
=Examples= | =Examples= | ||
| − | Create a sinusoidal load at node '''1''' dof ''' | + | Create a sinusoidal load at node '''1''' dof '''y''' with magnitude ''f(t)=1.5sin(πt+π/2)''. |
node.sin(1, 2, 1.5, 3.14159, 0.5*3.14159) | node.sin(1, 2, 1.5, 3.14159, 0.5*3.14159) | ||
Revision as of 20:56, 20 January 2008
The following article describes the use of the load.sin command. This command defines a sinusoidal load.
Contents |
Syntax
load.sin(node,dof,alpha,omega,phi)
where
| Parameter | description | type | default |
|---|---|---|---|
| node | The acting node | integer | - |
| dof | The acting dof | float | - |
| alpha | Width | float | - |
| omega | Frequency | float | - |
| phi | Angle | float | - |
Examples
Create a sinusoidal load at node 1 dof y with magnitude f(t)=1.5sin(πt+π/2).
node.sin(1, 2, 1.5, 3.14159, 0.5*3.14159)
Comments
See also
- material module.
- User guide.