mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Thermodynamics: Completed most of the conversion of the enthalpy source
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------* \
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user