mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Test-PatchEdgeFaceWave: patchdist renamed
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user