BUG: forceCoeffs: correct the order of pressure and viscous components (fixes #2552)
This commit is contained in:
parent
a72d4a1708
commit
9f40db8977
@ -171,8 +171,8 @@ void Foam::functionObjects::forceCoeffs::calcForceCoeffs()
|
||||
|
||||
Cf_.reset
|
||||
(
|
||||
forceScaling.value()*coordSys.localVector(sumPatchForcesV_),
|
||||
forceScaling.value()*coordSys.localVector(sumPatchForcesP_),
|
||||
forceScaling.value()*coordSys.localVector(sumPatchForcesV_),
|
||||
forceScaling.value()*coordSys.localVector(sumInternalForces_)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user