ENH: Updated uniformJumpAMI BC

This commit is contained in:
andy
2012-11-15 17:00:25 +00:00
parent 215a32679d
commit c6a1789b9d

View File

@ -73,6 +73,10 @@ Foam::uniformJumpAMIFvPatchField<Type>::uniformJumpAMIFvPatchField
{
fvPatchField<Type>::operator=(Field<Type>("value", dict, p.size()));
}
else
{
this->evaluate(Pstream::blocking);
}
}