Integrated application resource: Finite element analysis definition relationships | ISO 10303-107:2006(E) © ISO |
*)
SCHEMA property_distribution_and_model_relationships_schema;
REFERENCE FROM
analysis_schema
--
ISO 10303-53
(model_property_distribution);
REFERENCE FROM
finite_element_analysis_control_and_result_schema
--
ISO 10303-104
(state_definition);
REFERENCE FROM
product_analysis_schema
--
ISO 10303-53
(domain_property);
REFERENCE FROM
product_property_definition_schema
--
ISO 10303-41
(property_definition);
REFERENCE FROM
support_resource_schema
--
ISO 10303-41
(identifier,
label,
text);
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
analysis_schema ISO 10303-53 finite_element_analysis_control_and_result_schema ISO 10303-104 product_analysis_schema ISO 10303-53 product_property_definition_schema ISO 10303-41 support_resource_schema ISO 10303-41
NOTE 2 See Annex D for a graphical representation of this schema.
NOTE 1 A property distribution over an idealised product, action or state can be recorded using ISO 10303-41, or using ISO 13030-53.
NOTE 2 A property distribution can have many discretised models created for it.
NOTE 3 The discretised model of a property distribution obtained by analysis can be recorded using either ISO 10303-104, or ISO 10303-53.
The ISO 10303 series of parts allows a single property distribution to be recorded in different ways, and allows a discretised model of a property distribution to be recorded in different ways. This part of ISO 10303 associates a discretised model of a property distribution with the corresponding distribution, irrespective of the way in which they are recorded.NOTE The list of entity data types will be extended in application resources that use the constructs of this resource.
EXPRESS specification:
*)
TYPE
discretised_distribution_model_select
=
EXTENSIBLE
SELECT
(model_property_distribution,
state_definition);
END_TYPE;
(*
NOTE The list of entity data types will be extended in application resources that use the constructs of this resource.
EXPRESS specification:
*)
TYPE
idealised_distribution_select
=
EXTENSIBLE
SELECT
(domain_property,
property_definition);
END_TYPE;
(*
EXPRESS specification:
*)
ENTITY distribution_view_relationship;
id : identifier;
name : label;
description :
OPTIONAL
text;
discretised_model : discretised_distribution_model_select;
idealised_distribution : idealised_distribution_select;
END_ENTITY;
(*
Attribute definitions:
id: the identifier for the distribution_view_relationship.
name: the words by which the distribution_view_relationship is known.
description: the text that provides further information about the distribution_view_relationship. The value of this attribute need not be specified.
discretised_model: the discretised distribution model for numerical analysis.
idealised_distribution: the distribution for which a discretised model is created.
EXPRESS specification:
*)
ENTITY same_discretised_distribution_model;
id : identifier;
name : label;
description :
OPTIONAL
text;
equivalent_records : SET[1:?] OF discretised_distribution_model_select;
END_ENTITY;
(*
Attribute definitions:
id: the identifier for the same_discretised_distribution_model.
name: the words by which the same_discretised_distribution_model is known.
description: the text that provides further information about the same_discretised_distribution_model. The value of this attribute need not be specified.
equivalent_records: the records of a discretised distribution model which have the same meaning.
EXPRESS specification:
*)
ENTITY same_idealised_distribution;
id : identifier;
name : label;
description :
OPTIONAL
text;
equivalent_records : LIST[2:?] OF idealised_distribution_select;
END_ENTITY;
(*
Attribute definitions:
id: the identifier for the same_idealised_distribution.
name: the words by which the same_idealised_distribution is known.
description: the text that provides further information about the same_idealised_distribution. The value of this attribute need not be specified.
equivalent_records: the records of a property distribution which have the same meaning.
*)
END_SCHEMA; -- property_distribution_and_model_relationships_schema
(*
© ISO 2006 — All rights reserved