mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: corrected parallel operation of exernalCoupled BC
This commit is contained in:
@ -536,9 +536,10 @@ externalCoupledMixedFvPatchField
|
||||
fvPatchField<Type>::operator=(this->patchInternalField());
|
||||
}
|
||||
|
||||
commsDir_.expand();
|
||||
|
||||
if (Pstream::master())
|
||||
{
|
||||
commsDir_.expand();
|
||||
mkDir(baseDir());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user