Bug fix: update coeffs

This commit is contained in:
Hrvoje Jasak 2011-08-04 14:21:39 +01:00
parent a3bc9ffbf9
commit 1a7ede54a4

View file

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