Integrated application resource: Finite element analysis definition relationships ISO 10303-107:2006(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms and abbreviations
4 Product and model relationships
   4.1 Introduction
   4.2 Fundamental concepts and assumptions
   4.3 Product and model relationships type definitions
   4.4 Product and model relationships entity definition

5 Action and model relationships
   5.1 Introduction
   5.2 Fundamental concepts and assumptions
   5.3 Action and model relationships type definitions
   5.4 Action and model relationships entity definitions
6 State and model relationships
   6.1 Introduction
   6.2 Fundamental concepts and assumptions
   6.3 State and model relationships type definitions
   6.4 State and model relationships entity definitions

7 Property distribution and model relationships
   7.1 Introduction
   7.2 Fundamental concepts and assumptions
   7.3 Property distribution and model relationships type definitions
   7.4 Property distribution and model relationships entity definitions
8 Fea definition relationships
   8.1 Introduction
   8.2 Fundamental concepts and assumptions
   8.3 Fea definition relationships entity definitions
A Short names of entities
B Information object registration
C Computer interpretable listings
D EXPRESS-G diagrams
Index

(*
ISO TC184/SC4/WG12 N4312 - ISO 10303-107 Finite element analysis definition relationships - EXPRESS
*)



SCHEMA action_and_model_relationships_schema;

REFERENCE FROM action_schema   -- ISO 10303-41
  (action);

REFERENCE FROM analysis_schema   -- ISO 10303-53
  (model_action_domain);

REFERENCE FROM finite_element_analysis_control_and_result_schema   -- ISO 10303-104
  (analysis_step);

REFERENCE FROM product_analysis_schema   -- ISO 10303-53
  (physical_action_domain);

REFERENCE FROM support_resource_schema   -- ISO 10303-41
  (identifier,
   label,
   text);


TYPE discretised_action_model_select = EXTENSIBLE SELECT
   (analysis_step,
    model_action_domain);
END_TYPE;

TYPE idealised_action_select = EXTENSIBLE SELECT
   (action,
    physical_action_domain);
END_TYPE;

ENTITY action_view_relationship;
  id : identifier;
  name : label;
  description : OPTIONAL text;
  discretised_model : discretised_action_model_select;
  idealised_action : idealised_action_select;
END_ENTITY;

ENTITY same_discretised_action_model;
  id : identifier;
  name : label;
  description : OPTIONAL text;
  equivalent_records : SET[2:?] OF discretised_action_model_select;
END_ENTITY;

ENTITY same_idealised_action;
  id : identifier;
  name : label;
  description : OPTIONAL text;
  equivalent_records : SET[2:?] OF idealised_action_select;
END_ENTITY;

END_SCHEMA;  -- action_and_model_relationships_schema


© ISO 2006 — All rights reserved