|
TYPE fd_governing_equation_type = EXTENSIBLE ENUMERATION BASED_ON mbna_governing_equation_type WITH ( full_potential, Euler, NS_laminar, NS_turbulent, NS_laminar_incompressible, NS_turbulent_incompressible ); END_TYPE; -- fd_governing_equation_type |
Usersfd_governing_equation.equation_type |