Overview Schemas Index

EQUATIONS_SCHEMA (jsdai.SEquations_schema)


TYPE thermal_conductivity_model_type = ENUMERATION (
          unspecified,
          application_defined,
          independent,
          power_law,
          sutherland_law,
          constant_prandtl );
END_TYPE; -- thermal_conductivity_model_type

Users

          thermal_conductivity_model.model_type

public final class EThermal_conductivity_model_type

          static final int UNSPECIFIED = 1
          static final int APPLICATION_DEFINED = 2
          static final int INDEPENDENT = 3
          static final int POWER_LAW = 4
          static final int SUTHERLAND_LAW = 5
          static final int CONSTANT_PRANDTL = 6
          static String[] values = {"UNSPECIFIED", "APPLICATION_DEFINED", "INDEPENDENT", "POWER_LAW", "SUTHERLAND_LAW", "CONSTANT_PRANDTL"}
          static int toInt(String str)
          static String toString(int value)