Skip to content
Snippets Groups Projects
Commit 17cea5eb authored by william's avatar william Committed by Andrew Heather
Browse files

BUG: driftFluxFoam: removed divide by alpha from general Udm model

parent 170fd9e5
Branches
Tags
No related merge requests found
......@@ -70,8 +70,7 @@ void Foam::relativeVelocityModels::general::correct()
*(
exp(-a_*max(alphad_ - residualAlpha_, scalar(0)))
- exp(-a1_*max(alphad_ - residualAlpha_, scalar(0)))
)
/max(alphac_, residualAlpha_);
);
}
......
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