Updated headers

This commit is contained in:
Henry
2012-07-03 14:00:21 +01:00
parent c1696f9cde
commit d21b61a883
28 changed files with 76 additions and 70 deletions

View File

@ -27,10 +27,10 @@ License
#include "volFields.H"
#include "incompressible/RAS/RASModel/RASModel.H"
#include "nutkWallFunction/nutkWallFunctionFvPatchScalarField.H"
#include "nutWallFunction/nutWallFunctionFvPatchScalarField.H"
#include "compressible/RAS/RASModel/RASModel.H"
#include "mutkWallFunction/mutkWallFunctionFvPatchScalarField.H"
#include "mutWallFunction/mutWallFunctionFvPatchScalarField.H"
#include "wallDist.H"
@ -92,7 +92,7 @@ void Foam::yPlusRAS::calcIncompressibleYPlus
volScalarField& yPlus
)
{
typedef incompressible::RASModels::nutkWallFunctionFvPatchScalarField
typedef incompressible::RASModels::nutWallFunctionFvPatchScalarField
wallFunctionPatchField;
const incompressible::RASModel& model =
@ -150,7 +150,7 @@ void Foam::yPlusRAS::calcCompressibleYPlus
volScalarField& yPlus
)
{
typedef compressible::RASModels::mutkWallFunctionFvPatchScalarField
typedef compressible::RASModels::mutWallFunctionFvPatchScalarField
wallFunctionPatchField;
const compressible::RASModel& model =