From 232e8a75d0a5cf41210bcefec0e3cf125abe04d0 Mon Sep 17 00:00:00 2001 From: danielque Date: Thu, 18 May 2017 14:10:00 +0200 Subject: [PATCH] use better name for volScalarField --- .../smoothingModel/constDiffSmoothing/constDiffSmoothing.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lagrangian/cfdemParticle/subModels/smoothingModel/constDiffSmoothing/constDiffSmoothing.C b/src/lagrangian/cfdemParticle/subModels/smoothingModel/constDiffSmoothing/constDiffSmoothing.C index 824b2630..dc739cc2 100644 --- a/src/lagrangian/cfdemParticle/subModels/smoothingModel/constDiffSmoothing/constDiffSmoothing.C +++ b/src/lagrangian/cfdemParticle/subModels/smoothingModel/constDiffSmoothing/constDiffSmoothing.C @@ -194,7 +194,7 @@ void constDiffSmoothing::smoothenReferenceField(volVectorField& fieldSrc) const ( IOobject ( - "xxx", + "NLarge", particleCloud_.mesh().time().timeName(), particleCloud_.mesh(), IOobject::NO_READ,