foamPostProcess: Update all tutorials and documentation from postProcess to the new foamPostProcess

This commit is contained in:
Henry Weller
2022-08-05 12:21:59 +01:00
parent 9ec85a0c77
commit 792585f9ee
23 changed files with 34 additions and 34 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2017-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2017-2022 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -45,7 +45,7 @@ bool Foam::functionObjects::ddt::calc()
if (functionObject::postProcess)
{
WarningInFunction
<< "ddt is not supported with the postProcess utility"
<< "ddt is not supported with the foamPostProcess utility"
<< endl;
return false;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2016-2021 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2016-2022 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -142,7 +142,7 @@ public:
virtual bool execute();
//- Calculate the histogram and write.
// postProcess overrides the usual writeControl behaviour and
// foamPostProcess overrides the usual writeControl behaviour and
// forces writing always (used in post-processing mode)
virtual bool write();

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2018-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2018-2022 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -43,9 +43,9 @@ Description
}
\endverbatim
or using \c postProcess
or using \c foamPostProcess
\verbatim
postProcess -func 'log(p, clip=1e-3, checkDimensions=no)'
foamPostProcess -func 'log(p, clip=1e-3, checkDimensions=no)'
\endverbatim
Usage