mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added no-composition model to lagrangian/intermediate
This commit is contained in:
@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user