eReactingFoam-4.x/PhiEqn.H
2018-08-12 23:13:02 -04:00

17 lines
302 B
C

{
solve
(
fvm::laplacian(Phi) + rho * thermo.composition().Qc() /epsilon0
);
E = -fvc::grad(Phi);
snE = -fvc::snGrad(Phi);
// tmp<volScalarField> tMagE (mag(E));
// const volScalarField &magE = tMagE();
// magE.writeMinMax(Info);
// En = magE / (ng);
}