mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: spray - ReitzKHRT break-up model - mantis #990
This commit is contained in:
@ -165,8 +165,6 @@ bool Foam::ReitzKHRT<CloudType>::update
|
||||
if ((tc > 0) || (lambdaRT < d) )
|
||||
{
|
||||
tc += dt;
|
||||
scalar multiplier = d/lambdaRT;
|
||||
d = cbrt(d3/multiplier);
|
||||
}
|
||||
|
||||
// characteristic RT breakup time
|
||||
|
||||
Reference in New Issue
Block a user