mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'BUG_GL_449' into 'master'
BUG: adding case path to support parallel execution (Fixes #449) Closes #449 See merge request !101
This commit is contained in:
@ -416,7 +416,8 @@ void Foam::timeVaryingMappedFixedValueFvPatchField<Type>::checkTable()
|
|||||||
// Reread values and interpolate
|
// Reread values and interpolate
|
||||||
fileName valsFile
|
fileName valsFile
|
||||||
(
|
(
|
||||||
this->db().time().caseConstant()
|
this->db().time().path()
|
||||||
|
/this->db().time().caseConstant()
|
||||||
/"boundaryData"
|
/"boundaryData"
|
||||||
/this->patch().name()
|
/this->patch().name()
|
||||||
/sampleTimes_[endSampleTime_].name()
|
/sampleTimes_[endSampleTime_].name()
|
||||||
|
|||||||
Reference in New Issue
Block a user