Domain.type
From Nemesis
(Difference between revisions)
| Line 5: | Line 5: | ||
domain.type(s) | domain.type(s) | ||
| − | + | where | |
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | {| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | ||
|- bgcolor="#CCCCCC" align="center" | |- bgcolor="#CCCCCC" align="center" | ||
Revision as of 22:10, 24 January 2007
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.