mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: twoPhaseEulerFoam: removed multiple of the continuous phase fraction from force and heat transfer models
This commit is contained in:
@ -107,13 +107,11 @@ Foam::tmp<Foam::volScalarField> Foam::dragModel::K() const
|
||||
return
|
||||
0.75
|
||||
*CdRe()
|
||||
*max(pair_.dispersed(), residualAlpha_)
|
||||
*swarmCorrection_->Cs()
|
||||
*pair_.continuous().rho()
|
||||
*pair_.continuous().nu()
|
||||
/(
|
||||
max(pair_.continuous(), residualAlpha_)
|
||||
*sqr(pair_.dispersed().d())
|
||||
);
|
||||
/sqr(pair_.dispersed().d());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user