ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and

updating tutorials
This commit is contained in:
sergio
2012-05-08 11:02:39 +01:00
parent 060a2b0f42
commit fa4fd968a8
87 changed files with 430 additions and 417 deletions

View File

@ -73,7 +73,7 @@ int main(int argc, char *argv[])
forAll(wallHeatFlux.boundaryField(), patchi)
{
wallHeatFlux.boundaryField()[patchi] =
thermo().K(patchi)
thermo().kappa(patchi)
*T.boundaryField()[patchi].snGrad();
if (isA<wallFvPatch>(mesh.boundary()[patchi]))