Overview Schemas Index

EQUATIONS_SCHEMA (jsdai.SEquations_schema)


ENTITY fd_governing_equation
          SUBTYPE OF (mbna_governing_equation);
END_ENTITY; -- fd_governing_equation

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_governing_equation
          equation_type: mbna_governing_equation_type;
fd_governing_equation
          -

Known subtypes

          fd_diffusion_equation (EQUATIONS_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
mbna_equation
mbna_governing_equation
          mbna_equation_set.equations
fd_governing_equation
          flow_equation_set.equations

Global rules for this entity data type

          -

public interface EFd_governing_equation extends EMbna_governing_equation


public class CFd_governing_equation implements EFd_governing_equation


public class AFd_governing_equation extends AEntity

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