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

ENH: Added coneNozzleInjection to reacting multiphase cloud sub-models

parent 07c71f6d
Branches
Tags
No related merge requests found
......@@ -44,6 +44,7 @@ License
makeInjectionModel(CloudType); \
makeInjectionModelType(CellZoneInjection, CloudType); \
makeInjectionModelType(ConeInjection, CloudType); \
makeInjectionModelType(ConeNozzleInjection, CloudType); \
makeInjectionModelType(FieldActivatedInjection, CloudType); \
makeInjectionModelType(ManualInjection, CloudType); \
makeInjectionModelType(NoInjection, 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