|
ENTITY turbulence_model SUBTYPE OF (mbna_behaviour_model); model_type : turbulence_model_type; diffusion_model : OPTIONAL fd_diffusion_model; END_ENTITY; -- turbulence_model |
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_behaviour_model (INV) data: SET [0:?] OF model_property_distribution FOR domain; turbulence_model model_type: turbulence_model_type; (OPT) diffusion_model: fd_diffusion_model; |
Global rules for this entity data type- |