Skip to content
Snippets Groups Projects
Commit 5aaaf361 authored by Henry's avatar Henry
Browse files

activeBaffleVelocity: Corrected opening limiter logic

parent 9ad02ff7
Branches
Tags
No related merge requests found
......@@ -249,7 +249,7 @@ void Foam::activeBaffleVelocityFvPatchVectorField::updateCoeffs()
min
(
openFraction_
+ max
+ min
(
this->db().time().deltaTValue()/openingTime_,
maxOpenFractionDelta_
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment