Domain.type
From Nemesis
The following article describes the use of the node.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 plainStrain, plainStress, axisymmetric.
Examples
Create a plain strain domain.
domain.dim("plainStrain")
Comments
See also
- domain module.
- User guide.