struct.shell.prop.ortho
Syntax
- f = struct.shell.prop.ortho(p,index,itype)
Get the orthotropic material properties.
The specific property is identified by the index and the type.
The index must be an integer from 1 to 4 and indicates material-stiffness coefficients {c’11, c’12, c’22, c’33}, respectively.
Membrane stiffness is indicated by itype = 1, and bending stiffness is indicated by itype = 2.
If the element does not have orthotropic properties, 0.0 will be returned.
See the
structure shell property
,structure geogrid property
, andstructure liner property
commands.Returns: f - the shell orthotropic material stiffness coefficient indicated by index and itype
Arguments: p - a pointer to a shell element
index - the index of the material stiffness coefficient, from 1 to 4
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |