Load.sin
From Nemesis
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 f(t)=1.5sin(πt+π/2).
material.uniElastoPlastic(2, 1000., 0.2, 20., 1e-4, 1500., 500., 500., 1e6)
Comments
See also
- material module.
- User guide.