mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and
updating tutorials
This commit is contained in:
@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user