reactingParticleFoam: Support singleComponentMixtures

This is useful for testing purposes in comparison with rhoPimpleFoam.

Also made a fix to the handling of multivariate convection schemes in
chtMultiRegionFoam.
This commit is contained in:
Will Bainbridge
2020-07-31 10:44:30 +01:00
parent 208e5f1b33
commit 5f3c604d05
10 changed files with 79 additions and 53 deletions

View File

@ -30,7 +30,6 @@ divSchemes
default none;
div(phi,U) Gauss linearUpwind grad(U);
div(phi,h) Gauss linearUpwind limitedGrad;
div(phi,Yi_h) Gauss limitedLinear 1;
div(phi,k) Gauss linearUpwind limitedGrad;
div(phi,epsilon) Gauss linearUpwind limitedGrad;