Commit Graph

1046 Commits

Author SHA1 Message Date
10332e4fff Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/thermophysicalModels/basic/Make/files
	src/thermophysicalModels/basic/basicThermo/basicThermo.C
	src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C
	src/thermophysicalModels/basic/psiThermo/hsPsiThermo/hsPsiThermo.C
	src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C
	src/thermophysicalModels/basic/rhoThermo/hsRhoThermo/hsRhoThermo.C
	src/thermophysicalModels/thermalPorousZone/thermalModel/fixedTemperature/fixedTemperature.C
2012-05-30 15:32:20 +01:00
dead8ec098 Thermodynamics: Rationalization
At the specie level:
    hs = sensible enthalpy
    ha = absolute (what was total) enthalpy
    es = sensibly internal energy
    ea = absolute (what was total) internal energy

At top-level
    Rename total enthalpy h -> ha
    Rename sensible enthalpy hs -> h

Combined h, hs, e and es thermo packages into a single structure.

Thermo packages now provide "he" function which may return either enthalpy or
internal energy, sensible or absolute according to the run-time selected form

alphaEff now returns the effective diffusivity for the particular energy which
the thermodynamics package is selected to solve for.
2012-05-30 15:21:32 +01:00
63da3e9afc Thermodynamics: Rationalization
At the specie level:
    hs = sensible enthalpy
    ha = absolute (what was total) enthalpy
    es = sensibly internal energy
    ea = absolute (what was total) internal energy

At top-level
    Rename total enthalpy h -> ha
    Rename sensible enthalpy hs -> h

Combined h, hs, e and es thermo packages into a single structure.

Thermo packages now provide "he" function which may return either enthalpy or
internal energy, sensible or absolute according to the run-time selected form

alphaEff now returns the effective diffusivity for the particular energy which
the thermodynamics package is selected to solve for.
2012-05-30 15:19:38 +01:00
3fc8c16b0d BUG: Fix to source in energy Eq for solid 2012-05-22 16:29:41 +01:00
f1b1d37868 COMP: Make/options: unused user library 2012-05-15 14:13:52 +01:00
0fd541cd81 Merge branch 'master' into enthalpyJump 2012-05-10 16:57:10 +01:00
7eb17886f8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-08 11:03:57 +01:00
fa4fd968a8 ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and
updating tutorials
2012-05-08 11:02:39 +01:00
e5cd8fff64 compressible solvers: renamed Kp -> Ekp (kinetic + pressure energy) 2012-05-04 16:20:11 +01:00
50cccded84 Updated headers 2012-05-04 14:48:57 +01:00
e156d19610 rhoSimpleFoam family: updated to use e rather than h 2012-05-04 14:48:46 +01:00
476b39d5a1 Updated header 2012-05-03 15:14:41 +01:00
2e09a6628e sonicLiquidFoam: Updated pressure equation to use Dp 2012-05-03 15:14:32 +01:00
0471d9cb27 Updated headers 2012-05-03 14:15:24 +01:00
b55941c07f compressible solvers: Name pressure diffusivity Dp 2012-05-03 14:15:15 +01:00
26c9d330e7 rhoPimplecFoam: New compressible solver featuring PIMPLEC 2012-05-03 14:14:40 +01:00
ac9203e1b8 rhoSimplecFoam: Added coupled-patch handling to H1 to support parallel running 2012-05-02 10:53:29 +01:00
1aa606184e COMP: chtMultiRegionFoam: built into FOAM_USER_APPBIN 2012-05-01 17:17:56 +01:00
3685e80369 nonNewtonianIcoFoam: Added stress transpose term 2012-04-29 22:02:38 +01:00
ef8efc27ba Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure 2012-04-20 09:49:58 +01:00
ea1706fe94 BUG: Changed createSingleCellMesh to READ_IF_PRESENT Io
read option
2012-04-19 16:36:58 +01:00
28762dc468 Removed trailing whitespace 2012-04-19 14:17:30 +01:00
70595a9a61 Buoyant solvers: changed the sign of phig to be consistent with the sign of the buoyancy force on the RHS of UEqn 2012-04-19 10:08:59 +01:00
59f63768d6 multiphase: Changed phiU to phiHbyA and cache HbyA rather than store the velocity predictor in U 2012-04-19 09:39:56 +01:00
6ce4484918 interFoam et. al.: Changed phiU to phiHbyA and cache HbyA rather than changing U 2012-04-18 16:33:59 +01:00
88d6efca27 buoyantBoussinesqPimpleFoam: Changed the sign of phig 2012-04-18 16:33:02 +01:00
db0ba8d11c compressibleInterFoam: Added new equation of state adiabaticPerfectFluid 2012-04-17 16:50:21 +01:00
cd51a5eea3 Consistency: Changed exponent FORTRAN style 'E' to C style 'e' 2012-04-17 16:48:27 +01:00
e514d0a79c Updated headers 2012-04-16 15:55:00 +01:00
629bca4de9 compressibleInterFoam: Add support for run-time selectable equation of state 2012-04-16 15:54:08 +01:00
8e3e1808ec compressibleInterFoam: Added thermal support 2012-04-16 11:47:28 +01:00
aa7c66a3ff twoPhaseMixture: Added support for named phases
e.g. in transportProperties

phases (air water);
2012-04-16 11:46:35 +01:00
7588bdde06 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-04-10 14:25:23 +01:00
14703be717 ENH: Added Allwmake script for sprayFoam solvers 2012-04-10 12:35:01 +01:00
be78e2026e rhoSimplecFoam: Update header 2012-04-04 17:43:09 +01:00
e8bdf072fe rhoSimplecFoam: Update wrt latest relaxation strategy and move into rhoSimpleFoam 2012-04-04 17:42:44 +01:00
917301d62b Corrected headers and formatting 2012-04-02 12:06:36 +01:00
bbacf976d3 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-03-30 16:31:20 +01:00
30c6e0c77f multiphaseEulerFoam/correctPhi.H: Remove adjustPhi 2012-03-30 16:31:12 +01:00
3c6c675081 STYLE: Remove trailing whitespace 2012-03-30 08:53:47 +01:00
3180339163 STYLE: Corrected typos in header file comments 2012-03-26 09:29:32 +01:00
9d7cb91af1 Update headers 2012-03-22 11:48:29 +00:00
1ebe55d95b multiphase solvers: remove lift and drag at fixed-flux BCs, i.e. inlets 2012-03-22 11:48:09 +00:00
405ed91b21 rhoCentralFoam: corrected reading of Pr 2012-03-22 09:49:47 +00:00
61a0fb168a twoPhaseEulerFoam/pEqn.H: use cell-based drag in momentum corrector 2012-03-21 17:39:07 +00:00
97e659a5c6 multiphaseEulerFoam/pEqn.H: Improved handling of negative alpha for the creation of Dp 2012-03-21 17:38:23 +00:00
061511e3de compressibleTwoPhaseEulerFoam/pEqn.H: minor reformat 2012-03-21 17:36:42 +00:00
78522ae3c6 multiphase MRF solvers: added Coriolis contribution to the virtual-mass force 2012-03-21 17:35:54 +00:00
0b240922e9 twoPhaseEulerFoam: updated alphaEqn to use MULES 2012-03-19 16:14:58 +00:00
3324e7bbff interFoam: minor formatting improvement 2012-03-19 16:13:46 +00:00