Skip to content
Snippets Groups Projects
Commit dea66be8 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Added no-composition model to lagrangian/intermediate

parent a777715e
Branches
Tags
No related merge requests found
......@@ -29,6 +29,7 @@ License
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "ReactingMultiphaseCloud.H"
#include "NoComposition.H"
#include "SingleMixtureFraction.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -38,6 +39,13 @@ License
makeCompositionModel(ReactingCloud<ParcelType>); \
\
makeCompositionModelType \
( \
NoComposition, \
ReactingCloud, \
ParcelType \
); \
\
makeCompositionModelType \
( \
SingleMixtureFraction, \
ReactingCloud, \
......
......@@ -29,6 +29,7 @@ License
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "ReactingCloud.H"
#include "NoComposition.H"
#include "SinglePhaseMixture.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -38,6 +39,13 @@ License
makeCompositionModel(ReactingCloud<ParcelType>); \
\
makeCompositionModelType \
( \
NoComposition, \
ReactingCloud, \
ParcelType \
); \
\
makeCompositionModelType \
( \
SinglePhaseMixture, \
ReactingCloud, \
......
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