Skip to content
Snippets Groups Projects
Commit 071d979e authored by mattijs's avatar mattijs
Browse files

BUG: timeVaryingMapped: fixes #1640

parent 75b9f261
No related merge requests found
......@@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018 OpenCFD Ltd.
Copyright (C) 2018-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -246,8 +246,8 @@ void Foam::PatchFunction1Types::MappedFile<Type>::checkTable
// Reread values and interpolate
fileName samplePointsFile
(
mesh.time().path()
/mesh.time().caseConstant()
mesh.time().globalPath()
/mesh.time().constant()
/"boundaryData"
/this->patch_.name()
/pointsName_
......@@ -372,8 +372,8 @@ void Foam::PatchFunction1Types::MappedFile<Type>::checkTable
// Reread values and interpolate
fileName valsFile
(
mesh.time().path()
/mesh.time().caseConstant()
mesh.time().globalPath()
/mesh.time().constant()
/"boundaryData"
/this->patch_.name()
/sampleTimes_[startSampleTime_].name()
......@@ -433,8 +433,8 @@ void Foam::PatchFunction1Types::MappedFile<Type>::checkTable
// Reread values and interpolate
fileName valsFile
(
mesh.time().path()
/mesh.time().caseConstant()
mesh.time().globalPath()
/mesh.time().constant()
/"boundaryData"
/this->patch_.name()
/sampleTimes_[endSampleTime_].name()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment