Overview Schemas Index

EQUATIONS_SCHEMA (jsdai.SEquations_schema)


TYPE viscosity_model_data_name = ENUMERATION (
          viscosity_molecular_reference,
          sutherland_constant_viscosity );
END_TYPE; -- viscosity_model_data_name

Users

          fd_defined_data_name
                    defined_data_name

public final class EViscosity_model_data_name

          static final int VISCOSITY_MOLECULAR_REFERENCE = 1
          static final int SUTHERLAND_CONSTANT_VISCOSITY = 2
          static String[] values = {"VISCOSITY_MOLECULAR_REFERENCE", "SUTHERLAND_CONSTANT_VISCOSITY"}
          static int toInt(String str)
          static String toString(int value)