mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: acousticDamping - set the blending factor after reading the coefficients
This commit is contained in:
@ -206,6 +206,8 @@ bool Foam::fv::acousticDampingSource::read(const dictionary& dict)
|
||||
Info<< name_ << ": Setting stencil width to " << w_ << endl;
|
||||
}
|
||||
|
||||
setBlendingFactor();
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user