Bug fix: update coeffs
This commit is contained in:
parent
c6dce7706e
commit
89af45e60f
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ void Foam::fixedInternalValueFvPatchField<Type>::updateCoeffs()
|
||||||
{
|
{
|
||||||
vf[faceCells[faceI]] = refValue_[faceI];
|
vf[faceCells[faceI]] = refValue_[faceI];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fvPatchField<Type>::updateCoeffs();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue