Commit Graph

3936 Commits

Author SHA1 Message Date
6a29417641 ENH: Use IStringStream to read reaction 2010-10-14 10:50:54 +01:00
b4e91aa468 Merge branch 'master' into dicts 2010-10-14 10:10:04 +01:00
626fb9c542 directMapped: fix nearestFace addressing 2010-10-14 10:00:50 +01:00
1970573609 STYLE: Misc coding cosmetics 2010-10-13 18:20:14 +01:00
b161d8bbf2 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-13 18:15:01 +01:00
b6c8b5ef68 ENH: cyclicPolyPatch : debug only on owner. 2010-10-13 18:14:30 +01:00
0f3f3bc6b8 ENH: Added write(Ostream&) function and implemented across libspecie 2010-10-13 17:56:46 +01:00
a8a7b0a5b4 ENH: Added write(Ostream&) function to HashPtrTable 2010-10-13 17:55:14 +01:00
8cabfbb7d1 ENH: cyclicPolyPatch : moved debug .obj file dumping 2010-10-13 16:56:18 +01:00
e2b2724ac9 STYLE: probes : extraneous space 2010-10-13 15:43:33 +01:00
d99edf0f61 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-13 13:09:29 +01:00
5dc9b66ba3 New Courant number now implemented in most solvers
CHT solvers still to do
2010-10-13 13:09:24 +01:00
fc38a586a4 ENH: Added dicts for themo and chemistry + code tidying 2010-10-13 12:32:27 +01:00
12d3b734ee BUG: Correcting bug introduced by changing thermo units 2010-10-13 12:31:11 +01:00
84ddfa8391 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-13 11:06:20 +01:00
d820925462 ENH: preservePatchTypes preserves whole patch dictionary, not just type. 2010-10-13 11:05:29 +01:00
944af867b8 BUG: reference bound to a temporary 2010-10-13 11:11:22 +02:00
850fa066d3 ENH: add UList typedefs for the various List counterparts
- eg,
    labelUList  <-> labelList
    scalarUList <-> scalarList
    ...

Note the unallocLabelList typedef is still available.
However labelUList requires less typing (10 vs. 17 chars) and has a
more obvious to labelList.
2010-10-13 10:43:16 +02:00
47c270c7c0 STYLE: updated local class data to use underscores 2010-10-12 17:25:17 +01:00
f2ba3c654b ENH: Updates to ReactionList 2010-10-12 13:10:37 +01:00
51920400c7 BUG: corrected bug introduced by merge error 2010-10-12 12:28:38 +01:00
b257c8484d ENH: Relocated ReactionList class 2010-10-12 12:28:16 +01:00
7f949f41e8 Merge branch 'master' into dicts 2010-10-12 12:13:39 +01:00
164656ad88 ENH: Clean-up of liquid New selector from dictionary 2010-10-12 12:13:16 +01:00
ee0cb57cd9 COMP: specializations of templates within namespace Foam
- otherwise gets flagged as an error by clang
2010-10-12 12:17:13 +02:00
95219e6f76 COMP: specialization Foam::NamedEnum templates within namespace Foam
- otherwise gets flagged as an error by clang
2010-10-12 12:17:13 +02:00
05fe5f2f97 COMP: forward declare lduScheduleEntry as struct not class 2010-10-12 11:09:32 +02:00
b8b3252a16 STYLE: using rAU instead of rUA for kinematic surface film 2010-10-12 09:58:41 +01:00
eb51614780 Renamed rUA -> rAU 2010-10-11 20:10:34 +01:00
9b87336b3f COMP: merge conflict 2010-10-11 17:59:46 +01:00
7acdd65d83 STYLE: minor code cosmetics 2010-10-11 17:39:20 +01:00
5f5ae6c38f ENH: Propagated dictionary constructors through lib reaction thermo 2010-10-11 17:38:00 +01:00
06327d3105 ENH: Propagated dictionary constructors through lib (thermo) basic 2010-10-11 17:37:25 +01:00
983e3cf4bf ENH: Propagated dictionary constructors through lib thermophysicalFunctions 2010-10-11 17:36:25 +01:00
f1f340bd21 ENH: Propagated dictionary constructors through lib specie 2010-10-11 17:35:30 +01:00
0de35548f6 ENH: Added solid mixture construct from dictionary 2010-10-11 17:34:04 +01:00
6b8e4fc787 ENH: Added liquid mixture construct from dictionary 2010-10-11 17:33:51 +01:00
856d43998e ENH: Added solid construct from dictionary 2010-10-11 17:32:51 +01:00
e51cd1595c ENH: Added liquid construct from dictionary 2010-10-11 17:32:36 +01:00
08dc01e05a ENH: Added Polynomial dictionary constructor 2010-10-11 17:31:36 +01:00
a6134d254a ENH: Added dictName() functions to return last cmpt of scoped name 2010-10-11 17:31:01 +01:00
9de20a6654 ENH: Added HashPtrTable construct INew from dictionary 2010-10-11 17:28:56 +01:00
ae2815e75b ENH: Added INew construct from dictionary 2010-10-11 17:28:11 +01:00
86feee8018 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-11 16:24:30 +01:00
3e49bb14e5 BUG: plane : fix 3-plane intersection 2010-10-11 16:24:07 +01:00
7e7285a7cd STYLE: add namespace Foam::porousMedia
- avoid name collisions with future thermal models etc.
2010-10-11 14:55:03 +02:00
d1ea6c55e2 Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-11 13:06:13 +01:00
e907cec9ef BUG: Use SMALL for tet quality to relate to precision.
Added comment about this being an ad-hoc limit.
2010-10-11 13:04:39 +01:00
4ca067b143 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-11 11:07:42 +01:00
a25788bd5e BUG: Tet quality tolerance too restrictive. 2010-10-11 11:06:08 +01:00