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

updates to conform with explicitCellSource

parent c822efa6
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ Description
#include "chemistryModel.H"
#include "chemistrySolver.H"
#include "reactingThermoTypes.H"
#include "timeActivatedExplicitSource.H"
#include "timeActivatedExplicitCellSource.H"
#include "radiationModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -113,8 +113,6 @@ int main(int argc, char *argv[])
turbulence->correct();
enthalpySource.update();
rho = thermo->rho();
if (runTime.write())
......
......@@ -105,8 +105,8 @@
volScalarField DpDt =
fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p);
Info<< "\nConstructing explicit enthalpy source" << endl;
timeActivatedExplicitSource enthalpySource
Info<< "\nConstructing explicit enthalpy cell source" << endl;
timeActivatedExplicitCellSource enthalpySource
(
"enthalpySource",
mesh,
......
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