Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
7927c4dd
Commit
7927c4dd
authored
May 27, 2011
by
andy
Browse files
ENH: Added injection models to spray cloud
parent
c6ef6a02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/spray/parcels/include/makeSprayParcelInjectionModels.H
View file @
7927c4dd
...
@@ -28,30 +28,29 @@ License
...
@@ -28,30 +28,29 @@ License
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "CellZoneInjection.H"
#include "ConeInjection.H"
#include "ConeInjection.H"
#include "ConeNozzleInjection.H"
#include "ConeNozzleInjection.H"
#include "FieldActivatedInjection.H"
#include "FieldActivatedInjection.H"
#include "InflationInjection.H"
#include "ManualInjection.H"
#include "ManualInjection.H"
#include "NoInjection.H"
#include "NoInjection.H"
#include "PatchInjection.H"
#include "PatchInjection.H"
//#include "CommonRailInjection.H"
//#include "MultiHoleInjection.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#define makeSprayParcelInjectionModels(CloudType) \
#define makeSprayParcelInjectionModels(CloudType) \
\
\
makeInjectionModel(CloudType); \
makeInjectionModel(CloudType); \
\
makeInjectionModelType(CellZoneInjection, CloudType); \
makeInjectionModelType(ConeInjection, CloudType); \
makeInjectionModelType(ConeInjection, CloudType); \
makeInjectionModelType(ConeNozzleInjection, CloudType); \
makeInjectionModelType(ConeNozzleInjection, CloudType); \
makeInjectionModelType(FieldActivatedInjection, CloudType); \
makeInjectionModelType(FieldActivatedInjection, CloudType); \
makeInjectionModelType(InflationInjection, CloudType); \
makeInjectionModelType(ManualInjection, CloudType); \
makeInjectionModelType(ManualInjection, CloudType); \
makeInjectionModelType(NoInjection, CloudType); \
makeInjectionModelType(NoInjection, CloudType); \
makeInjectionModelType(PatchInjection, CloudType); \
makeInjectionModelType(PatchInjection, CloudType);
// makeSprayInjectionModelType(UnitInjection, CloudType); \
// makeSprayInjectionModelType(CommonRailInjection, CloudType); \
// makeSprayInjectionModelType(MultiHoleInjection, CloudType);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment