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
laurence
dfac320401
BUG: Add surfaceFeatureExtract dictionary defaults
2012-04-19 15:04:51 +01:00
laurence
9ed9e9327e
Merge branch 'surfaceFeatureExtract-Tutorials'
2012-04-19 15:04:14 +01:00
laurence
12d560aa03
BUG: Add surfaceFeatureExtract dictionaries to the tutorials
2012-04-19 14:37:31 +01:00
Henry
28762dc468
Removed trailing whitespace
2012-04-19 14:17:30 +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
629bca4de9
compressibleInterFoam: Add support for run-time selectable equation of state
2012-04-16 15:54:08 +01:00
Henry
9ba839942e
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-04-16 11:47:34 +01:00
Henry
8e3e1808ec
compressibleInterFoam: Added thermal support
2012-04-16 11:47:28 +01:00
sergio
47355f43e4
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-04-13 16:31:37 +01:00
sergio
48c70a91df
ENH: Adding dimensioSet to DataEntry and modify MRFZone entry types
2012-04-13 16:31:07 +01:00
Henry
ed368b434c
mixerVessel2D tutorials: Added missing topoSetDict
2012-04-05 17:51:45 +01:00
Henry
fca4d338ea
rhoSimplecFoam/squareBend: Update tutorial for latest version of rhoSimplecFoam
2012-04-04 17:44:42 +01:00
mattijs
69569cc45e
STYLE: surfaceFeatureExtract: get info from Coeffs dictionary. Added comment
2012-04-03 10:36:23 +01:00
mattijs
5d60157dd1
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-04-02 18:10:01 +01:00
mattijs
9821123c86
ENH: snappyMultiRegionHeater: adapt for surfaceFeatureExtractDict
2012-04-02 17:58:45 +01:00
Henry
917301d62b
Corrected headers and formatting
2012-04-02 12:06:36 +01:00
mattijs
8e4af30958
ENH: flange: add snappyHexMesh
2012-03-30 16:11:26 +01:00
mattijs
ccbc6b03f9
ENH: surfaceFeatureExtract: extract features
2012-03-30 16:09:19 +01:00
mattijs
143b4b7039
ENH: flange: run snappyHexMesh to add layers
2012-03-30 16:02:47 +01:00
laurence
04bacc14d5
ENH: cvMesh blob tutorial updated
2012-03-28 08:43:27 +01:00
sergio
e48b238c01
ENH: Modifying eCont returning aCont form greyMeanAbsEmission and
...
wideBandAbsorptionEmission models and tutorials
2012-03-29 15:17:52 +01:00
mattijs
d2e63f4293
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-22 10:42:05 +00:00
mattijs
ce3fdbece7
ENH: blob: demonstrate adding extrusion through snappyHexMesh
2012-03-22 10:39:57 +00:00
Henry
dd3b4452c7
twoPhaseEulerFoam/mixerVessel2D tutorial: make laminar and clean-up
2012-03-21 17:43:59 +00:00
Henry
97ffec39cc
woPhaseEulerFoam/bed2: Correct BCs
2012-03-21 17:39:26 +00:00
Henry
d318bf6f5b
twoPhaseEulerFoam/bed2/0/alpha1.org: initial alpha1 field
2012-03-21 17:31:31 +00:00
Henry
1564d0c370
multiphaseEulerFoam/mixerVessel2D: new tutorial to test MRF capability in multiphaseEulerFoam
2012-03-21 17:30:59 +00:00
Henry
e09d04c3ba
twoPhaseEulerFoam: updated tutorials
2012-03-19 16:15:44 +00:00
Henry
bd1317b71b
twoPhaseEulerFoam/mixerVessel2D: new tutorial for MRF support in twoPhaseEulerFoam
2012-03-19 11:58:40 +00:00
Henry
aa7066dad9
Updated headers
2012-03-16 16:13:58 +00:00
Henry
cc656fa844
Updated headers
2012-03-16 16:12:46 +00:00
Henry
0a28425f2c
compressibleTwoPhaseEulerFoam/mixerVessel2D: new tutorial to test the MRF capability in compressibleTwoPhaseEulerFoam
2012-03-16 16:10:27 +00:00
Henry
1fdd95d1b4
compressibleTwoPhaseEulerFoam/bubbleColumn: changed liquid height
2012-03-15 11:56:47 +00:00
Henry
b8c9a08733
compressibleTwoPhaseEulerFoam/bubbleColumn tutorial: changed liquid height to be consistent
2012-03-15 11:56:21 +00:00
sergio
f3d64c2409
ENH: Adding noCombustion model
2012-03-07 12:06:00 +00:00
andy
7f4a32a5d7
BUG: Corrected turbineSiting tutorial nut initial condition
2012-03-07 11:07:46 +00:00
laurence
acb475ee90
ENH: cvMesh blob tutorial: update settings
2012-03-05 12:08:02 +00:00
laurence
446cb7da01
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-05 12:04:23 +00:00
laurence
b46c481b32
ENH: cvMesh flange tutorial: update settings
2012-03-05 12:03:56 +00:00
mattijs
5242bcf9b8
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-05 11:04:55 +00:00
andy
66a62f4485
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-02 18:19:24 +00:00
andy
658f0a0680
ENH: Corrected/cleaned smallPoolFire2D tutorial input files
2012-03-02 17:14:30 +00:00
mattijs
609453ddbc
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-02 12:24:58 +00:00
mattijs
91c73098fa
ENH: streamLines: updated syntax for functionObject
2012-03-02 12:12:36 +00:00
Henry
7701ff470f
twoPhaseEulerFoam tutorials: updated alpha1Max
2012-03-02 12:10:31 +00:00
Henry
6a2b77c361
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-01 18:23:12 +00:00
Henry
c2041f9dba
multiphase: completed phase renaming
2012-03-01 18:22:59 +00:00
mattijs
157b2b4e4d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-01 12:52:06 +00:00
Henry
ab96ba7453
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-02-29 16:40:17 +00:00
Henry
2491f257b1
Corrected line lengths
2012-02-29 16:39:53 +00:00
andy
ef778ed663
STYLE: Updated version number in tutorial file
2012-02-29 14:24:06 +00:00
andy
3bbe04eae8
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-02-29 14:23:13 +00:00
andy
9ad38ed168
ENH: Minor update to tutorial case schemes
2012-02-29 14:23:04 +00:00
mattijs
5ebf6ca2f8
ENH: README.txt: description of directional cht
2012-02-29 11:09:16 +00:00
mattijs
055108622e
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-02-29 10:31:04 +00:00
mattijs
c20b3d761c
BUG: Allrun: wrong redirect
2012-02-29 10:30:50 +00:00
Henry
8820040259
twoPhaseEulerFoam tutorials: add residualSlip entry
2012-02-28 16:30:08 +00:00
andy
6694baf96f
ENH: tutorial script: rm was producing an error if folder was not presnt
2012-02-27 10:24:22 +00:00
Henry
5eb7e465ba
twoPhaseEulerFoam tutorials: update velocity BCs
2012-02-24 17:13:46 +00:00
Henry
7e580905f1
twoPhaseEulerFoam bubbleColumn tutorial: add relaxation factors
2012-02-24 17:13:18 +00:00
mattijs
24bb1e34e2
ENH: TJunction: sensible initial values
2012-02-24 13:01:28 +00:00
Henry
f5f6c87204
multiphase solvers: added support for the multiphaseFixedFluxPressure BC
2012-02-24 10:11:06 +00:00
mattijs
d9f336dad2
GIT: TJunctionFan: remove unused boundary file
2012-02-21 13:02:21 +00:00
mattijs
97cf2b8a8d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-02-20 13:11:42 +00:00
mattijs
703954e483
ENH: propeller tutorial: no need for boundary file
2012-02-20 13:03:44 +00:00
sergio
e75a5571a5
ENH: Changes to input for the PDR models
2012-02-17 17:31:46 +00:00
mattijs
812aee3fe6
ENH: system/controlDict: added used libraries so run with disallowGenericxxx
2012-02-17 17:30:26 +00:00
mattijs
2c973f081d
ENH: propeller: simplify setup (remove changeDictionary to add patches)
2012-02-17 17:24:37 +00:00
Henry
d0795f9625
settlingFoam: improved handling of the turbulence and wall-functions
2012-02-17 12:46:03 +00:00
sergio
e061c08434
Tutorial for kklOmega turb model
2012-02-15 16:58:44 +00:00
mattijs
5e7d5dbc03
ENH: motorBike/controlDict: add necessary dictionaries
2012-02-14 18:20:14 +00:00
laurence
860b1bf1eb
BUG: cvMesh: Update tutorial dictionaries
2012-02-07 12:42:23 +00:00
mattijs
f615ba2ab6
STYLE: wallBoundedStreamLines: added comment
2012-02-07 09:38:11 +00:00
mattijs
54b5b66023
ENH: wallBoundedStreamLine: updated motorBike tutorial.
2012-02-07 08:47:50 +00:00
mattijs
81f626c536
BUG: channel395: asymmetric expansion ratio
2012-02-06 09:08:48 +00:00