material_elasticity
EXPRESS specification:
ENTITY
material_elasticity
SUBTYPE
OF
(
material_representation_item
);
poisson_ratio
:
OPTIONAL
REAL
;
young_modulus
:
OPTIONAL
pressure_measure
;
shear_modulus
:
OPTIONAL
pressure_measure
;
secant_modulus
:
OPTIONAL
pressure_measure
;
WHERE
WRM20
:
EXISTS (poisson_ratio) OR EXISTS (young_modulus) OR EXISTS (shear_modulus) OR EXISTS (secant_modulus);
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
material_representation_item
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
material_elasticity;
ENTITY
representation_item
;
name
:
label
;
ENTITY
material_representation_item
;
ENTITY
material_elasticity
;
poisson_ratio
:
OPTIONAL
REAL
;
young_modulus
:
OPTIONAL
pressure_measure
;
shear_modulus
:
OPTIONAL
pressure_measure
;
secant_modulus
:
OPTIONAL
pressure_measure
;
END_ENTITY
;