BUG: acousticDamping - set the blending factor after reading the coefficients

This commit is contained in:
Andrew Heather
2016-06-30 11:22:50 +01:00
parent 4b266671a3
commit eff10b0f96

View File

@ -206,6 +206,8 @@ bool Foam::fv::acousticDampingSource::read(const dictionary& dict)
Info<< name_ << ": Setting stencil width to " << w_ << endl;
}
setBlendingFactor();
return true;
}
else