Commit Graph

307 Commits

Author SHA1 Message Date
9914c941da ENH: streamLine: 'UName' instead of 'U' 2011-10-19 18:26:37 +01:00
fdcfe3bda6 ENH: Added fieldCoordinateSystemTransform function object - self explanatory 2011-10-13 13:06:11 +01:00
67e6b94149 ENH: streamLine: user selectable interpolation method 2011-10-12 13:49:24 +01:00
95b7a3be18 ENH: Updated behaviour of 'log' in forces function object
- values always written to file
- values only written to screen if log = true
2011-10-05 10:31:30 +01:00
295c6176f2 ENH: Only output local forces/moments when needed 2011-09-19 17:56:42 +01:00
41339f7550 ENH: nearWallFields: sample controlDict 2011-09-13 10:56:58 +01:00
906acdcdef Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/postProcessing/functionObjects/field/nearWallFields/nearWallFields.C
2011-09-13 10:14:15 +01:00
2d53acd410 ENH: nearWallFields: only write when explicitly told so. 2011-09-13 08:51:51 +01:00
8ae9569085 ENH: Multiple commits - lumped due to git index file corruption
- Re-located mapped point patches
- Updated mapped patch write
- deprecated directMapped in favour of mapped
- updated resulting dependancies - apps/libs/tuts
2011-09-09 12:05:12 +01:00
f790c24c6b Merge branch 'AMI' 2011-09-07 14:50:57 +01:00
3a82e6b5df Merge branch 'master' into AMI 2011-08-24 09:31:13 +01:00
0508100775 ENH: forces: construct from components 2011-08-24 08:58:19 +01:00
84907675f8 ENH: Added window option to fieldAverage function object 2011-08-16 18:05:27 +01:00
53f332bc60 ENH: Updated weight field initialisation for fieldValues function object 2011-08-16 18:05:06 +01:00
4f40cdb7d7 GIT: Resolve conflict 2011-08-16 16:09:56 +01:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
93013731f8 STYLE: Corrected comments 2011-08-04 11:35:30 +01:00
ed8f50127f Removed unused declarations 2011-08-01 22:50:45 +01:00
1e2832fd7d Corrected class names in the file descriptions 2011-07-19 17:26:55 +01:00
5c0570bb88 ENH: partialWrite: do lagrangian fields 2011-07-11 11:06:32 +01:00
bd830a83d2 STYLE: Dates. 2011-07-05 17:01:00 +01:00
c060f7b290 ENH: Acceleration damping and clipping. Variable deltaT fix. 2011-07-05 16:59:00 +01:00
bd68d2b14a ENH: partialWrite: support regions 2011-07-04 09:50:28 +01:00
4f47ff0219 STYLE: dictionaries: update version number 2011-06-10 17:22:56 +01:00
d29798265c ENH: partialWrite: new functionObject for partial dumps 2011-05-20 11:58:26 +01:00
7e86354f4f STYLE: writeRegisteredObject: remove unused switch 2011-05-20 11:55:59 +01:00
95d8fd4860 STYLE: Updated copyright dates 2011-05-11 11:34:38 +01:00
a791316896 ENH: dlLibraryTable: moved library handles to objects 2011-04-18 16:41:21 +01:00
72cc3202ca ENH: Removed residualControl function object 2011-04-15 16:58:13 +01:00
1a0095489b gcc-4.6.0 warnings: removed initialised but unused variables 2011-04-06 22:55:47 +01:00
b89f6082b0 STYLE: dictionary headers 2011-04-06 20:35:56 +01:00
4a2e3fb5a2 BUG: Copying field instead of taking reference. 2011-03-31 11:53:51 +01:00
20b1d49a82 ENH: dynamicCode: display line numbers 2011-03-25 04:43:29 +00:00
e24dd4fe2a ENH: codedFunctionObject: initial version. 2011-03-22 22:16:48 +00:00
e0311539fc STYLE: change makeOption to makeType internally
- also simplify setting makeType in the Allwmake scripts
2011-03-08 08:58:44 +01:00
67a819bcab ENH: Moved example of systemCall function object from cavity tutorial 2011-03-07 10:31:31 +00:00
a1d40dec77 Merge remote branch 'OpenCFD/master' into olesenm 2011-03-01 15:15:44 +01:00
7e7b75be36 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-25 16:44:39 +00:00
fd3dc4681b Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-24 17:23:56 +00:00
af115c5d01 ENH: Updated utilities using lagrangian classes 2011-02-24 16:47:54 +00:00
74bc658fe9 ENH: new encapsulation: dynamicCode, dynamicCodeContext
- improve loading/unloading characteristics for codedFixedValue
  but still needs work
2011-02-24 17:14:59 +01:00
5fb0a71241 STYLE: use string directly in call to Foam::system 2011-02-24 08:56:59 +01:00
abde400dd5 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	bin/foamCleanPath
2011-02-22 19:24:31 +01:00
fcfca9106c ENH: systemCall: added allowSystemOperations checking. Added to argList. 2011-02-21 16:45:17 +00:00
fe9fc5e51d COMP: remove regExp dependency from polyBoundaryMesh 2011-02-18 17:52:42 +01:00
1e4d26429b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-14 09:47:49 +01:00
d0955ba21d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-08 18:25:29 +00:00
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
afe1c4ff40 ENH: Updated combineFields for fieldValues to avoid assignment to self 2011-02-08 17:51:54 +00:00
0942748819 Revert "BUG: Contuation from commit ca0799cbc7 - updated cellSource"
This reverts commit b8c2cbaaec.
2011-02-08 15:52:31 +00:00