mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
updates to conform with explicitCellSource
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user