STYLE: Updated heat power and flux names

This commit is contained in:
Andrew Heather
2017-06-06 11:53:00 +01:00
parent 1a4bca3a59
commit 854f607f93
43 changed files with 233 additions and 233 deletions

View File

@ -34,8 +34,8 @@ dictionaryReplacement
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
kappaMethod solidThermo;
QrNbr Qr;
Qr none;
qrNbr qr;
qr none;
kappa none;
value uniform 300;
}
@ -45,8 +45,8 @@ dictionaryReplacement
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
kappaMethod solidThermo;
QrNbr none;
Qr none;
qrNbr none;
qr none;
kappa none;
value uniform 300;
}