From e4dbde9b8a2eecca150f3da93438ee4942c8b219 Mon Sep 17 00:00:00 2001 From: ignis Date: Thu, 23 Jun 2016 15:08:46 +0900 Subject: [PATCH] plasmaReactingFoam electron related source term correction --- applications/solvers/combustion/plasmaReactingFoam/PhiEqn.H | 2 +- applications/solvers/combustion/plasmaReactingFoam/UEqn.H | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/solvers/combustion/plasmaReactingFoam/PhiEqn.H b/applications/solvers/combustion/plasmaReactingFoam/PhiEqn.H index b73c80e9..8b78a8b2 100644 --- a/applications/solvers/combustion/plasmaReactingFoam/PhiEqn.H +++ b/applications/solvers/combustion/plasmaReactingFoam/PhiEqn.H @@ -3,7 +3,7 @@ ( fvm::laplacian(Phi) + fvc::Sp(rho, qc)/epsilon0 - + fvc::Sp(eCharge, ne)/epsilon0 + - fvc::Sp(eCharge, ne)/epsilon0 ); E = -fvc::grad(Phi); diff --git a/applications/solvers/combustion/plasmaReactingFoam/UEqn.H b/applications/solvers/combustion/plasmaReactingFoam/UEqn.H index 36eb9e6a..aa678de6 100644 --- a/applications/solvers/combustion/plasmaReactingFoam/UEqn.H +++ b/applications/solvers/combustion/plasmaReactingFoam/UEqn.H @@ -6,7 +6,6 @@ == rho*g + rho*qc*E - + eCharge*ne*E + fvOptions(rho, U) );