Skip to content

Commit 04bf6c8

Browse files
committed
Reorg of SprayProps
1 parent e6cf72c commit 04bf6c8

File tree

5 files changed

+614
-591
lines changed

5 files changed

+614
-591
lines changed

Source/Spray/Make.package

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
CEXE_headers += SprayProperties.H
2+
CEXE_headers += SprayPropertiesPeleMP.H
3+
CEXE_headers += SprayPropertiesGCM.H
24
CEXE_headers += SprayParticles.H
35
CEXE_headers += SprayFuelData.H
46
CEXE_headers += SprayInterpolation.H

Source/Spray/SprayFuelData.H

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#define SPRAYFUELDATA_H
33

44
#include "PelePhysics.H"
5-
#include "SprayProperties.H"
5+
#include "SprayPropertiesPeleMP.H"
6+
#include "SprayPropertiesGCM.H"
67
#include <AMReX_RealVect.H>
78

89
// Spray flags and indices

0 commit comments

Comments
 (0)