Thermodynamics: Completed most of the conversion of the enthalpy source

This commit is contained in:
Henry
2011-11-23 16:56:13 +00:00
parent 93c8dc69e1
commit dc810ea88d
83 changed files with 173 additions and 186 deletions

View File

@ -33,7 +33,7 @@ divSchemes
div(phi,U) Gauss upwind;
div(phi,Yi_h) Gauss upwind;
div(phi,h) Gauss upwind;
div(phiU,p) Gauss upwind;
div(phi,K) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,k) Gauss upwind;
div((muEff*dev2(T(grad(U))))) Gauss linear;

View File

@ -92,8 +92,6 @@ PIMPLE
additional
{
pressureWork true;
pressureWorkTimeDerivative true;
solveSpecies true;
}

View File

@ -31,7 +31,7 @@ divSchemes
default none;
div(phi,U) Gauss upwind;
div(phid,p) Gauss upwind;
div(phiU,p) Gauss linear;
div(phi,K) Gauss linear;
div(phi,hs) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;

View File

@ -79,8 +79,6 @@ PIMPLE
additional
{
pressureWork true;
pressureWorkTimeDerivative false; // true;
solveSpecies true;
}