Skip to content

Commit

Permalink
Make gammaDot BC file "MUST_READ"
Browse files Browse the repository at this point in the history
to work around the wall interaction problem

This is the way it was used in the validation case and the paper.

Use "slip" BC for gammaDot on walls (essentially "zeroGradient").
  • Loading branch information
TS-CUBED committed Aug 26, 2022
1 parent a2dcbe6 commit 0160773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haemoFoamCommonCode/createFields_H_gammadot.H
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"gammaDot",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
// IOobject::READ_IF_PRESENT,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh,
Expand Down

0 comments on commit 0160773

Please sign in to comment.