Skip to content
Snippets Groups Projects
Commit c6a1789b authored by andy's avatar andy
Browse files

ENH: Updated uniformJumpAMI BC

parent 215a3267
No related merge requests found
......@@ -73,6 +73,10 @@ Foam::uniformJumpAMIFvPatchField<Type>::uniformJumpAMIFvPatchField
{
fvPatchField<Type>::operator=(Field<Type>("value", dict, p.size()));
}
else
{
this->evaluate(Pstream::blocking);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment