Domain.type
From Nemesis
(Difference between revisions)
m (→Comments) |
(→See also) |
||
| Line 26: | Line 26: | ||
=See also= | =See also= | ||
*[[domain]] module. | *[[domain]] module. | ||
| + | *[[domain.dim]]. | ||
*[[User guide]]. | *[[User guide]]. | ||
[[Category:User guide]] | [[Category:User guide]] | ||
Revision as of 21:08, 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 plane strain domain.
domain.dim("planeStrain")
Comments
The domain's type puts some restrictions on the type of elements that can be used.
See also
- domain module.
- domain.dim.
- User guide.