mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
added lookup injection model
This commit is contained in:
@ -31,6 +31,7 @@ License
|
|||||||
#include "FieldActivatedInjection.H"
|
#include "FieldActivatedInjection.H"
|
||||||
#include "ManualInjection.H"
|
#include "ManualInjection.H"
|
||||||
#include "NoInjection.H"
|
#include "NoInjection.H"
|
||||||
|
#include "ReactingLookupTableInjection.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
@ -63,6 +64,12 @@ namespace Foam
|
|||||||
KinematicCloud,
|
KinematicCloud,
|
||||||
trackedReactingParcel
|
trackedReactingParcel
|
||||||
);
|
);
|
||||||
|
makeInjectionModelType
|
||||||
|
(
|
||||||
|
ReactingLookupTableInjection,
|
||||||
|
KinematicCloud,
|
||||||
|
trackedReactingParcel
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user