reacting*EulerFoam/.../functionObjects/phaseForces: Sign correction
This commit is contained in:
@ -55,11 +55,11 @@ Foam::functionObjects::phaseForces::nonDragForce(const phasePair& pair) const
|
||||
|
||||
if (&pair.phase1() == &phase_)
|
||||
{
|
||||
return model.template F<vector>();
|
||||
return -model.template F<vector>();
|
||||
}
|
||||
else
|
||||
{
|
||||
return -model.template F<vector>();
|
||||
return model.template F<vector>();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user