Commit Graph

5856 Commits

Author SHA1 Message Date
eb5f2954b9 BUG: Reporting unit vector, not scaled vector. 2010-09-24 14:48:00 +01:00
8c6206e003 STYLE: Remove blank line. 2010-09-24 13:11:05 +01:00
76d4197ead ENH: Do not require the writeReferredParticleCloud keyword by default. 2010-09-22 18:11:01 +01:00
3f637b2fcf ENH: InflationInjection.
Needs dTarget data member in KinematicParcel.

Some functions in InjectionModel no longer const.
2010-09-22 16:28:47 +01:00
bd91a2d5c3 ENH: Adding bools to turn off initCellFacePt() for reconstruction, post-processing etc. 2010-09-22 16:20:54 +01:00
27dc56ed0d BUG: fixedValue pdf returning +-VGREAT for min/maxValue() -should be value_ surely? 2010-09-22 12:27:42 +01:00
8b4d3ac1f5 Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-20 17:37:02 +01:00
ed314b62bc STYLE: Removed unused dynamicMeshDicts. 2010-09-20 17:36:41 +01:00
da150065e3 foamToFieldview9: Removed redundant floatScalar.H 2010-09-20 14:44:03 +01:00
d1b9dab50a ENH: Moving cellOccupancy into KinematicCloud. 2010-09-20 12:45:57 +01:00
6a7105660a Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-17 18:11:39 +01:00
5ca7872861 COMP: regionProperties: removed duplicate 2010-09-17 18:11:19 +01:00
ebb9a9e1ac ENH: tet decomposed particle tracking.
Squashed merge of particleInteractions up to
commit e7cb5bcf0315c359539ef1e715e1d51991343391
2010-09-17 16:59:17 +01:00
b329ea6f92 ENH: Added convenience function to access film solution dict 2010-09-17 15:59:31 +01:00
ff916073b1 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-17 15:44:02 +01:00
ed544c9584 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-17 15:10:59 +01:00
1411945b38 ODESolver.C: Corrected the estimated step-size returned to the calling code
Correction provided by David Gaden.
2010-09-17 15:10:44 +01:00
1cac1aaecc localBlended: Added support for "corrected" schemes
Resolves bug report: http://www.openfoam.com/mantisbt/view.php?id=30
2010-09-17 15:10:28 +01:00
2e1a37e9f9 STYLE: Added comment re: enthalpy change for film source term 2010-09-17 14:38:06 +01:00
1dc587c327 ENH: Moved total mass variable to sub-model 2010-09-17 14:35:10 +01:00
04dee64ac4 ENH: Updated film multipleBoxes tutorial case 2010-09-17 14:22:26 +01:00
3013a98081 ENH: Updates to surfaceFilm lib - structure, sources 2010-09-17 13:23:36 +01:00
255aecb58b ENH: partial restructure of film injection models 2010-09-17 13:22:40 +01:00
617e030a5e ENH: Updated reactingParcelFilmFoam solver 2010-09-17 13:20:53 +01:00
4ed8ff2c7e ENH: add first draft of IndirectList that inherits from UIndirectList 2010-09-17 13:53:26 +02:00
61b50c01a0 ENH: add subset() method to PackedBoolList
- support &= for UList<label>, UIndirectList<label>
- support set/unset for PackedList<1>
2010-09-17 08:54:54 +02:00
596c4d3a0a Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-16 18:28:27 +01:00
6548c1dd27 ENH: checkMesh : moved parallel checks into zones 2010-09-16 18:28:10 +01:00
1a633da3e6 ENH: checkMesh : move parallel checking into Zones. 2010-09-16 18:27:07 +01:00
6c27982968 ENH: pointZone,cellZone,ZoneMesh : add parallel checking facility. 2010-09-16 18:22:34 +01:00
f2a536811a ENH: Correction missed from commit 32a6d67ef1 2010-09-16 18:14:58 +01:00
cc55cb39ee ENH: Use film surface values, and removed copy of cell labels from member data 2010-09-16 18:04:53 +01:00
32a6d67ef1 ENH: Better treatment for inactive film models 2010-09-16 18:02:59 +01:00
098929175d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-16 17:14:23 +01:00
4e8f36a98a ENH: allow cell zone and face zone definition 2010-09-16 17:13:53 +01:00
ba896b6903 ENH: better handling of resizing for PackedList bit-wise operators
- previously using an '|=' or '^=' would increase the list size to
  match the RHS. Now it only increases to last bit set.

- limit bit-wise operations to addressable range for minor efficiency
  improvement

- trim results from '&' and '^' operations for more consistent
  behaviour
2010-09-16 16:37:41 +02:00
f472fe31a4 ENH: moved phase change output to phase change model 2010-09-16 13:18:17 +01:00
4d28190435 ENH: Added evaporation test tutorial case for film modelling 2010-09-16 13:17:00 +01:00
bb32504c3b ENH: add constructor/assignment from UIndirectList<label> to PackedList
- more consistent with PackedBoolList
2010-09-16 11:43:07 +02:00
514661e990 Merge remote branch 'OpenCFD/master' into olesenm 2010-09-15 15:42:24 +02:00
b7c85357d5 ENH: added binary IO for PackedList and compact ASCII format
The compact ASCII format is a block of index/value tuples for the
non-zero entries:

    { (index1 value1) (index2 value2) (index3 value3) }

For PackedList<1>, and thus PackedBoolList, the compact ASCII format is
a block of indices for the non-zero entries:

    { index1 index2 index3 }

Thus either of the following could be used - for PackedList<2>:

  - a list of all values:
        16(0 3 0 2 0 0 3 1 0 0 0 0 0 0 0 1)

  - a block of index/value tuples:
        {(1 3) (3 2) (7 3) (8 1) (15 1)}

For PackedList<1> and PackedBoolList, either of the following could be
used:

  - a list of all values, using any valid bool representation:
        16(0 1 0 true 0 0 t 1 0 n n 0 0 0 0 yes)

  - a block of the indices for non-zero entries:
        {1 3 7 8 15}
2010-09-15 10:20:39 +02:00
d18695d70d ENH: DynamicList append() returns reference to allow chaining 2010-09-14 11:43:50 +02:00
2a37f5b11c ENH: allow single-character 't' and 'f' aliases for bool/Switch 2010-09-14 11:42:25 +02:00
c4269ad7ac BUG: use isA<> instead of isType for cyclicFvsPatchField to enable derived types to operate correctly 2010-09-13 14:54:13 +01:00
42a1e01000 ENH: Updated hotBoxes tutorial - added Tb to phase change model input 2010-09-10 16:56:53 +01:00
68af83dbbd ENH: Updates to surface film phase change modelling 2010-09-10 16:09:27 +01:00
ecbdccf2b1 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-10 13:34:08 +01:00
f83bfb62e0 ENH: Updates to surface film models 2010-09-10 13:33:08 +01:00
97ee7cfb20 STYLE: minor code formatting change 2010-09-10 13:32:30 +01:00
e2d08fe512 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-08 17:30:20 +01:00