Skip to content
Snippets Groups Projects
Commit 57b9635f authored by Henry's avatar Henry
Browse files

Corrected tc and ms for new parcels

parent 6247f6a5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment