mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
consistency updates
This commit is contained in:
@ -40,7 +40,7 @@ namespace Foam
|
||||
Foam::PDRDragModel::PDRDragModel
|
||||
(
|
||||
const dictionary& PDRProperties,
|
||||
const compressible::RASmodel& turbulence,
|
||||
const compressible::RASModel& turbulence,
|
||||
const volScalarField& rho,
|
||||
const volVectorField& U,
|
||||
const surfaceScalarField& phi
|
||||
|
||||
@ -38,7 +38,7 @@ SourceFiles
|
||||
|
||||
#include "IOdictionary.H"
|
||||
#include "hhuCombustionThermo.H"
|
||||
#include "RASmodel.H"
|
||||
#include "RASModel.H"
|
||||
#include "multivariateSurfaceInterpolationScheme.H"
|
||||
#include "runTimeSelectionTables.H"
|
||||
|
||||
@ -62,7 +62,7 @@ protected:
|
||||
|
||||
dictionary PDRDragModelCoeffs_;
|
||||
|
||||
const compressible::RASmodel& turbulence_;
|
||||
const compressible::RASModel& turbulence_;
|
||||
const volScalarField& rho_;
|
||||
const volVectorField& U_;
|
||||
const surfaceScalarField& phi_;
|
||||
@ -96,7 +96,7 @@ public:
|
||||
dictionary,
|
||||
(
|
||||
const dictionary& PDRProperties,
|
||||
const compressible::RASmodel& turbulence,
|
||||
const compressible::RASModel& turbulence,
|
||||
const volScalarField& rho,
|
||||
const volVectorField& U,
|
||||
const surfaceScalarField& phi
|
||||
@ -117,7 +117,7 @@ public:
|
||||
static autoPtr<PDRDragModel> New
|
||||
(
|
||||
const dictionary& PDRProperties,
|
||||
const compressible::RASmodel& turbulence,
|
||||
const compressible::RASModel& turbulence,
|
||||
const volScalarField& rho,
|
||||
const volVectorField& U,
|
||||
const surfaceScalarField& phi
|
||||
@ -130,7 +130,7 @@ public:
|
||||
PDRDragModel
|
||||
(
|
||||
const dictionary& PDRProperties,
|
||||
const compressible::RASmodel& turbulence,
|
||||
const compressible::RASModel& turbulence,
|
||||
const volScalarField& rho,
|
||||
const volVectorField& U,
|
||||
const surfaceScalarField& phi
|
||||
|
||||
@ -31,7 +31,7 @@ License
|
||||
Foam::autoPtr<Foam::PDRDragModel> Foam::PDRDragModel::New
|
||||
(
|
||||
const dictionary& PDRProperties,
|
||||
const compressible::RASmodel& turbulence,
|
||||
const compressible::RASModel& turbulence,
|
||||
const volScalarField& rho,
|
||||
const volVectorField& U,
|
||||
const surfaceScalarField& phi
|
||||
|
||||
Reference in New Issue
Block a user