29e4855042
ENH: Updated rhoPorousSimpleFoam solver
2010-10-07 17:16:54 +01:00
dee30c1e0a
STYLE: 80 char limit
2010-10-07 11:25:42 +01:00
1b7ad868bb
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-07 11:22:38 +01:00
590e2c3a52
ENH: Updated heat transfer solvers and tutorials to use p_rgh
2010-10-06 17:47:53 +01:00
b67acb489c
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-05 19:28:48 +01:00
bb0e98f55b
BUG: use of unset autoPtr
2010-10-05 19:28:04 +01:00
9ad20b0a3b
ENH: foamToEnsight : cleanup and -nodeValues for outputting interpolate
2010-10-05 12:11:46 +01:00
d01a47aeee
ENH: replace IndirectList with version that inherits from UIndirectList
2010-10-04 14:53:43 +02:00
f2c3ba65a6
STYLE: code formatting and start copyright dates
2010-10-04 13:02:54 +01:00
7ec390d23d
Merge branch 'olesenm'
2010-10-04 11:08:48 +01:00
740d879a4b
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-01 17:52:53 +01:00
249c15c179
COMP: foamDebugSwitches missing library to resolve alphaFvContactAngle
2010-10-01 18:02:22 +01:00
ed67d5be34
STYLE: renamed IOFieldField to CompactIOField to be consistent with CompactIOList.
2010-10-01 17:33:07 +01:00
9efaf83fee
ENH: updated buoyantBoussinesqSimpleFoam solver to include thermal wall functions
...
on (kinematic) turbulent thermal conductivity, kappat and updated tutorial
2010-10-01 17:23:52 +01:00
8f03a3258b
ENH: updated buoyantBoussinesqPimpleFoam solver to include thermal wall functions
...
on (kinematic) turbulent thermal conductivity, kappat and updated tutorial
2010-10-01 17:22:59 +01:00
c21cbfb330
ENH: use CompactIOList for binary face and cell IOList.
2010-09-30 20:58:38 +01:00
5d4575aefa
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-09-30 14:13:54 +01:00
5f43ae45ec
ENH: allow patch specification; have conforming faceZones after layering
2010-09-30 14:13:46 +01:00
2a6e9f10c0
COMP: testPrimitivePatch.C : extraneous include file
2010-09-30 14:07:12 +01:00
25389d5b5f
STYLE: foamUpgradeCyclics : typo
2010-09-30 14:06:30 +01:00
89ee9b3e0f
Merged all multiphase developments in OpenFOAM-1.7.x
2010-09-29 22:22:48 +01:00
fdb1c0be4b
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-09-29 12:10:06 +01:00
ad925d65d2
threePhaseMixture: corrected typo
2010-09-29 11:19:48 +01:00
fa7924a76f
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-09-29 10:51:04 +01:00
7428b36de8
incompressibleThreePhaseMixture: Corrected the construction of the third-phase properties
2010-09-29 10:50:03 +01:00
5a655495dc
bubbleFoam: Cleaned-up createPhi
2010-09-29 10:49:35 +01:00
1332dad655
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-09-28 16:28:41 +01:00
bd91a2d5c3
ENH: Adding bools to turn off initCellFacePt() for reconstruction, post-processing etc.
2010-09-22 16:20:54 +01:00
da150065e3
foamToFieldview9: Removed redundant floatScalar.H
2010-09-20 14:44:03 +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
ff916073b1
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-09-17 15:44:02 +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
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
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
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
ac399e9fb8
ENH: moved nonuniformTransformCyclic patches from utility to appropriate source trees
2010-09-08 11:41:52 +01:00
5bf4af7914
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-09-07 16:22:08 +01:00
d400262c70
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-09-07 14:11:45 +01:00
052b0157ef
ENH: Updated solvers that use the lagrangian/intermediate library
2010-09-07 13:58:11 +01:00
08a9c9da8f
BUG: ID 0000028 Inconsistency in nuEffa declaration
2010-09-07 09:38:11 +01:00
4e7fa4989b
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-09-06 17:31:40 +01:00
c537c68e05
ENH: Updated reactingParcelFilmFoam solver due to lib changes
2010-09-06 17:23:52 +01:00
8027112f89
PV3Reader: Corrected environment variable check
2010-09-06 17:21:21 +01:00
97dff2650e
ENH: foamToVTK : have surface fields on faceZones
2010-09-06 17:02:35 +01:00