plasmaReactingFoam reads dummy rhoq field for inter-process boundary

This commit is contained in:
ignis 2016-10-19 22:02:03 +09:00
parent 7fa2c35514
commit 094abfc49c

View file

@ -265,10 +265,11 @@ volScalarField rhoq
"rhoq",
runTime.timeName(),
mesh,
IOobject::NO_READ,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
(rho * qc) - (eCharge * ne)
mesh
// (rho * qc) - (eCharge * ne)
);
Info<< "Creating field gas number density\n" << endl;