Commit Graph

1418 Commits

Author SHA1 Message Date
mattijs
2587c7d641 GIT: boundary: not needed 2012-07-09 09:24:23 +01:00
mattijs
c0882aef0c ENH: flange: tighten min-tet volume since has little effect 2012-07-06 17:42:22 +01:00
mattijs
a40ebc83ea ENH: motorBike: correct application 2012-07-06 15:15:00 +01:00
mattijs
e177a11de6 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-07-03 15:04:40 +01:00
sergio
433f81df7e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-07-03 14:12:09 +01:00
sergio
2cc1d163bf Changing write interval at control 2012-07-03 14:10:08 +01:00
Henry
3069a182d5 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-07-03 14:00:42 +01:00
Henry
d21b61a883 Updated headers 2012-07-03 14:00:21 +01:00
Henry
c1696f9cde mutWallFunctions: Generalised for RAS and LES
muSgsUSpaldingWallFunction removed, now use mutUSpaldingWallFunction
2012-07-03 13:57:27 +01:00
mattijs
84ff26263b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-07-03 13:07:01 +01:00
sergio
dccad82084 ENH: Modification of solid thermo, thermo baffles, pyrolysis and
tutorial, solvers solve for h in the solid
2012-07-03 10:54:27 +01:00
Henry
ef2bc10d11 nutWallFunctions: Generalised for RAS and LES
nuSgsUSpaldingWallFunction removed, now use nutUSpaldingWallFunction
2012-07-03 10:34:20 +01:00
mattijs
cc1d0d27e4 ENH: mixerAMI: use reconstructPar as well 2012-07-02 13:55:57 +01:00
mattijs
971e5fe30f ENH: movingCone: show usage of uniformFixedValue 2012-06-29 15:38:25 +01:00
mattijs
c8017cb44d BUG: turbineSiting: removed extranous 'value' field of uniformFixedValue 2012-06-29 15:17:06 +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
35d545d08f Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-06-22 11:54:02 +01:00
Henry
0025112496 compressibleTwoPhaseEuler: Updated kinetic theory from 2.1.x 2012-06-22 11:50:55 +01:00
andy
df6578151d ENH: Updated tutorial input files 2012-06-21 12:05:35 +01:00
andy
426f0ef0f6 ENH: Further tutorial updates 2012-06-19 14:49:40 +01:00
andy
8aee63f444 ENH: Updated chemistry-combustion tutorial cases 2012-06-19 13:17:59 +01:00
andy
da4993fe62 ENH: Removed inappropriate entries from tutorial input dictionary 2012-06-13 11:18:25 +01:00
andy
1e0a9c5ec8 ENH: Updated tutorial dictionary 2012-06-12 13:16:40 +01:00
Henry
b402c87b22 pipeCyclic/0.org/U: Updated constructor for Clang 2012-06-06 21:13:42 +01:00
andy
d8ec44502d Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-31 17:08:50 +01:00
andy
04d2165a31 ENH: Updated injection models for lagrangian tutorials 2012-05-31 16:51:31 +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
andy
c34efdac09 ENH: Removed redundant entries from splash tutorial 2012-05-30 15:26:38 +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
andy
afdd7db8b7 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-25 13:50:57 +01:00
andy
5da9ae8f2b ENH: Simplified tutorial changeDictionaryDict 2012-05-25 13:50:41 +01:00
mattijs
5fe2004059 BUG: turbineSiting: remove *ProcAddressing files after parallel snappyHexMesh 2012-05-24 11:51:21 +01:00
mattijs
0136deb88e ENH: extrudeMesh: make edge collape optional 2012-05-22 17:34:03 +01:00
mattijs
255b1c4ab4 ENH: blob: updated tutorial 2012-05-17 12:58:47 +01:00
mattijs
142c28d4f9 GIT: meshQualityDict: put under git 2012-05-17 12:30:48 +01:00
sergio
a3a567ea1c ENh: Further changes to tutorials and source regarding
changes from K to kappa
2012-05-08 13:32:56 +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
f36879826e rhoPimplecFoam: setup tutorial consistent with rhoPimpleFoam 2012-05-03 15:18:50 +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
sergio
980027bd60 BUG: Delay the call to solidThermo in Radiation BC constructor
in case the solid region has not being constructed yet
2012-04-24 10:43:44 +01:00
sergio
e03d93551b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	tutorials/incompressible/pimpleFoam/elipsekkLOmega/constant/polyMesh/boundary
2012-04-20 12:41:42 +01:00
sergio
13ef974eff ENH: Adding -overwrite option to mirrorMesh and update tutorial 2012-04-20 12:16:50 +01:00
Henry
ef8efc27ba Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure 2012-04-20 09:49:58 +01:00
mattijs
7dc2f6980d Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-04-19 16:17:17 +01:00
mattijs
ccf1499eef ENH: elipsekkLOmega: Allrun script cleanup 2012-04-19 16:16:57 +01:00