Overview Schemas Index

EQUATIONS_SCHEMA (jsdai.SEquations_schema)


TYPE fd_governing_equation_type = ENUMERATION (
          full_potential,
          euler,
          ns_laminar,
          ns_turbulent,
          ns_laminar_incompressible,
          ns_turbulent_incompressible );
END_TYPE; -- fd_governing_equation_type

Users

          -

public final class EFd_governing_equation_type

          static final int FULL_POTENTIAL = 1
          static final int EULER = 2
          static final int NS_LAMINAR = 3
          static final int NS_TURBULENT = 4
          static final int NS_LAMINAR_INCOMPRESSIBLE = 5
          static final int NS_TURBULENT_INCOMPRESSIBLE = 6
          static String[] values = {"FULL_POTENTIAL", "EULER", "NS_LAMINAR", "NS_TURBULENT", "NS_LAMINAR_INCOMPRESSIBLE", "NS_TURBULENT_INCOMPRESSIBLE"}
          static int toInt(String str)
          static String toString(int value)