Domain.type
From Nemesis
(Difference between revisions)
m (→Syntax) |
m (→Examples) |
||
| Line 19: | Line 19: | ||
=Examples= | =Examples= | ||
Create a plain strain domain. | Create a plain strain domain. | ||
| − | domain.dim(" | + | domain.dim("planeStrain") |
=Comments= | =Comments= | ||
Revision as of 21:05, 22 June 2007
The following article describes the use of the domain.type command. This command is used to set the domain's type.
Contents |
Syntax
domain.type(s)
where
| Parameter | description | type | default |
|---|---|---|---|
| s | The domain's type | string | - |
Where s can be of type planeStrain, planeStress, axisymmetric.
Examples
Create a plain strain domain.
domain.dim("planeStrain")
Comments
See also
- domain module.
- User guide.