Overview Schemas Index

finite_element_analysis_control_and_result_schema         


ENTITY surface_freedom_and_value_definition
          SUPERTYPE OF (ONEOF (surface_freedom_values, surface_freedom_action_definition))
          SUBTYPE OF (state_definition);
          required_surface : analysis_item_within_representation;
          coordinate_system : fea_axis2_placement_3d;
          degrees_of_freedom : freedoms_list;
          values : LIST [1:?] OF measure_or_unspecified_value;
WHERE
          WR1: SIZEOF(degrees_of_freedom.freedoms) = SIZEOF (values);
          WR2: ('GEOMETRY_SCHEMA.SURFACE' IN  TYPEOF  (required_surface.item)) OR
       ('TOPOLOGY_SCHEMA.FACE_SURFACE' IN TYPEOF (required_surface.item));
END_ENTITY; -- surface_freedom_and_value_definition

Entity data types and their attributes

state_definition
          defined_state: state;
surface_freedom_and_value_definition
          required_surface: analysis_item_within_representation;
          coordinate_system: fea_axis2_placement_3d;
          degrees_of_freedom: freedoms_list;
          values: LIST [1:?] OF measure_or_unspecified_value;

Known subtypes

          surface_freedom_action_definition (finite_element_analysis_control_and_result_schema)
          surface_freedom_values (finite_element_analysis_control_and_result_schema)

Users: by entity attributes

state_definition
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select
surface_freedom_and_value_definition

Users: by defined types, not used by any entity attribute

surface_freedom_and_value_definition
          -

Global rules for this entity data type

          -