Overview Schemas Index

HIERARCHY_SCHEMA (jsdai.SHierarchy_schema)


ENTITY mbna_unstructured_zone
          SUBTYPE OF (mbna_zone);
          SELF\model_product_domain_with_mesh.model_mesh : unstructured_mesh;
END_ENTITY; -- mbna_unstructured_zone

Entity data types and their attributes

numerical_model
          analysis_type: text;
          creating_software: text;
          description: text;
          id: identifier;
          intended_analysis_code: SET [0:?] OF text;
model_product_domain
          temporal_parts: SET [0:?] OF model_action_domain;
model_product_domain_with_mesh
          model_mesh: mesh;
mbna_zone
          cell_dimension: INTEGER;
          conditions: SET [0:?] OF mbna_zone_bc;
          equations: SET [0:?] OF mbna_equation_set;
          families: SET [0:?] OF mbna_family;
          global_data: SET [0:?] OF mbna_integral_data;
          (OPT) grid_connectivity: multiple_mesh_block;
          nindices: INTEGER;
          physical_dimension: INTEGER;
          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;
mbna_unstructured_zone
          (RT) model_mesh: unstructured_mesh;

Users

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
mbna_unstructured_zone

Global rules for this entity data type

          -

public interface EMbna_unstructured_zone extends EMbna_zone


public class CMbna_unstructured_zone implements EMbna_unstructured_zone


public class AMbna_unstructured_zone extends AEntity

          public EMbna_unstructured_zone getByIndex(int index)
          public EMbna_unstructured_zone getCurrentMember(SdaiIterator it)