Searched refs:turbvar (Results 1 – 11 of 11) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | input_fform.cc | 241 turbvar.DES_SA_hmin=(double)inp.GetValue("DES SA Minimum Edge Length"); in input_fform() 311 if((string)inp.GetValue("Print Error Indicators") == "True") turbvar.ierrcalc = 1; in input_fform() 312 else turbvar.ierrcalc = 0; in input_fform() 314 if((string)inp.GetValue("Print Velocity Hessian") == "True") turbvar.ihessian = 1; in input_fform() 315 else turbvar.ihessian = 0; in input_fform() 317 if ( turbvar.ierrcalc == 1 ) in input_fform() 341 turbvar.rampmdot[0][i]=vec[i]; in input_fform() 345 turbvar.rampmdot[1][i]=vec[i]; in input_fform() 349 turbvar.rampmdot[2][i]=vec[i]; in input_fform() 356 turbvar.ylimit[0][i] = vec[i]; in input_fform() [all …]
|
| H A D | common_c.h | 16 #define turbvar FortranCInterface_GLOBAL_(turbvar,TURBVAR) macro 146 } turbvar ;
|
| H A D | new_interface.c | 198 if(abs(turbvar.itwmod) != 1 && outpar.iowflux == 1) { in countfieldstowriterestart() 208 if(turbvar.ierrcalc == 1){ in countfieldstowriterestart() 221 if(abs(turbvar.itwmod) != 1 && outpar.iowflux == 1) { in countfieldstowriterestart()
|
| H A D | common.h | 62 common /turbvar/ eles,ylimit(3,9), rampmdot(2,3),
|
| /phasta/AcuStat/include/ |
| H A D | commonAcuStat_c.h | 16 #define turbvar FortranCInterface_GLOBAL_(turbvar,TURBVAR) macro 139 } turbvar ;
|
| H A D | commonAcuStat.h | 61 common /turbvar/ eles,ylimit(3,9), rampmdot(2,3),
|
| /phasta/M2N/include/ |
| H A D | commonM2N_c.h | 16 #define turbvar FortranCInterface_GLOBAL_(turbvar,TURBVAR) macro 139 } turbvar ;
|
| H A D | commonM2N.h | 61 common /turbvar/ eles,ylimit(3,9), rampmdot(2,3),
|
| /phasta/M2NFixBnd/include/ |
| H A D | commonM2NFixBnd_c.h | 16 #define turbvar FortranCInterface_GLOBAL_(turbvar,TURBVAR) macro 139 } turbvar ;
|
| H A D | commonM2NFixBnd.h | 61 common /turbvar/ eles,ylimit(3,9), rampmdot(2,3),
|
| /phasta/phSolver/ |
| H A D | CHANGES | 575 split turbvar block to avoid strange behavior
|