plasmaReactingFoam electron related source term correction
This commit is contained in:
parent
adbbe5d96e
commit
e4dbde9b8a
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
(
|
(
|
||||||
fvm::laplacian(Phi)
|
fvm::laplacian(Phi)
|
||||||
+ fvc::Sp(rho, qc)/epsilon0
|
+ fvc::Sp(rho, qc)/epsilon0
|
||||||
+ fvc::Sp(eCharge, ne)/epsilon0
|
- fvc::Sp(eCharge, ne)/epsilon0
|
||||||
);
|
);
|
||||||
|
|
||||||
E = -fvc::grad(Phi);
|
E = -fvc::grad(Phi);
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
==
|
==
|
||||||
rho*g
|
rho*g
|
||||||
+ rho*qc*E
|
+ rho*qc*E
|
||||||
+ eCharge*ne*E
|
|
||||||
+ fvOptions(rho, U)
|
+ fvOptions(rho, U)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue