mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
activeBaffleVelocity: Corrected opening limiter logic
This commit is contained in:
@ -249,7 +249,7 @@ void Foam::activeBaffleVelocityFvPatchVectorField::updateCoeffs()
|
||||
min
|
||||
(
|
||||
openFraction_
|
||||
+ max
|
||||
+ min
|
||||
(
|
||||
this->db().time().deltaTValue()/openingTime_,
|
||||
maxOpenFractionDelta_
|
||||
|
||||
Reference in New Issue
Block a user