Skip to content
Snippets Groups Projects
Commit f0eb0d94 authored by andy's avatar andy
Browse files

ENH: Minor update to BC

parent 3c85bee4
Branches
Tags
No related merge requests found
......@@ -229,7 +229,7 @@ void Foam::externalWallHeatFluxTemperatureFvPatchScalarField::updateCoeffs()
scalarField q(size(), 0.0);
const scalarField Tc(patchInternalField());
const scalarField KWall(kappa(Tc));
const scalarField KWall(kappa(*this));
const scalarField KDelta(KWall*patch().deltaCoeffs());
switch (mode_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment