Skip to content

Commit

Permalink
emptyOversetFvPatchField acts as zeroGradient on evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuko Vukcevic committed Nov 25, 2016
1 parent dbb5ab7 commit a060b36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ void emptyOversetFvPatchField<Type>::evaluate(const Pstream::commsTypes)
this->updateCoeffs();
}

// fvPatchField<Type>::operator==(this->patchInternalField());
fvPatchField<Type>::operator==(pTraits<Type>::zero);
// Note: acts as zero gradient boundary condition
fvPatchField<Type>::operator==(this->patchInternalField());
fvPatchField<Type>::evaluate();
}

Expand Down

0 comments on commit a060b36

Please sign in to comment.