mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected tc and ms for new parcels
Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1286
This commit is contained in:
@ -303,8 +303,8 @@ void Foam::SprayParcel<ParcelType>::calcBreakup
|
||||
child->KHindex() = 1.0;
|
||||
child->y() = td.cloud().breakup().y0();
|
||||
child->yDot() = td.cloud().breakup().yDot0();
|
||||
child->tc() = -GREAT;
|
||||
child->ms() = 0.0;
|
||||
child->tc() = 0.0;
|
||||
child->ms() = -GREAT;
|
||||
child->injector() = this->injector();
|
||||
child->tMom() = massChild/(Fcp.Sp() + Fncp.Sp());
|
||||
child->user() = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user