updates to conform with explicitCellSource

This commit is contained in:
andy
2009-06-05 16:35:35 +01:00
parent c822efa629
commit 44a01db5bc
2 changed files with 3 additions and 5 deletions

View File

@ -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())

View File

@ -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,