Commit Graph

1063 Commits

Author SHA1 Message Date
Henry
c2930574a7 Updated header 2012-06-25 11:35:02 +01:00
Henry
23ad7a11fe multiphaseEulerFoam: Completed support for surface tension and contact angle.
Also improved the efficiency of the handling of the models by evaluating only those specified.
2012-06-25 11:34:46 +01:00
Henry
0cc2df494f Updated header 2012-06-22 11:55:30 +01:00
Henry
93355167ec multiphaseEulerFoam: Completed support for surface tension 2012-06-22 11:55:10 +01:00
Henry
35d545d08f Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-06-22 11:54:02 +01:00
Henry
34a97a0698 multiphaseEulerFoam: Removed kineticTheoryModels pending a rewrite 2012-06-22 11:53:56 +01:00
Henry
824ec8be0c Updated headers 2012-06-22 11:51:15 +01:00
Henry
0025112496 compressibleTwoPhaseEuler: Updated kinetic theory from 2.1.x 2012-06-22 11:50:55 +01:00
Henry
4260f4b6cd Updated headers 2012-06-22 11:49:50 +01:00
Henry
344aa46854 compressibleTwoPhaseEuler: Updated kinetic theory from 2.1.x 2012-06-22 11:49:30 +01:00
andy
1959789a6e ENH: Added sources to reactingParcelFoam, sprayFoam and sprayEngineFoam 2012-06-21 12:01:11 +01:00
andy
d53dcc591a BUG: Corrected combustion dQ output in spray solvers 2012-06-20 14:33:34 +01:00
andy
00f7cb06db ENH: Updated chemistry-combustion solvers following combustion models library updates 2012-06-19 13:07:19 +01:00
Henry
fb96dfd44b Updated headers 2012-06-06 17:45:27 +01:00
Henry
2d2ad386a6 Updated support for clang-3.1 2012-06-06 17:45:18 +01:00
Henry
3c6d730b5a Minor change to keep icpc happy 2012-06-06 16:07:51 +01:00
Henry
2d2787bd8c thermodynamics: Added pressure as an addition argument to all primitive thermodynamic functions
Added additional layer of templating to reactingMixture to support specie functions in a generic manner.
2012-06-05 19:51:57 +01:00
Henry
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
Henry
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
Henry
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
sergio
3fc8c16b0d BUG: Fix to source in energy Eq for solid 2012-05-22 16:29:41 +01:00
mattijs
f1b1d37868 COMP: Make/options: unused user library 2012-05-15 14:13:52 +01:00
sergio
0fd541cd81 Merge branch 'master' into enthalpyJump 2012-05-10 16:57:10 +01:00
sergio
7eb17886f8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-08 11:03:57 +01:00
sergio
fa4fd968a8 ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and
updating tutorials
2012-05-08 11:02:39 +01:00
Henry
e5cd8fff64 compressible solvers: renamed Kp -> Ekp (kinetic + pressure energy) 2012-05-04 16:20:11 +01:00
Henry
50cccded84 Updated headers 2012-05-04 14:48:57 +01:00
Henry
e156d19610 rhoSimpleFoam family: updated to use e rather than h 2012-05-04 14:48:46 +01:00
Henry
476b39d5a1 Updated header 2012-05-03 15:14:41 +01:00
Henry
2e09a6628e sonicLiquidFoam: Updated pressure equation to use Dp 2012-05-03 15:14:32 +01:00
Henry
0471d9cb27 Updated headers 2012-05-03 14:15:24 +01:00
Henry
b55941c07f compressible solvers: Name pressure diffusivity Dp 2012-05-03 14:15:15 +01:00
Henry
26c9d330e7 rhoPimplecFoam: New compressible solver featuring PIMPLEC 2012-05-03 14:14:40 +01:00
Henry
ac9203e1b8 rhoSimplecFoam: Added coupled-patch handling to H1 to support parallel running 2012-05-02 10:53:29 +01:00
mattijs
1aa606184e COMP: chtMultiRegionFoam: built into FOAM_USER_APPBIN 2012-05-01 17:17:56 +01:00
Henry
3685e80369 nonNewtonianIcoFoam: Added stress transpose term 2012-04-29 22:02:38 +01:00
Henry
ef8efc27ba Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure 2012-04-20 09:49:58 +01:00
sergio
ea1706fe94 BUG: Changed createSingleCellMesh to READ_IF_PRESENT Io
read option
2012-04-19 16:36:58 +01:00
Henry
28762dc468 Removed trailing whitespace 2012-04-19 14:17:30 +01:00
Henry
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
Henry
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
Henry
6ce4484918 interFoam et. al.: Changed phiU to phiHbyA and cache HbyA rather than changing U 2012-04-18 16:33:59 +01:00
Henry
88d6efca27 buoyantBoussinesqPimpleFoam: Changed the sign of phig 2012-04-18 16:33:02 +01:00
Henry
db0ba8d11c compressibleInterFoam: Added new equation of state adiabaticPerfectFluid 2012-04-17 16:50:21 +01:00
Henry
cd51a5eea3 Consistency: Changed exponent FORTRAN style 'E' to C style 'e' 2012-04-17 16:48:27 +01:00
Henry
e514d0a79c Updated headers 2012-04-16 15:55:00 +01:00
Henry
629bca4de9 compressibleInterFoam: Add support for run-time selectable equation of state 2012-04-16 15:54:08 +01:00
Henry
8e3e1808ec compressibleInterFoam: Added thermal support 2012-04-16 11:47:28 +01:00
Henry
aa7c66a3ff twoPhaseMixture: Added support for named phases
e.g. in transportProperties

phases (air water);
2012-04-16 11:46:35 +01:00
andy
7588bdde06 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-04-10 14:25:23 +01:00