|
ENTITY elements_bc SUBTYPE OF (mbna_bc); elements : LIST [0:?] OF vertex_defined_cell; END_ENTITY; -- elements_bc |
Entity data types and their attributesnumerical_modelid: identifier; name: label; description: text; creating_software: text; intended_analysis_code: SET [1:?] OF text; analysis_type: text; model_state_domain - mbna_condition - mbna_bc datasets: SET [0:?] OF mbna_bc_dataset; gridloc: mesh_location; (OPT) inward_normal_index: ijk_minmax; (OPT) inward_normal_list: indices_list; rstate: SET [0:?] OF mbna_reference_state; the_type: mbna_bc_type; elements_bc elements: LIST [0:?] OF vertex_defined_cell; |
Global rules for this entity data type- |