mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Thermal wall function update
- Retrieve h directly from thermo package instead of using look-up
This commit is contained in:
@ -222,7 +222,7 @@ void alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs()
|
||||
|
||||
const scalarField& rhow = rasModel.rho().boundaryField()[patchI];
|
||||
const fvPatchScalarField& hw =
|
||||
patch().lookupPatchField<volScalarField, scalar>("h");
|
||||
rasModel.thermo().h().boundaryField()[patchI];
|
||||
|
||||
// Heat flux [W/m2] - lagging alphatw
|
||||
const scalarField qDot = (alphaw + alphatw)*hw.snGrad();
|
||||
|
||||
Reference in New Issue
Block a user