Skip to content

Commit

Permalink
Remove bug, to test how results compare to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 21, 2024
1 parent bbe3752 commit 73978bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSI/ForceBase.C
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ std::size_t preciceAdapter::FSI::ForceBase::writeToBuffer(double* buffer,
if (solverType_.compare("incompressible") == 0)
{
forceField.boundaryFieldRef()[patchID] =
0.5 * surface * pb[patchID] * rhob[patchID];
surface * pb[patchID] * rhob[patchID];
}
else if (solverType_.compare("compressible") == 0)
{
Expand Down

0 comments on commit 73978bf

Please sign in to comment.