mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Corrected spelling typos in headers
This commit is contained in:
@ -78,7 +78,7 @@ public:
|
|||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& alphaRhoPhi,
|
const surfaceScalarField& alphaRhoPhi,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const transportModel& trasport,
|
const transportModel& transport,
|
||||||
const word& propertiesName
|
const word& propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ public:
|
|||||||
const volScalarField& rho,
|
const volScalarField& rho,
|
||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const transportModel& trasportModel,
|
const transportModel& transport,
|
||||||
const word& propertiesName = turbulenceModel::propertiesName
|
const word& propertiesName = turbulenceModel::propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -87,7 +87,7 @@ public:
|
|||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& alphaRhoPhi,
|
const surfaceScalarField& alphaRhoPhi,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const transportModel& trasport,
|
const transportModel& transport,
|
||||||
const word& propertiesName
|
const word& propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -69,7 +69,7 @@ public:
|
|||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& alphaRhoPhi,
|
const surfaceScalarField& alphaRhoPhi,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const transportModel& trasport,
|
const transportModel& transport,
|
||||||
const word& propertiesName
|
const word& propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ public:
|
|||||||
const volScalarField& rho,
|
const volScalarField& rho,
|
||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const transportModel& trasportModel,
|
const transportModel& transportModel,
|
||||||
const word& propertiesName = turbulenceModel::propertiesName
|
const word& propertiesName = turbulenceModel::propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ public:
|
|||||||
const volScalarField& rho,
|
const volScalarField& rho,
|
||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const transportModel& trasportModel,
|
const transportModel& transportModel,
|
||||||
const word& propertiesName = turbulenceModel::propertiesName
|
const word& propertiesName = turbulenceModel::propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -91,7 +91,7 @@ public:
|
|||||||
(
|
(
|
||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const TransportModel& trasportModel,
|
const TransportModel& transportModel,
|
||||||
const word& propertiesName = turbulenceModel::propertiesName
|
const word& propertiesName = turbulenceModel::propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -78,7 +78,7 @@ public:
|
|||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& alphaRhoPhi,
|
const surfaceScalarField& alphaRhoPhi,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const transportModel& trasport,
|
const transportModel& transport,
|
||||||
const word& propertiesName
|
const word& propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ public:
|
|||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& alphaRhoPhi,
|
const surfaceScalarField& alphaRhoPhi,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const transportModel& trasportModel,
|
const transportModel& transportModel,
|
||||||
const word& propertiesName = turbulenceModel::propertiesName
|
const word& propertiesName = turbulenceModel::propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -78,7 +78,7 @@ public:
|
|||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& alphaRhoPhi,
|
const surfaceScalarField& alphaRhoPhi,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const TransportModel& trasportModel,
|
const TransportModel& transportModel,
|
||||||
const word& propertiesName
|
const word& propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ public:
|
|||||||
const volVectorField& U,
|
const volVectorField& U,
|
||||||
const surfaceScalarField& alphaRhoPhi,
|
const surfaceScalarField& alphaRhoPhi,
|
||||||
const surfaceScalarField& phi,
|
const surfaceScalarField& phi,
|
||||||
const TransportModel& trasportModel,
|
const TransportModel& transportModel,
|
||||||
const word& propertiesName = turbulenceModel::propertiesName
|
const word& propertiesName = turbulenceModel::propertiesName
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user