Commit Graph

7288 Commits

Author SHA1 Message Date
fd954c6167 ENH: Update to commit 0bbd3e5 re: tet point inside 2011-02-24 16:28:10 +00:00
1f160083b1 ENH: moved findCellFacePt and findTetFacePt methods from Cloud to polyMesh 2011-02-24 16:18:27 +00:00
ff98dac125 ENH: Header include files clean-up 2011-02-24 16:16:48 +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
eb145c6f8d COMP: Added Make/files file missed during commit c2851ea 2011-02-24 16:14:23 +00:00
cf48e2324d ENH: moved cellree functionality from Cloud to primitiveMesh 2011-02-24 16:13:06 +00:00
c2851eaa9f ENH: moved indexedOctree and treeBoundBox from meshTools to OpenFOAM 2011-02-24 16:06:51 +00:00
06024cf988 ENH: Updated lagrangian basic particle
- removed templating
- updated track data
2011-02-24 16:02:28 +00:00
d79c91e689 ENH: added cloud autoMap bas method (was pure abstract) 2011-02-24 15:44:22 +00:00
0bbd3e55e6 ENH: moved pointInTet() to inside() method in tetrahedron 2011-02-24 15:41:47 +00:00
f2b04ab9a7 COMP: promoted finiteVolume in build order 2011-02-24 15:37:38 +00:00
51399bbbd1 STYLE: use dynamicCode/ instead of codeStream/ for dynamically generated code 2011-02-24 13:21:39 +01:00
b130e62cca ENH: simpleSRFSimpleFoam: blockMeshDict new syntax 2011-02-24 12:04:23 +00:00
4fa00951e1 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-24 10:45:09 +00:00
98f269edaf STYLE: surfaceCoarsen: remove orhpaned files 2011-02-24 10:45:01 +00:00
acc8d7714a BUG: Time.C: adjustTimeStep overflow of scalar 2011-02-24 10:44:22 +00:00
4aafea74a9 COMP: removed calcEntry bits missed in b4dae1a5ab 2011-02-24 11:35:24 +01:00
e733eabc2f Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-24 09:39:20 +00:00
a701c9a697 ENH: Change fatal Error to warning for absorption coeffs 2011-02-24 09:38:51 +00:00
78f4315ff5 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-24 09:08:50 +01:00
efef2e104f Merge remote branch 'OpenCFD/olesenm' into olesenm 2011-02-24 09:07:50 +01:00
0bc22ece49 COMP: fully qualify POSIX function calls 2011-02-24 09:04:06 +01:00
5fb0a71241 STYLE: use string directly in call to Foam::system 2011-02-24 08:56:59 +01:00
6eb982573c ENH: add stub function to codedFixedValueFvPatchScalarField for version checking
- eg, fixedValue10_<SHA1>, its existence indicates that the correct
  library has been loaded
2011-02-24 08:54:12 +01:00
94531ff695 GeometricTensorField: Corrected dimensions of Eigenvalues and Eigenvectors 2011-02-23 23:04:57 +00:00
c84125e6f6 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-23 16:53:23 +00:00
c07e9f6600 ENH: coupledPolyPatch: pass in transform type to enable 180 degree rotations 2011-02-23 16:51:46 +00:00
b4dae1a5ab ENH: removed calcEntry 2011-02-23 16:49:26 +00:00
a3e27ed1df ENH: codeStream: add reduction before trying to load lib 2011-02-23 16:07:42 +00:00
b67810c898 STYLE: etc/prefs.* : changed to be different from default 'system' compiler 2011-02-23 16:06:48 +00:00
2f3cb0f63c BUG: foamPackSource: moved up to bin/ 2011-02-23 16:05:14 +00:00
b0e39f71c3 STYLE: minor cleanup on doc/code for codeStream 2011-02-23 16:17:25 +01:00
6e6d3bb4f8 STYLE: move InfoSwitches, OptimisationSwitches up front in etc/controlDict
- add doc-dir doc/doxygen so it doesn't get forgotten
2011-02-23 16:16:28 +01:00
5ab254d5b0 STYLE: drop dubious string::expand recursion
- was used for on-the-fly, but not needed anymore
2011-02-23 15:18:01 +01:00
97a15a8b06 STYLE: simplify stringOps::expand names 2011-02-23 14:42:51 +01:00
67fc6a171a ENH: use stringOps::expandDict when processing codeStream input 2011-02-23 14:22:14 +01:00
31f6d9ba5e ENH: add stringOps::expandDict 2011-02-23 13:38:57 +01:00
23dd3e072b ENH: provide for writing contents only from dictionary entries 2011-02-23 13:02:36 +01:00
6799381974 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-23 10:31:10 +00:00
c564235402 STYLE: processorCyclic, lduPrimitiveMesh: extraneous code, comment 2011-02-23 10:14:43 +00:00
f4a84af465 STYLE: trim both ends of codeStream entries
- improves consistency of SHA1 calculation
2011-02-23 10:23:50 +01:00
71d21f6de4 ENH: implement stringOps - trim, trimRight, inplaceTrim, inplaceTrimRight 2011-02-23 10:13:10 +01:00
b7429ef5c4 STYLE: relocate codeStreamTools into dynamicLibrary subdir 2011-02-22 19:40:37 +01:00
abde400dd5 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	bin/foamCleanPath
2011-02-22 19:24:31 +01:00
f8cae3f43c ENH: add cleanCodeStream to tools/CleanFunctions 2011-02-22 19:11:51 +01:00
70f359bb2b STYLE: refactor codeStream code into codeStreamTools 2011-02-22 18:22:57 +01:00
79939b9e18 ENH: #codeStream: preserve across preprocessing
- new token: token::VERBATIMSTRING
- writing of this type in primitiveEntry
- disabling of all functionEntries in entry
2011-02-22 15:29:57 +00:00
869d6fa460 ENH: ReleaseNotes-dev: mention of clang 2011-02-22 15:27:24 +00:00
dce20ade07 ENH: compile codedFixedValueFvPatchScalarField into local directory only 2011-02-22 16:25:34 +01:00
141fe37a86 ENH: compile codeStream into local directory only 2011-02-22 16:07:06 +01:00