|
ENTITY mbna_bc SUPERTYPE OF (ONEOF (elements_bc, indexed_elements_bc, indexed_points_bc)) SUBTYPE OF (mbna_condition); datasets : SET [0:?] OF mbna_bc_dataset; gridloc : mesh_location; inward_normal_index : OPTIONAL ijk_minmax; inward_normal_list : OPTIONAL indices_list; rstate : SET [0:?] OF mbna_reference_state; the_type : mbna_bc_type; END_ENTITY; -- mbna_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 (conditions_schema) |
| fd_bc (conditions_schema) |
| indexed_elements_bc (conditions_schema) |
| indexed_points_bc (conditions_schema) |
Global rules for this entity data type- |