Skip to content
Snippets Groups Projects
Commit 7927c4dd authored by andy's avatar andy
Browse files

ENH: Added injection models to spray cloud

parent c6ef6a02
Branches
Tags
No related merge requests found
......@@ -28,30 +28,29 @@ License
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "CellZoneInjection.H"
#include "ConeInjection.H"
#include "ConeNozzleInjection.H"
#include "FieldActivatedInjection.H"
#include "InflationInjection.H"
#include "ManualInjection.H"
#include "NoInjection.H"
#include "PatchInjection.H"
//#include "CommonRailInjection.H"
//#include "MultiHoleInjection.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#define makeSprayParcelInjectionModels(CloudType) \
\
makeInjectionModel(CloudType); \
\
makeInjectionModelType(CellZoneInjection, CloudType); \
makeInjectionModelType(ConeInjection, CloudType); \
makeInjectionModelType(ConeNozzleInjection, CloudType); \
makeInjectionModelType(FieldActivatedInjection, CloudType); \
makeInjectionModelType(InflationInjection, CloudType); \
makeInjectionModelType(ManualInjection, CloudType); \
makeInjectionModelType(NoInjection, CloudType); \
makeInjectionModelType(PatchInjection, CloudType); \
// makeSprayInjectionModelType(UnitInjection, CloudType); \
// makeSprayInjectionModelType(CommonRailInjection, CloudType); \
// makeSprayInjectionModelType(MultiHoleInjection, CloudType);
makeInjectionModelType(PatchInjection, CloudType);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
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