Overview Schemas Index

hierarchy_schema         


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 attributes

numerical_model
          id: 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;

Known subtypes

          fd_zone (hierarchy_schema)

Users: by entity attributes

numerical_model
          behavioural_decomposition_of_numerical_model.parts
          behavioural_decomposition_of_numerical_model.whole
          model_property_distribution.domain
          simulation_run.simulated
          spatial_decomposition_of_numerical_model.parts
          spatial_decomposition_of_numerical_model.whole
          view_relationship.view
model_product_domain
          product_view_relationship.discretised_model
                    discretised_product_model_select
model_product_domain_with_mesh
          grid_coordinates.domain
mbna_zone
          mbna_step.zones

Users: by defined types, not used by any entity attribute

mbna_zone
          -

Global rules for this entity data type

          -