Navigation

applied_load_static_pressure

EXPRESS specification:

ENTITY applied_load_static_pressure
SUBTYPE OF ( applied_load_static);
applied_pressure_px  :  OPTIONAL pressure_measure_with_unit;
applied_pressure_py  :  OPTIONAL pressure_measure_with_unit;
applied_pressure_pz  :  OPTIONAL pressure_measure_with_unit;
WHERE
WRA15  :  EXISTS (applied_pressure_px) OR EXISTS (applied_pressure_py) OR EXISTS (applied_pressure_pz);
END_ENTITY;

References (5):

Name Type Referred through Express-G
applied_load_static Entity
Subtype
No Diagram
load_element_distributed_surface_uniform Entity
Attribute 'load_value'
No Diagram
load_element_distributed_surface_varying Entity
Attribute 'load_values'
No Diagram
load_member_distributed_surface_uniform Entity
Attribute 'load_value'
No Diagram
load_member_distributed_surface_varying Entity
Attribute 'load_values'
No Diagram

Inheritance graph

ENTITY applied_load_static_pressure;
ENTITY applied_load;
applied_load_name  :  label;
ENTITY applied_load_static;
ENTITY applied_load_static_pressure;
applied_pressure_px  :  OPTIONAL pressure_measure_with_unit;
applied_pressure_py  :  OPTIONAL pressure_measure_with_unit;
applied_pressure_pz  :  OPTIONAL pressure_measure_with_unit;
END_ENTITY;