Skip to content
Snippets Groups Projects
Commit e39f4981 authored by Andrew Heather's avatar Andrew Heather
Browse files

Thermal wall function update

- Retrieve h directly from thermo package instead of using look-up
parent 3b2c4abd
Branches
Tags
No related merge requests found
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment