Overview Schemas Index

finite_element_analysis_control_and_result_schema         


ENTITY nodal_freedom_and_value_definition
          SUPERTYPE OF (ONEOF (nodal_freedom_values, nodal_freedom_action_definition))
          SUBTYPE OF (state_definition);
          node : node_output_reference;
          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);
END_ENTITY; -- nodal_freedom_and_value_definition

Entity data types and their attributes

state_definition
          defined_state: state;
nodal_freedom_and_value_definition
          node: node_output_reference;
          coordinate_system: fea_axis2_placement_3d;
          degrees_of_freedom: freedoms_list;
          values: LIST [1:?] OF measure_or_unspecified_value;

Known subtypes

          nodal_freedom_action_definition (finite_element_analysis_control_and_result_schema)
          nodal_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
nodal_freedom_and_value_definition

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

nodal_freedom_and_value_definition
          -

Global rules for this entity data type

          -