COMP: Test-PatchEdgeFaceWave: patchdist renamed

This commit is contained in:
mattijs
2013-01-08 21:51:50 +00:00
parent 4194ae50f7
commit 49645b5926

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -32,7 +32,7 @@ Description
#include "volFields.H" #include "volFields.H"
#include "PatchEdgeFaceWave.H" #include "PatchEdgeFaceWave.H"
#include "patchEdgeFaceInfo.H" #include "patchEdgeFaceInfo.H"
#include "patchDist.H" #include "patchPatchDist.H"
using namespace Foam; using namespace Foam;
@ -136,7 +136,7 @@ int main(int argc, char *argv[])
<< " from edges shared with patches " << otherPatchIDs << " from edges shared with patches " << otherPatchIDs
<< endl; << endl;
patchDist pwd(patch, otherPatchIDs); patchPatchDist pwd(patch, otherPatchIDs);
// Extract as patchField // Extract as patchField
volScalarField vsf volScalarField vsf