Overview Schemas Index

finite_element_analysis_control_and_result_schema         


ENTITY linearly_superimposed_state
          SUBTYPE OF (state);
INVERSE
          components : SET [1:?] OF state_component FOR state;
END_ENTITY; -- linearly_superimposed_state

Entity data types and their attributes

state
          state_id: identifier;
          description: text;
linearly_superimposed_state
          (INV) components: SET [1:?] OF state_component FOR state;

Users: by entity attributes

state
          control_analysis_step.initial_state
          control_linear_modes_and_frequencies_process.final_input_state
          control_linear_static_load_increment_process.final_input_state
          same_discretised_state_model.equivalent_records
                    discretised_state_model_select
          state_definition.defined_state
          state_relationship.related_state
          state_relationship.relating_state
          state_view_relationship.discretised_model
                    discretised_state_model_select
linearly_superimposed_state
          state_component.state

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

linearly_superimposed_state
          -

Global rules for this entity data type

          -