doc:user:elements:general:def_element_properties
Definition of an ElementProperties
An ElementProperties is defined with the lines:
prp = ElementProperties(typeEl) prp.put(param1, valeur1) prp.depend(param1, fct1, Lock1)) # optional prp.put(param2, valeur2) prp.depend(param2, fct2, Lock2) # optional ...
where
typeEl | type of finite element (for example Volume2DElement ) - see Volume element |
param1 , param2 | code of the propriety relative to the element (for exéample MATERIAL ) - see Eléments finis |
valeur1 , valeur2 | “value” of the corresponding property |
fct1 , fct2 | function which characterizes the dependency of the property (optional: no fct if no dependency) |
Lock | Lock which defines the dependency variable of the property (compulsory if there is a dependency) |
doc/user/elements/general/def_element_properties.txt · Last modified: 2016/07/12 17:15 by boemer