Overview Schemas Index

HIERARCHY_SCHEMA (jsdai.SHierarchy_schema)


ENTITY mbna_zone
          SUBTYPE OF (model_product_domain_with_mesh);
          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;
          grid_connectivity : OPTIONAL multiple_mesh_block;
          nindices : INTEGER;
          physical_dimension : INTEGER;
          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
          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;

Known subtypes

          fd_zone (HIERARCHY_SCHEMA)
          mbna_structured_zone (HIERARCHY_SCHEMA)
          mbna_unstructured_zone (HIERARCHY_SCHEMA)

Known subtype constraints

          sc1_mbna_zone (HIERARCHY_SCHEMA)

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

Global rules for this entity data type

          -

public interface EMbna_zone extends EModel_product_domain_with_mesh

cell_dimension (explicit attribute)

          boolean testCell_dimension(EMbna_zone type)
          int getCell_dimension(EMbna_zone type)
          void setCell_dimension(EMbna_zone type, int value)
          void unsetCell_dimension(EMbna_zone type)

conditions (explicit attribute)

          boolean testConditions(EMbna_zone type)
          AMbna_zone_bc getConditions(EMbna_zone type)
          AMbna_zone_bc createConditions(EMbna_zone type)
          void unsetConditions(EMbna_zone type)

equations (explicit attribute)

          boolean testEquations(EMbna_zone type)
          AMbna_equation_set getEquations(EMbna_zone type)
          AMbna_equation_set createEquations(EMbna_zone type)
          void unsetEquations(EMbna_zone type)

families (explicit attribute)

          boolean testFamilies(EMbna_zone type)
          AMbna_family getFamilies(EMbna_zone type)
          AMbna_family createFamilies(EMbna_zone type)
          void unsetFamilies(EMbna_zone type)

global_data (explicit attribute)

          boolean testGlobal_data(EMbna_zone type)
          AMbna_integral_data getGlobal_data(EMbna_zone type)
          AMbna_integral_data createGlobal_data(EMbna_zone type)
          void unsetGlobal_data(EMbna_zone type)

grid_connectivity (explicit attribute)

          boolean testGrid_connectivity(EMbna_zone type)
          EMultiple_mesh_block getGrid_connectivity(EMbna_zone type)
          void setGrid_connectivity(EMbna_zone type, EMultiple_mesh_block value)
          void unsetGrid_connectivity(EMbna_zone type)

nindices (explicit attribute)

          boolean testNindices(EMbna_zone type)
          int getNindices(EMbna_zone type)
          void setNindices(EMbna_zone type, int value)
          void unsetNindices(EMbna_zone type)

physical_dimension (explicit attribute)

          boolean testPhysical_dimension(EMbna_zone type)
          int getPhysical_dimension(EMbna_zone type)
          void setPhysical_dimension(EMbna_zone type, int value)
          void unsetPhysical_dimension(EMbna_zone type)

rstate (explicit attribute)

          boolean testRstate(EMbna_zone type)
          AMbna_reference_state getRstate(EMbna_zone type)
          AMbna_reference_state createRstate(EMbna_zone type)
          void unsetRstate(EMbna_zone type)

coordinates (inverse attribute)

          AGrid_coordinates getCoordinates(EMbna_zone type, ASdaiModel domain)

field_data (inverse attribute)

          AMbna_discrete_data getField_data(EMbna_zone type, ASdaiModel domain)

history (inverse attribute)

          AMbna_history getHistory(EMbna_zone type, ASdaiModel domain)

solution (inverse attribute)

          AMbna_solution getSolution(EMbna_zone type, ASdaiModel domain)

public class CMbna_zone implements EMbna_zone

          static EAttribute attributeCell_dimension(EMbna_zone type)
          static EAttribute attributeConditions(EMbna_zone type)
          static int usedinConditions(EMbna_zone type, EMbna_zone_bc instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeEquations(EMbna_zone type)
          static int usedinEquations(EMbna_zone type, EMbna_equation_set instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeFamilies(EMbna_zone type)
          static int usedinFamilies(EMbna_zone type, EMbna_family instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeGlobal_data(EMbna_zone type)
          static int usedinGlobal_data(EMbna_zone type, EMbna_integral_data instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeGrid_connectivity(EMbna_zone type)
          static int usedinGrid_connectivity(EMbna_zone type, EMultiple_mesh_block instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeNindices(EMbna_zone type)
          static EAttribute attributePhysical_dimension(EMbna_zone type)
          static EAttribute attributeRstate(EMbna_zone type)
          static int usedinRstate(EMbna_zone type, EMbna_reference_state instance, ASdaiModel domain, AMbna_zone result)
          static EAttribute attributeCoordinates(EMbna_zone type)
          static EAttribute attributeField_data(EMbna_zone type)
          static EAttribute attributeHistory(EMbna_zone type)
          static EAttribute attributeSolution(EMbna_zone type)

public class AMbna_zone extends AEntity

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