Corrected sign of momentum source

This commit is contained in:
Henry
2013-12-21 12:25:47 +00:00
parent e31e86dd2e
commit b8335f88af

View File

@ -106,7 +106,7 @@ int main(int argc, char *argv[])
zeroGradientFvPatchVectorField::typeName
);
cloudVolSUSu.internalField() = - cloudSU.source()/mesh.V();
cloudVolSUSu.internalField() = -cloudSU.source()/mesh.V();
cloudVolSUSu.correctBoundaryConditions();
cloudSU.source() = vector::zero;