empty surface fields

This commit is contained in:
mattijs
2008-09-03 10:55:04 +01:00
parent accc0399fc
commit 24fcef879d

View File

@ -28,7 +28,7 @@ License
#include "OFstream.H" #include "OFstream.H"
#include "floatScalar.H" #include "floatScalar.H"
#include "writeFuns.H" #include "writeFuns.H"
#include "emptyFvPatchFields.H" #include "emptyFvsPatchFields.H"
#include "fvsPatchFields.H" #include "fvsPatchFields.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -100,7 +100,7 @@ void writeSurfFields
const fvPatch& pp = mesh.boundary()[patchI]; const fvPatch& pp = mesh.boundary()[patchI];
if (isA<emptyFvPatchVectorField>(pf)) if (isA<emptyFvsPatchVectorField>(pf))
{ {
// Note: loop over polypatch size, not fvpatch size. // Note: loop over polypatch size, not fvpatch size.
forAll(pp.patch(), i) forAll(pp.patch(), i)