mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated uniformJumpAMI BC
This commit is contained in:
@ -73,6 +73,10 @@ Foam::uniformJumpAMIFvPatchField<Type>::uniformJumpAMIFvPatchField
|
|||||||
{
|
{
|
||||||
fvPatchField<Type>::operator=(Field<Type>("value", dict, p.size()));
|
fvPatchField<Type>::operator=(Field<Type>("value", dict, p.size()));
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this->evaluate(Pstream::blocking);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user