Skip to content
Snippets Groups Projects
Commit 4084c6b3 authored by graham's avatar graham
Browse files

ENH: lagrangian/intermeditate. Compatibility changes after merge.

parent ad77ffc8
Branches
Tags
No related merge requests found
...@@ -329,7 +329,13 @@ bool Foam::InteractingKinematicParcel<ParcelType>::hitPatch ...@@ -329,7 +329,13 @@ bool Foam::InteractingKinematicParcel<ParcelType>::hitPatch
ParcelType& p = static_cast<ParcelType&>(*this); ParcelType& p = static_cast<ParcelType&>(*this);
td.cloud().postProcessing().postPatch(p, patchI); td.cloud().postProcessing().postPatch(p, patchI);
return td.cloud().patchInteraction().correct(pp, this->face(), U_); return td.cloud().patchInteraction().correct
(
pp,
this->face(),
td.keepParticle,
U_
);
} }
......
...@@ -26,7 +26,6 @@ License ...@@ -26,7 +26,6 @@ License
#include "basicInteractingKinematicParcel.H" #include "basicInteractingKinematicParcel.H"
#include "InteractingKinematicCloud.H" #include "InteractingKinematicCloud.H"
#include "makeParcelIOList.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...@@ -38,8 +37,6 @@ namespace Foam ...@@ -38,8 +37,6 @@ namespace Foam
( (
InteractingKinematicCloud<basicInteractingKinematicParcel>, 0 InteractingKinematicCloud<basicInteractingKinematicParcel>, 0
); );
makeParcelIOList(basicInteractingKinematicParcel);
}; };
......
...@@ -112,7 +112,7 @@ License ...@@ -112,7 +112,7 @@ License
makeInjectionModelThermoType \ makeInjectionModelThermoType \
( \ ( \
ReactingMultiphaseLookupTableInjection, \ ReactingMultiphaseLookupTableInjection, \
KinematicCloud, \ InteractingKinematicCloud, \
ParcelType, \ ParcelType, \
ThermoType \ ThermoType \
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment