ISO 10303-104 CORR 2-2014 Industrial automation systems and integration - Product data representation and exchange - Part 104 Integrated application resource Fi.pdf
《ISO 10303-104 CORR 2-2014 Industrial automation systems and integration - Product data representation and exchange - Part 104 Integrated application resource Fi.pdf》由会员分享,可在线阅读,更多相关《ISO 10303-104 CORR 2-2014 Industrial automation systems and integration - Product data representation and exchange - Part 104 Integrated application resource Fi.pdf(7页珍藏版)》请在麦多课文档分享上搜索。
1、1 INTERNATIONAL STANDARD ISO 10303-104:2000 TECHNICAL CORRIGENDUM 2 Published 2014- 07-01 INTERNATIONAL ORGANIZATION FOR STANDARDIZATION ORGANISATION INTERNATIONALE DE NORMALISATION Industrial automation systems and integration Product data representation and exchange Part 104: Integrated generic re
2、source: Finite element analysis TECHNICAL CORRIGENDUM 2 Systmes d automatisation industrielle et intgration Reprsentation et change de donnes de produits - Partie 104 Ressources gnriques intgres: Analyse par elements finis RECTIFICATIF TECHNIQUE 2 Technical Corrigendum 2 to International Standard IS
3、O 10303-104:2000 was prepared by Technical Committee ISO/TC 184, Automation systems and integration, Subcommittee SC 4, Industrial data. The purpose of the modifications to the text of ISO 10303-104:2000 is to correct a scoping issue in the FUNCTION required jd_nodes and the FUNCTION required_3d_nod
4、es. In addition, the FUNCTION variable_value_type is corrected to return the correct value for a surface _tensor2 _ 2d _variable. ICS 25.040.40 Ref. No. ISO 10303-104:2000/Cor.2:2014(E) ISO 2014 All rights reserved Published in Switzerland Modifications to the text of ISO 10303-104:2000 Page 208, 5.
5、15.3 required_2d_nodes Fully qualify the references to “triangle” and “quadrilateral” in IF statements to avoid namespace clashes. Remove the current EXPRESS definition and replace with: EXPRESS specification: *) FUNCTION required_2d_nodes (node_list: LIST 1:? OF node_representation; element_shape:
6、element_2d_shape; order: element_order) : BOOLEAN; LOCAL vertex_nodes : INTEGER; edge_nodes : INTEGER; edge_face_body_nodes : INTEGER; END_LOCAL; IF (element_shape = element_2d_shape.triangle) THEN vertex_nodes := 3; IF (order = linear_order) THEN edge_nodes := 0; edge_face_body_nodes := 0; END_IF;
7、IF (order = quadratic_order) THEN edge_nodes := 3; edge_face_body_nodes := 3; END_IF; IF (order = cubic_order) THEN edge_nodes := 6; edge_face_body_nodes := 7; END_IF; END_IF; IF (element_shape = element_2d_shape.quadrilateral) THEN vertex_nodes := 4; IF (order = linear_order) THEN edge_nodes := 0;
8、edge_face_body_nodes := 0; END_IF; IF (order = quadratic_order) THEN edge_nodes := 4; edge_face_body_nodes := 5; END_IF; IF (order = cubic_order) THEN edge_nodes := 8; edge_face_body_nodes := 12; END_IF; END_IF; RETURN (SIZEOF (node_list) = vertex_nodes + edge_nodes) OR (SIZEOF (node_list) = vertex_
9、nodes + edge_face_body_nodes); END_FUNCTION; (* Page 210, 5.15.3 required_3d_nodes Fully qualify the references to “hexahedron”, “wedge”, “tetrahedron”, and “pyramid” in IF statements to avoid namespace clashes. Remove the current EXPRESS definition and replace with: EXPRESS specification: *) FUNCTI
10、ON required_3d_nodes (node_list: LIST 1:? OF node_representation; element_shape: volume_3d_element_shape; order: element_order) : BOOLEAN; LOCAL vertex_nodes : INTEGER; edge_nodes : INTEGER; edge_face_body_nodes : INTEGER; END_LOCAL; IF (element_shape = volume_3d_element_shape.hexahedron) THEN verte
11、x_nodes := 8; IF (order = linear_order) THEN edge_nodes := 0; edge_face_body_nodes := 0; END_IF; IF (order = quadratic_order) THEN edge_nodes := 12; edge_face_body_nodes := 19; END_IF; IF (order = cubic_order) THEN edge_nodes := 24; edge_face_body_nodes := 56; END_IF; END_IF; IF (element_shape = vol
12、ume_3d_element_shape.wedge) THEN vertex_nodes := 6; IF (order = linear_order) THEN edge_nodes := 0; edge_face_body_nodes := 0; END_IF; IF (order = quadratic_order) THEN edge_nodes := 9; edge_face_body_nodes := 12; END_IF; IF (order = cubic_order) THEN edge_nodes := 18; edge_face_body_nodes := 34; EN
13、D_IF; END_IF; IF (element_shape = volume_3d_element_shape.tetrahedron) THEN vertex_nodes := 4; IF (order = linear_order) THEN edge_nodes := 0; edge_face_body_nodes := 0; END_IF; IF (order = quadratic_order) THEN edge_nodes := 6; edge_face_body_nodes := 6; END_IF; IF (order = cubic_order) THEN edge_n
14、odes := 12; edge_face_body_nodes := 16; END_IF; END_IF; IF (element_shape = volume_3d_element_shape.pyramid) THEN vertex_nodes := 5; IF (order = linear_order) THEN edge_nodes := 0; edge_face_body_nodes := 0; END_IF; IF (order = quadratic_order) THEN edge_nodes := 8; edge_face_body_nodes := 9; END_IF
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISO10303104CORR22014INDUSTRIALAUTOMATIONSYSTEMSANDINTEGRATIONPRODUCTDATAREPRESENTATIONANDEXCHANGEPART104INTEGRATEDAPPLICATIONRESOURCEFIPDF

链接地址:http://www.mydoc123.com/p-1249546.html