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

@ -1,4 +1,4 @@
/*--------------------------------*- C++ -*----------------------------------* \
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |

View File

@ -44,8 +44,8 @@ divSchemes
div(phi,Theta) Gauss limitedLinear 1;
div(phid1,p) Gauss upwind;
div(phid2,p) Gauss upwind;
div(phi1,p) Gauss linear;
div(phi2,p) Gauss linear;
div(phi1,K1) Gauss limitedLinearV 1;
div(phi2,K2) Gauss limitedLinearV 1;
}
laplacianSchemes

View File

@ -44,8 +44,8 @@ divSchemes
div((alpha2*Rc2)) Gauss linear;
div(phid1,p) Gauss upwind;
div(phid2,p) Gauss upwind;
div(phi1,p) Gauss linear;
div(phi2,p) Gauss linear;
div(phi1,K1) Gauss limitedLinearV 1;
div(phi2,K2) Gauss limitedLinearV 1;
}
laplacianSchemes