const reference to thermo

This commit is contained in:
mattijs
2009-01-13 16:35:45 +00:00
parent 30964be5c2
commit bc3600f528
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ PDRkEpsilon::PDRkEpsilon
const volScalarField& rho, const volScalarField& rho,
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& phi, const surfaceScalarField& phi,
basicThermo& thermophysicalModel const basicThermo& thermophysicalModel
) )
: :
RASModel(typeName, rho, U, phi, thermophysicalModel), RASModel(typeName, rho, U, phi, thermophysicalModel),

View File

@ -93,7 +93,7 @@ public:
const volScalarField& rho, const volScalarField& rho,
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& phi, const surfaceScalarField& phi,
basicThermo& thermophysicalModel const basicThermo& thermophysicalModel
); );