Skip to content
GitLab
Projects
Groups
Snippets
/
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
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#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);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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