Contents  
Functions  
Index
 
 PDF |
This section describes the low level format for element properties. The actual formats are described under p_ functions p_shell, p_solid, p_beam, p_spring. For Graphical edition and standard scripts see section 4.2.1.
An element property is normally defined as a row in the element property matrix il. Such rows give a declaration of the general form [ProId Type Prop] with
| ProId | a positive integer identifying a particular element property. |
| Type | a positive real number built using calls of the form fe_mat('p_beam','SI',1), the subtype integer is described in the p_ functions. |
| Prop | as many properties (real numbers) as needed (see fe_mat, p_solid for details). |
Additional information can be stored as an entry of type 'pro' in the model stack which has data stored in a structure with fields
| .name | description of property. |
| .il | a single value giving the ProId of the corresponding row in the il matrix |
| .unit | a two character string describing the unit system (see the fe_mat Unit and Convert commands). |
| .type | the name of the property function handling this particular type of element properties (for example p_beam). |
The handling of a particular type of constants should be fully contained in the p_* function. The meaning of various constants should be defined in the help and TeX documentation. The subtype mechanism can be used to define sereral behaviors of the same class. The generation of the integ and constit vectors should be performed through a BuildConstit call that is the same for a full family of element shapes. The generation of EltConst should similarly be identical for an element family.
©1991-2008 by SDTools