00001 /* -------------------------------------------------------------------------- */ 00002 /* $Id$ */ 00003 /* $Author$ */ 00004 /* -------------------------------------------------------------------------- */ 00005 extern double TURBULENCE_INLET; 00006 extern double TURBULENCE_WALL; 00007 extern sparse TurbulenceS; 00008 extern vector TurbulenceRHS; 00009 extern vector SST_solution_k,SST_solution_omg; 00010 extern vector SST_rhs,SST_solution; 00011 extern sparse SST_Matrix; 00012 /* -------------------------------------------------------------------------- */ 00013 extern const double SA_CONST_CB1; 00014 extern const double SA_CONST_CB2; 00015 extern const double SA_CONST_SIGMA; 00016 extern const double SA_CONST_CV1; 00017 extern const double SA_CONST_KAPPA; 00018 extern const double SA_CONST_CW2; 00019 extern const double SA_CONST_CW3; 00020 extern const double SA_CONST_CW1; 00021 extern const double SST_CONST_A1; 00022 extern const double SST_CONST_BETA_STAR_1; 00023 extern const double SST_CONST_BETA_STAR_2; 00024 extern const double SST_CONST_BETA_1; 00025 extern const double SST_CONST_BETA_2; 00026 extern const double SST_CONST_SIGMA_K_1; 00027 extern const double SST_CONST_SIGMA_K_2; 00028 extern const double SST_CONST_SIGMA_OMG_1; 00029 extern const double SST_CONST_SIGMA_OMG_2; 00030 extern const double SST_CONST_GAMMA_1; 00031 extern const double SST_CONST_GAMMA_2; 00032 extern double TURBULENCE_LOG_SST_KMIN; 00033 extern double TURBULENCE_INLET_K; 00034 extern double TURBULENCE_INIT_K; 00035 extern double TURBULENCE_WALL_K; 00036 extern double TURBULENCE_INLET_OMEGA; 00037 extern double TURBULENCE_INIT_OMEGA; 00038 extern double TURBULENCE_INLET_EPS; 00039 extern double TURBULENCE_INIT_EPS; 00040 extern double TURBULENCE_WALL_OMEGA; 00041 extern double OMEGA_MIN; 00042 extern double K_MIN; 00043 extern double WILCOX_ALPHA; 00044 extern double WILCOX_BETA; 00045 extern double WILCOX_BETASTAR; 00046 extern double WILCOX_SIGMA; 00047 extern double WILCOX_SIGMASTAR; 00048 /* -------------------------------------------------------------------------- */