From 63419630cca93171d1d8827977341df0f4f71aa8 Mon Sep 17 00:00:00 2001 From: ignis Date: Tue, 4 Apr 2017 07:54:08 +0900 Subject: [PATCH] momentum source by Lorentz force include electron charge --- applications/solvers/combustion/plasmaReactingFoam/UEqn.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/combustion/plasmaReactingFoam/UEqn.H b/applications/solvers/combustion/plasmaReactingFoam/UEqn.H index 900648e7..6dccc4d1 100644 --- a/applications/solvers/combustion/plasmaReactingFoam/UEqn.H +++ b/applications/solvers/combustion/plasmaReactingFoam/UEqn.H @@ -5,7 +5,7 @@ + turbulence->divDevRhoReff(U) == rho*g - + rho*qc*E + + rhoq*E + fvOptions(rho, U) );