Skip to content
Snippets Groups Projects
Commit 00800bbc authored by andy's avatar andy
Browse files

BUG: Changes missed during commit d9516c28

parent 43830d4b
Branches
Tags
No related merge requests found
......@@ -372,7 +372,7 @@ void Foam::ReactingMultiphaseParcel<ParcelType>::calc
td.cloud().hsTrans()[cellI] += dm*HsEff(td, pc, T0, idG, idL, idS);
td.cloud().phaseChange().addToPhaseChangeMass(dm);
td.cloud().phaseChange().addToPhaseChangeMass(np0*mass1);
}
return;
......
......@@ -530,7 +530,7 @@ void Foam::ReactingParcel<ParcelType>::calc
}
td.cloud().UTrans()[cellI] += dm*U0;
td.cloud().phaseChange().addToPhaseChangeMass(dm);
td.cloud().phaseChange().addToPhaseChangeMass(np0*mass1);
}
return;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment