Skip to content
Snippets Groups Projects
Commit 88b65189 authored by Prashant Sonakar's avatar Prashant Sonakar
Browse files

BUG: adding case path to support parallel execution (Fixes #449)

parent 9f3e27e0
No related branches found
No related tags found
No related merge requests found
......@@ -416,7 +416,8 @@ void Foam::timeVaryingMappedFixedValueFvPatchField<Type>::checkTable()
// Reread values and interpolate
fileName valsFile
(
this->db().time().caseConstant()
this->db().time().path()
/this->db().time().caseConstant()
/"boundaryData"
/this->patch().name()
/sampleTimes_[endSampleTime_].name()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment