mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Resolved conflict
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -135,12 +135,12 @@ void Foam::partialWrite::read(const dictionary& dict)
|
||||
|
||||
void Foam::partialWrite::execute()
|
||||
{
|
||||
// Do nothing - only valid on write
|
||||
}
|
||||
|
||||
|
||||
void Foam::partialWrite::end()
|
||||
{
|
||||
//Pout<< "end at time " << obr_.time().timeName() << endl;
|
||||
// Do nothing - only valid on write
|
||||
}
|
||||
|
||||
|
||||
@ -94,7 +94,7 @@ void Foam::removeRegisteredObject::execute()
|
||||
|
||||
void Foam::removeRegisteredObject::end()
|
||||
{
|
||||
execute();
|
||||
// Do nothing - only valid on execute
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -195,7 +195,7 @@ void Foam::writeDictionary::execute()
|
||||
|
||||
void Foam::writeDictionary::end()
|
||||
{
|
||||
execute();
|
||||
// do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -288,12 +288,7 @@ void Foam::fieldAverage::execute()
|
||||
|
||||
|
||||
void Foam::fieldAverage::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
void Foam::fieldAverage::timeSet()
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -30,7 +30,7 @@ License
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
defineTypeNameAndDebug(fieldCoordinateSystemTransform, 0);
|
||||
defineTypeNameAndDebug(fieldCoordinateSystemTransform, 0);
|
||||
}
|
||||
|
||||
|
||||
@ -110,10 +110,7 @@ void Foam::fieldCoordinateSystemTransform::execute()
|
||||
|
||||
void Foam::fieldCoordinateSystemTransform::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -239,10 +239,7 @@ void Foam::fieldValues::fieldValueDelta::execute()
|
||||
|
||||
void Foam::fieldValues::fieldValueDelta::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -361,15 +361,7 @@ void Foam::nearWallFields::execute()
|
||||
|
||||
void Foam::nearWallFields::end()
|
||||
{
|
||||
if (debug)
|
||||
{
|
||||
Info<< "nearWallFields:end()" << endl;
|
||||
}
|
||||
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -31,7 +31,7 @@ License
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
defineTypeNameAndDebug(processorField, 0);
|
||||
defineTypeNameAndDebug(processorField, 0);
|
||||
}
|
||||
|
||||
|
||||
@ -119,10 +119,7 @@ void Foam::processorField::execute()
|
||||
|
||||
void Foam::processorField::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -104,10 +104,7 @@ void Foam::readFields::execute()
|
||||
|
||||
void Foam::readFields::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -108,10 +108,7 @@ void Foam::surfaceInterpolateFields::execute()
|
||||
|
||||
void Foam::surfaceInterpolateFields::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -180,10 +180,7 @@ void Foam::valueAverage::execute()
|
||||
|
||||
void Foam::valueAverage::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -425,10 +425,7 @@ void Foam::forceCoeffs::execute()
|
||||
|
||||
void Foam::forceCoeffs::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1035,10 +1035,7 @@ void Foam::forces::execute()
|
||||
|
||||
void Foam::forces::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -149,10 +149,7 @@ void Foam::calcFvcDiv::execute()
|
||||
|
||||
void Foam::calcFvcDiv::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -111,10 +111,7 @@ void Foam::calcFvcGrad::execute()
|
||||
|
||||
void Foam::calcFvcGrad::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -114,10 +114,7 @@ void Foam::calcMag::execute()
|
||||
|
||||
void Foam::calcMag::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -236,10 +236,7 @@ void Foam::runTimeControl::execute()
|
||||
|
||||
void Foam::runTimeControl::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -159,10 +159,7 @@ void Foam::CourantNo::execute()
|
||||
|
||||
void Foam::CourantNo::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -176,10 +176,7 @@ void Foam::DESModelRegions::execute()
|
||||
|
||||
void Foam::DESModelRegions::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -148,10 +148,7 @@ void Foam::Lambda2::execute()
|
||||
|
||||
void Foam::Lambda2::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -202,10 +202,7 @@ void Foam::Peclet::execute()
|
||||
|
||||
void Foam::Peclet::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -32,7 +32,7 @@ License
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
defineTypeNameAndDebug(Q, 0);
|
||||
defineTypeNameAndDebug(Q, 0);
|
||||
}
|
||||
|
||||
|
||||
@ -141,10 +141,7 @@ void Foam::Q::execute()
|
||||
|
||||
void Foam::Q::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -146,12 +146,10 @@ void Foam::blendingFactor::execute()
|
||||
|
||||
void Foam::blendingFactor::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
void Foam::blendingFactor::timeSet()
|
||||
{
|
||||
// Do nothing
|
||||
|
||||
@ -468,17 +468,17 @@ void Foam::fluxSummary::initialiseCellZoneAndDirection
|
||||
returnReduce(patch.nEdges(), sumOp<label>())
|
||||
);
|
||||
|
||||
label nCells = 0;
|
||||
forAll(allFaceInfo, faceI)
|
||||
{
|
||||
if (allFaceInfo[faceI].region() == regionI)
|
||||
{
|
||||
nCells++;
|
||||
}
|
||||
}
|
||||
|
||||
if (debug)
|
||||
{
|
||||
label nCells = 0;
|
||||
forAll(allFaceInfo, faceI)
|
||||
{
|
||||
if (allFaceInfo[faceI].region() == regionI)
|
||||
{
|
||||
nCells++;
|
||||
}
|
||||
}
|
||||
|
||||
Info<< "*** region:" << regionI
|
||||
<< " found:" << returnReduce(nCells, sumOp<label>())
|
||||
<< " faces" << endl;
|
||||
|
||||
@ -329,10 +329,7 @@ void Foam::pressureTools::execute()
|
||||
|
||||
void Foam::pressureTools::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -328,10 +328,7 @@ void Foam::scalarTransport::execute()
|
||||
|
||||
void Foam::scalarTransport::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -140,10 +140,7 @@ void Foam::timeActivatedFileUpdate::execute()
|
||||
|
||||
void Foam::timeActivatedFileUpdate::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -276,12 +276,7 @@ void Foam::turbulenceFields::execute()
|
||||
|
||||
|
||||
void Foam::turbulenceFields::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
void Foam::turbulenceFields::timeSet()
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2014-2015 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -136,10 +136,7 @@ void Foam::vorticity::execute()
|
||||
|
||||
void Foam::vorticity::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -266,10 +266,7 @@ void Foam::wallShearStress::execute()
|
||||
|
||||
void Foam::wallShearStress::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -202,10 +202,7 @@ void Foam::yPlus::execute()
|
||||
|
||||
void Foam::yPlus::end()
|
||||
{
|
||||
if (active_)
|
||||
{
|
||||
execute();
|
||||
}
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user