ENH: Deriving thermalBaffle BC for thermal regions from mixedCoupleRad BC. This

incorporates Qr into the balance at the boundary. Qr and QrNrb entries are
    necessary now.
    The coolingCircuit tutorial case was modified accordingly.
This commit is contained in:
Sergio Ferraris
2013-08-07 16:10:55 +01:00
parent 03c28e5d89
commit 673860a09d
4 changed files with 20 additions and 14 deletions

View File

@ -23,9 +23,11 @@ dictionaryReplacement
"region0_to.*"
{
type compressible::thermalBaffle;
neighbourFieldName T;
Tnbr T;
kappa solidThermo;
kappaName none;
QrNbr none;
Qr none;
value uniform 300;
}
baffleFaces2_side

View File

@ -94,9 +94,11 @@ dictionaryReplacement
type compressible::thermalBaffle;
// Coupled BC.
neighbourFieldName T;
Tnbr T;
kappa fluidThermo;
kappaName none;
QrNbr none;
Qr none;
// Thermo baffle model
thermalBaffleModel thermalBaffle;