ENH: Minor update to BC

This commit is contained in:
andy
2013-04-04 09:23:38 +01:00
parent 3c85bee488
commit f0eb0d94cc

View File

@ -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_)