plasmaReactingFoam electron related source term correction

This commit is contained in:
ignis 2016-06-23 15:08:46 +09:00
parent adbbe5d96e
commit e4dbde9b8a
2 changed files with 1 additions and 2 deletions

View file

@ -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);

View file

@ -6,7 +6,6 @@
==
rho*g
+ rho*qc*E
+ eCharge*ne*E
+ fvOptions(rho, U)
);