mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user