Overview Schemas Index

conditions_schema         


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 attributes

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

Known subtypes

          elements_bc (conditions_schema)
          fd_bc (conditions_schema)
          indexed_elements_bc (conditions_schema)
          indexed_points_bc (conditions_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_state_domain
          model_action_domain.final
          model_action_domain.initial
          same_discretised_state_model.equivalent_records
                    discretised_state_model_select
          state_view_relationship.discretised_model
                    discretised_state_model_select
mbna_condition
mbna_bc
          mbna_zone_bc.conditions

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

mbna_bc
          -

Global rules for this entity data type

          -