Overview Schemas Index

EQUATIONS_SCHEMA (jsdai.SEquations_schema)


ENTITY flow_equation_set
          SUBTYPE OF (mbna_equation_set);
          SELF\mbna_equation_set.equations : fd_governing_equation;
          fd_models : SET [0:?] OF fd_behaviour_models;
END_ENTITY; -- flow_equation_set

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;
mbna_equation
          -
mbna_equation_set
          dimension: INTEGER;
          equations: mbna_governing_equation;
          mbna_models: SET [0:?] OF mbna_behaviour_models;
flow_equation_set
          (RT) equations: fd_governing_equation;
          fd_models: SET [0:?] OF fd_behaviour_models;

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
mbna_equation
mbna_equation_set
          mbna_model.equations
          mbna_step.equations
          mbna_zone.equations
flow_equation_set
          fd_step.equations
          fd_zone.equations

Global rules for this entity data type

          -

public interface EFlow_equation_set extends EMbna_equation_set

fd_models (explicit attribute)

          boolean testFd_models(EFlow_equation_set type)
          AFd_behaviour_models getFd_models(EFlow_equation_set type)
          AFd_behaviour_models createFd_models(EFlow_equation_set type)
          void unsetFd_models(EFlow_equation_set type)

public class CFlow_equation_set implements EFlow_equation_set

          static EAttribute attributeFd_models(EFlow_equation_set type)
          static int usedinFd_models(EFlow_equation_set type, EEntity instance, ASdaiModel domain, AFlow_equation_set result)

public class AFlow_equation_set extends AEntity

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