BUG: driftFluxFoam: removed divide by alpha from general Udm model
This commit is contained in:
parent
170fd9e5ec
commit
17cea5eb7c
@ -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_);
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user