mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Minor update to BC
This commit is contained in:
@ -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_)
|
||||
|
||||
Reference in New Issue
Block a user