4530a47356
ENH: updates to Xfer after commit 49331bf917
2010-11-23 18:24:00 +00:00
d549a7a4c7
BUG: corrected typo in commit of d21d66ef8c
2010-11-23 18:14:59 +00:00
45fcad70a8
ENH: Updated GPL 2->3 headers
2010-11-23 17:14:06 +00:00
d01a7a51c4
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-11-23 15:37:37 +00:00
d21d66ef8c
BUG: Corrected kappat Jayatilleke wall function
2010-11-23 15:37:00 +00:00
eddccf3ec3
ENH: SRF non-inertial frame acceleration terms for particle motion.
2010-11-23 12:49:29 +00:00
7364bc2c4c
ENH: ensightSurfaceWriter : rewrite to use conversion library.
2010-11-23 12:06:12 +00:00
10e98317ae
BUG: UOPstream writing dictionary with keywords quoted.
2010-11-22 16:39:19 +00:00
433808b62a
STYLE: processorPolyPatch : removed comments
2010-11-22 15:27:23 +00:00
49331bf917
ENH: added xfer function to Field (stopped falling through to List)
2010-11-22 15:16:42 +00:00
3bbc464d05
BUG: dictionary + runtime modifiable : dictionary transfer through binary stream does not work.
2010-11-22 15:16:31 +00:00
b2b9eacbfc
BUG: movingConeTopoFvMesh : work with splitting, not inflation. Make faceZone position consistent
2010-11-22 10:49:31 +00:00
84fa233c00
ENH: featureEdgeMesh : merged dev_cvm functionality.
2010-11-22 10:48:07 +00:00
455b88683b
ENH: ReleaseNotes : update
2010-11-22 10:47:25 +00:00
a4d0118859
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-11-21 18:40:51 +00:00
429ab2703a
Merge branch 'film'
2010-11-19 18:32:32 +00:00
4e837c7fbe
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-11-19 18:32:08 +00:00
9f1d94bddd
ENH: memInfo class.
2010-11-18 16:45:49 +00:00
d77d215c76
ENH: memSize and memSizePeak functions, reading /proc/<pid>/status.
2010-11-17 17:20:22 +00:00
8f0a5ff145
ENH: Adding lagrangianFields option to reconstruction.
2010-11-18 14:56:03 +00:00
f4c1042f80
BUG: had double quotes instead of single quotes in git hooks
2010-11-17 17:07:59 +01:00
be58ad5ff4
STYLE: Fully scope methods in clockTime, cpuTime
2010-11-17 16:19:40 +01:00
6c0e040bfe
STYLE: remove trailing space from remaining wmake rules
2010-11-17 11:44:46 +01:00
a5a62467b5
ENH: skip tab-checking in git hooks for potential wmake/ makefiles
2010-11-17 11:39:37 +01:00
350df4db3f
STYLE: remove trailing space from wmake rules
...
- To-do:
wmake/rules/General/bison
wmake/rules/General/btyacc
wmake/rules/General/btyacc++
wmake/rules/General/byacc
wmake/rules/General/moc
wmake/rules/General/yacc
but these files have <TAB>
2010-11-17 11:22:31 +01:00
6260055989
ENH: add in C++0x support for linux64Gcc - for testing purposes
2010-11-17 11:15:23 +01:00
758c7fec4f
Revert "ENH: set MPI_ARCH_PATCH for ThirdParty Allwmake"
...
This reverts commit d7d88b7d89 .
- ThirdParty Allwmake now handles SYSTEMOPENMPI directly without this
kludge
2010-11-17 09:17:25 +01:00
fee7f977e5
ENH: foamJob : allow systemopenmpi (as per 8be22e5176)
2010-11-17 09:16:21 +01:00
190e3a8670
Merge remote branch 'OpenCFD/master' into olesenm
2010-11-17 09:14:29 +01:00
857ee7ffe9
ENH: add strings() and words() method to NamedEnum
...
- for situations where a list of strings/words is more useful than a
raw array of C-strings
2010-11-17 09:12:11 +01:00
d8dbea4596
BUG: polyTopoChange : cell from face creating 2 element list
2010-11-16 20:47:55 +00:00
b5dddd8980
ENH: parallel runTimeModifiable - master only
2010-11-16 12:41:44 +00:00
57a443a183
STYLE: functionObjectList : indentation
2010-11-16 12:38:07 +00:00
13b458eb5a
BUG: timeVaryingMappedFixedValue : find furthest away point
2010-11-15 17:07:46 +00:00
d31d652d6d
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-11-15 17:01:38 +00:00
9fc20c4e16
ENH: featureEdgeMesh : merge from cvm
2010-11-15 17:01:36 +00:00
aee09dd35c
BUG: dynamicRefineFvMesh : error calculation, reading dictionary
2010-11-15 16:22:16 +00:00
a0806f5aca
STYLE: directMappedVelocityFluxFixedValue : updated comment
2010-11-15 15:11:10 +00:00
1eb93102da
STYLE: treeBoundBox : error message
2010-11-15 11:22:51 +00:00
efd658ec0e
STYLE: wallPointI.H : extaneous comment
2010-11-15 11:22:00 +00:00
d5132b7ba8
BUG: Correct calculation of e1
2010-11-12 15:11:06 +00:00
e39c1c1d7f
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-11-12 14:34:18 +00:00
27f7005422
STYLE: surfaceInterpolateFields : updated comment
2010-11-12 14:33:27 +00:00
d7d88b7d89
ENH: set MPI_ARCH_PATCH for ThirdParty Allwmake
2010-11-12 14:32:31 +00:00
8be22e5176
ENH: mppirunDebug : allow systemopenmpi
2010-11-12 14:31:50 +00:00
67542c8577
BUG: meshRefinementRefine : track to end
2010-11-12 14:31:00 +00:00
7819ab5037
ENH: argList : expand roots for distributed running
2010-11-12 14:30:27 +00:00
8b31f15a3d
ENH: e1 reCalculation
2010-11-12 13:02:24 +00:00
30cf0e4263
Merge branch 'master-copy'
2010-11-12 12:49:55 +00:00
1fab38aae3
ENH: Additional output when face is non-single
2010-11-12 12:48:10 +00:00