plasmaReactingFoam reads dummy rhoq field for inter-process boundary
This commit is contained in:
parent
7fa2c35514
commit
094abfc49c
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue