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:
@ -44,10 +44,10 @@ dictionaryReplacement
|
||||
{
|
||||
type compressible::turbulentTemperatureRadCoupledMixed;
|
||||
Tnbr T;
|
||||
K solidThermo;
|
||||
kappa solidThermo;
|
||||
QrNbr Qr;
|
||||
Qr none;
|
||||
KName none;
|
||||
kappaName none;
|
||||
value uniform 300;
|
||||
}
|
||||
|
||||
@ -55,10 +55,10 @@ dictionaryReplacement
|
||||
{
|
||||
type compressible::turbulentTemperatureRadCoupledMixed;
|
||||
Tnbr T;
|
||||
K solidThermo;
|
||||
kappa solidThermo;
|
||||
QrNbr Qr;
|
||||
Qr none;
|
||||
KName none;
|
||||
kappaName none;
|
||||
value uniform 300;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user