Bug fix: update coeffs

This commit is contained in:
Hrvoje Jasak 2011-08-04 14:21:39 +01:00
parent c6dce7706e
commit 89af45e60f

View file

@ -145,6 +145,8 @@ void Foam::fixedInternalValueFvPatchField<Type>::updateCoeffs()
{
vf[faceCells[faceI]] = refValue_[faceI];
}
fvPatchField<Type>::updateCoeffs();
}