|
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 attributesnumerical_modelid: identifier; name: label; description: text; creating_software: text; intended_analysis_code: SET [1:?] OF text; analysis_type: text; model_product_domain temporal_parts: LIST [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; |
Global rules for this entity data type- |