mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Remove initialisation of cyclic since interferes with referred patch
setting transformation properties later on
This commit is contained in:
@ -113,7 +113,7 @@ cyclicFvPatchField<Type>::cyclicFvPatchField
|
||||
// << "Underlying cyclic:" << cyclicPatch_.name()
|
||||
// << " with parallel:" << cyclicPatch_.parallel() << endl;
|
||||
|
||||
this->coupledFvPatchField<Type>::evaluate(Pstream::blocking);
|
||||
//this->evaluate(Pstream::blocking);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user