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 "ReactingMultiphaseCloud.H"
|
||||||
|
#include "NoComposition.H"
|
||||||
#include "SingleMixtureFraction.H"
|
#include "SingleMixtureFraction.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -38,6 +39,13 @@ License
|
|||||||
makeCompositionModel(ReactingCloud<ParcelType>); \
|
makeCompositionModel(ReactingCloud<ParcelType>); \
|
||||||
\
|
\
|
||||||
makeCompositionModelType \
|
makeCompositionModelType \
|
||||||
|
( \
|
||||||
|
NoComposition, \
|
||||||
|
ReactingCloud, \
|
||||||
|
ParcelType \
|
||||||
|
); \
|
||||||
|
\
|
||||||
|
makeCompositionModelType \
|
||||||
( \
|
( \
|
||||||
SingleMixtureFraction, \
|
SingleMixtureFraction, \
|
||||||
ReactingCloud, \
|
ReactingCloud, \
|
||||||
|
|||||||
@ -29,6 +29,7 @@ License
|
|||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
#include "ReactingCloud.H"
|
#include "ReactingCloud.H"
|
||||||
|
#include "NoComposition.H"
|
||||||
#include "SinglePhaseMixture.H"
|
#include "SinglePhaseMixture.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -38,6 +39,13 @@ License
|
|||||||
makeCompositionModel(ReactingCloud<ParcelType>); \
|
makeCompositionModel(ReactingCloud<ParcelType>); \
|
||||||
\
|
\
|
||||||
makeCompositionModelType \
|
makeCompositionModelType \
|
||||||
|
( \
|
||||||
|
NoComposition, \
|
||||||
|
ReactingCloud, \
|
||||||
|
ParcelType \
|
||||||
|
); \
|
||||||
|
\
|
||||||
|
makeCompositionModelType \
|
||||||
( \
|
( \
|
||||||
SinglePhaseMixture, \
|
SinglePhaseMixture, \
|
||||||
ReactingCloud, \
|
ReactingCloud, \
|
||||||
|
|||||||
Reference in New Issue
Block a user