mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Consistency improvement for setting postProcessing directory name
This commit is contained in:
@ -24,6 +24,7 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "noiseModel.H"
|
||||
#include "functionObject.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
@ -143,7 +144,7 @@ Foam::fileName Foam::noiseModel::baseFileDir(const label dataseti) const
|
||||
word datasetName("input" + Foam::name(dataseti));
|
||||
baseDir =
|
||||
baseDir.expand()
|
||||
/"postProcessing"
|
||||
/functionObject::outputPrefix
|
||||
/"noise"
|
||||
/outputPrefix_
|
||||
/type()
|
||||
|
||||
Reference in New Issue
Block a user