Mark Olesen
dd22de68d4
ENH: support bzip2 compression for foamPack*
2011-02-15 11:04:08 +01:00
Mark Olesen
449a0e253d
ENH: add -current option to foamPackBin, foamPackMake
...
- reduces typing
2011-02-15 10:08:46 +01:00
Mark Olesen
cf65eebcd5
ENH: add foamPackDeps, foamPackMake to help transferring between machines
2011-02-15 09:29:33 +01:00
Mark Olesen
56e07de724
STYLE: changed some missed doxygen '@' to '\'
2011-02-14 10:00:48 +01:00
Mark Olesen
1e4d26429b
Merge remote branch 'OpenCFD/master' into olesenm
2011-02-14 09:47:49 +01:00
Mark Olesen
0c2eb36ed2
STYLE: allow spaces in pkg name (again)
2011-02-11 16:52:36 +01:00
Mark Olesen
a63cf3cba9
STYLE: remove editing junk
2011-02-11 16:45:36 +01:00
Mark Olesen
10f5e80803
ENH: add -make option to touchdep, toucho
...
- restricts selection to Make/$WM_OPTIONS* subdirectories, which is
useful when multiple compilers are in use
2011-02-11 09:21:08 +01:00
mattijs
734005ea40
GIT: .gitignore: added platforms
2011-02-09 14:12:18 +00:00
mattijs
f5b7477722
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-09 14:10:19 +00:00
mattijs
db33023bc5
ENH: PatchTools: added coupled normals calculation
2011-02-09 14:09:47 +00:00
mattijs
b1d82f1b67
BUG: decompositionMethod: cellCells for cyclics or agglomeration
2011-02-09 13:01:23 +00:00
Henry
a3d18c648b
codingStyleGuide: Added more details about Doxygen documentation
2011-02-09 12:37:33 +00:00
Henry
4275e01b66
Removed codingStyleGuide.pdf
2011-02-08 18:30:48 +00:00
Henry
8ca3ebc569
Documentation: Updated style guide
2011-02-08 18:28:13 +00:00
Henry
51e2e6160d
Documentation: Updated style guide
2011-02-08 18:25:44 +00:00
Henry
d0955ba21d
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-08 18:25:29 +00:00
Henry
47c897577d
Documentation: Updated style guide
2011-02-08 18:25:16 +00:00
Henry
c3cb632c24
Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs
2011-02-08 18:22:00 +00:00
andy
afe1c4ff40
ENH: Updated combineFields for fieldValues to avoid assignment to self
2011-02-08 17:51:54 +00:00
mattijs
8e01dd8cf1
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-08 16:17:41 +00:00
mattijs
2adfd534db
ENH: globalMeshData, mapDistribute : added pointBoundaryFaces/pointBoundaryCells
2011-02-08 16:16:50 +00:00
andy
0942748819
Revert "BUG: Contuation from commit ca0799cbc7
- updated cellSource"
...
This reverts commit b8c2cbaaec
.
2011-02-08 15:52:31 +00:00
andy
654b8d18cb
Revert "BUG: Use gSum instead of sum for fieldValues function object"
...
This reverts commit ca0799cbc7
.
2011-02-08 15:52:22 +00:00
andy
f4e4c70469
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-08 15:45:55 +00:00
andy
c9b8b5f05e
BUG: Use dictionary copy instead of reference
2011-02-08 15:45:43 +00:00
Mark Olesen
96edf6f32d
STYLE: pass wordReList instead of wordList to polyBoundaryMesh::patchSet()
...
- make warning optional and reuse in cellDistFuncs::getPatchIDs
2011-02-08 13:48:01 +01:00
Henry
5339d687a4
doxygen/Doxyfile: Reformatted
2011-02-08 12:36:49 +00:00
Henry
7ff8bc47f3
Resolve conficts
2011-02-08 12:32:33 +00:00
Henry
67a2effece
Doxygen: Updated lists in member documentation to conform to Doxygen limitations
2011-02-08 12:28:13 +00:00
andy
b8c2cbaaec
BUG: Contuation from commit ca0799cbc7
- updated cellSource
2011-02-08 09:46:34 +00:00
andy
dfaf4fbef4
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-08 09:26:22 +00:00
andy
ca0799cbc7
BUG: Use gSum instead of sum for fieldValues function object
2011-02-08 09:26:03 +00:00
Henry
3c56a952bc
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-07 22:51:04 +00:00
Henry
b3cde56f27
Doxygen docs: Corrected doxyFilter to preserve line numbers
...
Also corrected many formatting errors in the comments in C and H files
2011-02-07 22:50:49 +00:00
Henry
9c9e092f52
simpleFoam/motorBike tutorial: Upgraded to 1.7.x
2011-02-07 22:44:05 +00:00
andy
406bc09516
ENH: Consolidated ConeInjection and ConeInjectionMP into a single model
2011-02-07 16:48:06 +00:00
Mark Olesen
0f990cb447
Merge remote branch 'OpenCFD/master' into olesenm
2011-02-07 16:56:31 +01:00
andy
84d577539d
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-07 12:59:40 +00:00
andy
8bc92b8761
ENH: Added mapMethod, [source|target]Region options to mapFields
2011-02-07 12:59:14 +00:00
Mark Olesen
ffd20770dd
ENH: add (non-templated) polynomialFunction
...
STYLE: integrateLimits() -> integrate() for consistency with
DataEntry/polynomial. Rename old 'integrate', 'integrateMinus1'
methods to 'integral', 'integralMinus1' (ie, substantive instead of
verb for clarity).
2011-02-04 18:59:45 +01:00
mattijs
a6e8df4aa2
ENH: Test-syncTools : remove warning about transformations
2011-02-03 22:20:32 +00:00
mattijs
d54624b901
BUG: globalMeshData,globalIndexAndTransform: work with <3 cyclics
2011-02-03 22:08:56 +00:00
mattijs
ed6650ed8d
BUG: etc/cellModels : wrong edge numbering
2011-02-03 22:07:00 +00:00
andy
99fa12c059
ENH: added noParallel option to chemFoam (single cell cases only)
2011-02-03 12:55:05 +00:00
mattijs
c3ae505e33
BUG: globalMeshData : fix edge master-slave addressing
2011-02-02 17:34:08 +00:00
mattijs
f1bff601a6
ENH: dictionary::found : optionally disable wildcards
2011-02-02 15:48:58 +00:00
mattijs
f0e2ece0cc
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-02 13:36:11 +00:00
Henry
edbdd0ce4f
linearUpwind: Removed virtual function hiding
2011-02-02 13:30:35 +00:00
mattijs
0963f8dfe1
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-02 12:44:59 +00:00