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

solver updates for updated tracking

parent 98bd47cc
No related branches found
No related tags found
No related merge requests found
trackedReactingParcelFoam.C porousExplicitSourceReactingParcelFoam.C
EXE = $(FOAM_APPBIN)/trackedReactingParcelFoam EXE = $(FOAM_APPBIN)/porousExplicitSourceReactingParcelFoam
Info<< "\nConstructing reacting cloud" << endl; Info<< "\nConstructing reacting cloud" << endl;
BasicTrackedReactingCloud<icoPoly8ThermoPhysics> parcels BasicReactingCloud<icoPoly8ThermoPhysics> parcels
( (
"reactingCloud1", "reactingCloud1",
rho, rho,
......
...@@ -38,7 +38,7 @@ Description ...@@ -38,7 +38,7 @@ Description
#include "fvCFD.H" #include "fvCFD.H"
#include "hReactionThermo.H" #include "hReactionThermo.H"
#include "turbulenceModel.H" #include "turbulenceModel.H"
#include "BasicTrackedReactingCloud.H" #include "BasicReactingCloud.H"
#include "rhoChemistryModel.H" #include "rhoChemistryModel.H"
#include "chemistrySolver.H" #include "chemistrySolver.H"
#include "thermoPhysicsTypes.H" #include "thermoPhysicsTypes.H"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment