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

This commit is contained in:
Prashant
2017-04-11 17:47:35 +05:30
parent 9f3e27e0aa
commit 88b65189d8

View File

@ -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()