BUG: corrected parallel operation of exernalCoupled BC
This commit is contained in:
parent
3a9ec0852e
commit
ca15f70a39
@ -536,9 +536,10 @@ externalCoupledMixedFvPatchField
|
||||
fvPatchField<Type>::operator=(this->patchInternalField());
|
||||
}
|
||||
|
||||
commsDir_.expand();
|
||||
|
||||
if (Pstream::master())
|
||||
{
|
||||
commsDir_.expand();
|
||||
mkDir(baseDir());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user