diff --git a/applications/solvers/multiphase/icoReactingMultiphaseInterFoam/phasesSystem/phaseSystem/phaseSystem.C b/applications/solvers/multiphase/icoReactingMultiphaseInterFoam/phasesSystem/phaseSystem/phaseSystem.C index ea7aa28fd1..2ad16d941b 100644 --- a/applications/solvers/multiphase/icoReactingMultiphaseInterFoam/phasesSystem/phaseSystem/phaseSystem.C +++ b/applications/solvers/multiphase/icoReactingMultiphaseInterFoam/phasesSystem/phaseSystem/phaseSystem.C @@ -929,7 +929,7 @@ Foam::phaseSystem::surfaceTensionForce() const mesh_ ), mesh_, - dimensionedScalar(dimForce, Zero) + dimensionedScalar({1, -2, -2, 0, 0, 0}, Zero) ); auto& stf = tstf.ref();