mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: driftFluxFoam: removed divide by alpha from general Udm model
This commit is contained in:
@ -70,8 +70,7 @@ void Foam::relativeVelocityModels::general::correct()
|
|||||||
*(
|
*(
|
||||||
exp(-a_*max(alphad_ - residualAlpha_, scalar(0)))
|
exp(-a_*max(alphad_ - residualAlpha_, scalar(0)))
|
||||||
- exp(-a1_*max(alphad_ - residualAlpha_, scalar(0)))
|
- exp(-a1_*max(alphad_ - residualAlpha_, scalar(0)))
|
||||||
)
|
);
|
||||||
/max(alphac_, residualAlpha_);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user