Skip to content

Commit

Permalink
Introduce a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 21, 2024
1 parent 73978bf commit a7ee569
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] =
surface * pb[patchID] * rhob[patchID];
0.5 * surface * pb[patchID] * rhob[patchID];
}
else if (solverType_.compare("compressible") == 0)
{
Expand Down

0 comments on commit a7ee569

Please sign in to comment.