Commit Graph

13386 Commits

Author SHA1 Message Date
d6aae98328 ENH: wallShearStress function object - added error handling for when turb model is not present 2012-09-26 12:18:42 +01:00
2412f20f51 ENH: derived solutionControl from IOobject so that it can be retrieved from the database 2012-09-26 12:14:30 +01:00
f1deb4445e GIT: conflict resolution 2012-09-26 12:13:44 +01:00
f232a3b8ec Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-26 12:09:03 +01:00
da17674f0f ENH: decomposePar,reconsturctPar: added -allRegions option 2012-09-26 12:08:43 +01:00
e29c0b1266 ENH: regionProperties: added comment 2012-09-26 12:07:07 +01:00
4c06fb5339 ENH: Removed boundedness correction (Sp) from scalarTransport function object 2012-09-26 11:42:36 +01:00
ca5e397eb7 ENH: updated lagrangian tutorial input files 2012-09-26 11:40:38 +01:00
1123d1602e STYLE: corrected 80 char line length 2012-09-26 11:30:05 +01:00
77858f2401 ENH: removed solveSpecies flag from lagrangian solvers 2012-09-26 11:28:19 +01:00
3fcabb3e1e ENH: Removed tutorial case 2012-09-26 11:16:39 +01:00
2a261581b1 ENH: Updated build order for postProcessing 2012-09-26 10:48:50 +01:00
227e830c55 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-26 10:32:58 +01:00
36b19521f3 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-26 10:05:44 +01:00
a0a6be49c5 ENH: Enabled equation solve deactivation by checking if maxIter = 0 2012-09-26 10:01:23 +01:00
bc3de98ee4 ENH: Simplified CourantNo function object such that field is stored on the mesh database 2012-09-26 09:25:12 +01:00
2801f229fa Corrected line length 2012-09-25 18:28:32 +01:00
bf2f293915 Corrected line length 2012-09-25 18:27:34 +01:00
06d5c21232 ENH: Added new scalarTransport function object 2012-09-25 18:20:55 +01:00
309120d5b6 ENH: Added null constructor to basicSourceList 2012-09-25 18:20:15 +01:00
ef8b6810f2 Thermodynamics: add specie type as argument to the "makeThermo" macros
Added "8" as the default Order of polynomial thermodynamic functions
2012-09-25 18:09:05 +01:00
6e03b278f0 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-25 14:15:58 +01:00
0fc430a57b STYLE: codedBase: indenting 2012-09-25 14:14:29 +01:00
4023418a6b ENH: codeStream: sha1 calculation cached 2012-09-25 14:14:05 +01:00
3d8a083c40 STYLE: codedMixed: changed className to be consistent with function 2012-09-25 11:35:18 +01:00
2cd4c27a4f ENH: codedMixed: corrected comment 2012-09-25 11:34:23 +01:00
dd341c5017 Thermodynamics: removed inline from friend template declarations 2012-09-25 10:58:36 +01:00
ac8af99bb7 ENH: Added new writeDictionary function object 2012-09-25 10:44:27 +01:00
e27d10761b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-25 09:51:31 +01:00
f145cc8fa4 BUG: paraFoam: keeping patchGroups thus doubling geometry 2012-09-25 09:50:37 +01:00
62ff1f351d Updated headers 2012-09-24 17:57:28 +01:00
14153d57db Thermodynamics: template the equations of state on Specie
This will allow alternative methods of storing mixture information for e.g. complex transport modelling
2012-09-24 17:57:12 +01:00
15198110d8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-24 17:43:08 +01:00
19ef4cdd9e ENH: controlDict: typo 2012-09-24 17:42:59 +01:00
07ddd52d6a ENH: patchGroups: disable patch display 2012-09-24 17:09:53 +01:00
f1bfeba127 Thermodynamics: rename specieThermo -> species::thermo and create the species namespace
Also remove the "<thermo" part of the names of thermodynamics packages
2012-09-24 15:37:36 +01:00
711877b161 ENH: Removed staticPressure and pressureCoefficient function objects - replaced by pressureTools 2012-09-24 15:07:41 +01:00
3644f064af ENH: Added new pressureTools function object 2012-09-24 15:06:45 +01:00
969756b818 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-09-24 13:42:09 +01:00
ccbcde9e42 reactingParcelFoam/verticalChannel: Remove unnecessary limiters 2012-09-24 13:42:06 +01:00
e5ffac8cd9 Thermodynamics: Test dictionary selection mechanism 2012-09-24 13:41:46 +01:00
ba77277255 Thermodynamics: Added initial dictionary selection mechanism 2012-09-24 13:40:26 +01:00
013515dfdd ENH: parcel injection - updated validation check 2012-09-24 12:54:25 +01:00
fa443cb65f GIT: boundary: derived file 2012-09-24 12:49:59 +01:00
2132e8b1e2 BUG: iglooWithFridges: missing constraint type setup 2012-09-24 12:49:13 +01:00
66eac7a20b ENH: Added example of using data bins to motorbike tutorial 2012-09-24 12:40:06 +01:00
b7a50c0c93 ENH: Updated sixDoF BC after change to forces calculation 2012-09-24 12:39:32 +01:00
4ad23cfed4 ENH: forceCoeffs function object - added data output into bins 2012-09-24 12:39:04 +01:00
d8cb5d97f4 ENH: forces function object - added data output into bins 2012-09-24 12:38:47 +01:00
4414a65683 ENH: Added helper function to set 'writer' API 2012-09-24 12:37:56 +01:00