mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Changes missed during commit d9516c2
This commit is contained in:
@ -372,7 +372,7 @@ void Foam::ReactingMultiphaseParcel<ParcelType>::calc
|
|||||||
|
|
||||||
td.cloud().hsTrans()[cellI] += dm*HsEff(td, pc, T0, idG, idL, idS);
|
td.cloud().hsTrans()[cellI] += dm*HsEff(td, pc, T0, idG, idL, idS);
|
||||||
|
|
||||||
td.cloud().phaseChange().addToPhaseChangeMass(dm);
|
td.cloud().phaseChange().addToPhaseChangeMass(np0*mass1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
@ -530,7 +530,7 @@ void Foam::ReactingParcel<ParcelType>::calc
|
|||||||
}
|
}
|
||||||
td.cloud().UTrans()[cellI] += dm*U0;
|
td.cloud().UTrans()[cellI] += dm*U0;
|
||||||
|
|
||||||
td.cloud().phaseChange().addToPhaseChangeMass(dm);
|
td.cloud().phaseChange().addToPhaseChangeMass(np0*mass1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user