|
ENTITY mbna_zone SUBTYPE OF (model_product_domain_with_mesh); conditions : SET [0:?] OF mbna_zone_bc; equations : SET [0:?] OF mbna_equation_set; grid_connectivity : OPTIONAL multiple_mesh_block; rstate : SET [0:?] OF mbna_reference_state; INVERSE coordinates : SET [0:?] OF grid_coordinates FOR domain; field_data : SET [0:?] OF mbna_discrete_data FOR domain; history : SET [0:?] OF mbna_history FOR domain; solution : SET [0:?] OF mbna_solution FOR domain; END_ENTITY; -- mbna_zone |
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_product_domain temporal_parts: LIST [0:?] OF model_action_domain; model_product_domain_with_mesh model_mesh: mesh; mbna_zone conditions: SET [0:?] OF mbna_zone_bc; equations: SET [0:?] OF mbna_equation_set; (OPT) grid_connectivity: multiple_mesh_block; rstate: SET [0:?] OF mbna_reference_state; (INV) coordinates: SET [0:?] OF grid_coordinates FOR domain; (INV) field_data: SET [0:?] OF mbna_discrete_data FOR domain; (INV) history: SET [0:?] OF mbna_history FOR domain; (INV) solution: SET [0:?] OF mbna_solution FOR domain; |
| fd_zone (hierarchy_schema) |
Global rules for this entity data type- |