d5ac9d4c36
LinkedLists cleanup
2008-12-17 11:36:04 +01:00
625c75630c
Dictionary template class - added lookupPtr
...
- can return NULL pointer instead of FatalError for non-existent entries
2008-12-17 11:14:00 +01:00
e0c749cfe8
Merge commit 'OpenCFD/master' into olesenm
2008-12-17 08:26:10 +01:00
6a4cd5cb5d
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2008-12-16 22:30:56 +00:00
8b446b1ec1
unnecessary clear
2008-12-16 22:30:38 +00:00
a1c8a6c24c
handling uniform fields
2008-12-16 22:30:13 +00:00
ebaaa0005f
etc/paraview3/*rc - added minor note
2008-12-16 16:07:35 +01:00
6151df3ef1
paraview build - reworking build/install directories
2008-12-16 13:20:53 +01:00
7072a998e8
paraview build - add -abspath/-envpath options
2008-12-16 11:45:12 +01:00
49bbb29ac8
update build scripts and etc/apps/paraview3 settings for paraview-3.5 (cvs)
...
- The new cmake seems to be even smarter. If we try to use env variables in
the .cmake files (eg, with And's sed fixup), they are rewritten in a
subsequent re-make and take much longer). Adjusting the compiler values
themselves causes a full remake. On the positive side, disabling the rpath
seems to mean we may not need any of this.
In summary - yuck!
2008-12-15 22:06:54 +01:00
bf057f99c0
small change to CMakeLists.txt for cmake-2.6.2
2008-12-15 22:06:44 +01:00
aa522c93f1
buildParaView changes
...
- set CMAKE_INSTALL_PREFIX:PATH now
- allow separation between -config/-make/-install stages
- update for cmake 2.6
2008-12-13 17:55:07 +01:00
4c6a7ca707
cellModeller - cosmetics
2008-12-12 20:02:50 +01:00
c90a167e5a
bugfixing, documentation in global/debug
...
- catch missing "controlDict" file immediately via findEtcFile() instead of
checking IFstream::good(). This avoids segfaulting, since the error
handling in IFstream uses classes that are not yet initialized.
- use new dictionary features (eg, lookupOrAddDefault) to reduce code
- fixed debug::switchSet to use ref-to-pointer so pointer actually gets set!
2008-12-12 19:25:48 +01:00
0571f5393e
rename Foam::dotFoam() -> Foam::findEtcFile() with an optional 'mandatory' argument
...
- if mandatory is true, findEtcFile() will abort with a message (via cerr).
This allows a non-existent file to be caught at the lowest level and avoid
error handling in IFstream, which might not be initialized at that stage.
2008-12-12 19:16:32 +01:00
9663072b5f
Removed ddtPhiCorr.
2008-12-12 15:06:04 +00:00
089e5e3b00
Merge commit 'OpenCFD/master' into olesenm
2008-12-12 14:30:11 +01:00
c65a40d57d
don't need shrink before List::transfer(DynamicList&) anymore
2008-12-12 14:20:56 +01:00
86602859f2
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2008-12-12 12:28:27 +00:00
1d22ab652e
Corrected the code for moving-mesh cases with dilatation.
2008-12-12 12:28:19 +00:00
4d02f410b4
Moved setDeltaT to before the flux is made absolute.
2008-12-12 12:27:36 +00:00
83a365ca86
Minor formatting change.
2008-12-12 12:26:11 +00:00
799f09ed7f
Reverting "Added ddtPhiCorr back into the pEqn, use if wisely."
2008-12-12 12:25:36 +00:00
8d2bed91ce
Added ddtPhiCorr back into the pEqn, use if wisely.
2008-12-12 12:24:12 +00:00
8a5931f15a
added HashTable::clearStorage() for symmetry with DynamicList
2008-12-12 09:48:51 +01:00
cc571ba111
removed last bits of wildcard vs. pattern
2008-12-12 09:48:25 +01:00
df1573aae0
avoid DynamicList::setSize()
2008-12-12 09:47:37 +01:00
07e604d4fa
Merge commit 'OpenCFD/master' into olesenm
...
Conflicts:
src/Pstream/Allwmake
2008-12-12 09:06:00 +01:00
c7a0f553ef
include file position
2008-12-11 18:54:43 +00:00
7fda35da9c
dynamicList setSize change
2008-12-11 18:53:49 +00:00
5e7a1f7ea9
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2008-12-11 15:51:31 +00:00
e9d5f929bc
synchronisation of zones
2008-12-11 15:50:50 +00:00
987b894e68
hpmpi
2008-12-11 15:50:29 +00:00
ffa75238a6
comment
2008-12-11 15:49:29 +00:00
d3dde21aff
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2008-12-11 12:06:06 +00:00
fd7ec69cc3
Added documentation to PDRFoam.
2008-12-11 12:05:56 +00:00
7f22e3104a
Added correctPhi to compressibleInterDyMFoam.
2008-12-11 12:05:21 +00:00
7467c891bb
minor tweak for matching MPI types, documentation cosmetics
2008-12-11 10:12:06 +01:00
7473adc89c
writeKeyword spacing for keyType, misc cosmetics changes
2008-12-10 23:00:39 +01:00
599c1c5976
Merge commit 'OpenCFD/master' into olesenm
2008-12-10 15:47:37 +01:00
533c49101c
dictionary: potential leak/odd behaviour - regexps cleared in the wrong place
2008-12-10 14:54:52 +01:00
c6cf2e539a
- dropped regularExpression in favour of regExp
...
- moved findStrings from stringList to new stringListOps
(helps reduce the influence on dependencies)
- findStrings can also do partial matches
2008-12-10 14:29:19 +01:00
4aaa07cc14
cosmetic changes
2008-12-10 13:34:52 +01:00
d017697b04
regExp class added - enhanced and with minor bugfixes
2008-12-10 12:44:12 +01:00
b94c3fb8a1
paraFoam - check for region-specific fvSchemes, fvSolution
2008-12-10 09:47:24 +01:00
e2d140fa94
timeSelector: improved functionality
...
- the improved side-effect of enabling -zeroTimea alters default selection
behaviour and -latestTime selection behaviour for utilities in which
accidentally using the 0/ directory can cause damage (eg, reconstructPar)
- can combine -time ranges and -latestTime
2008-12-10 09:14:00 +01:00
31e1b1ba0e
timeSelector : added -latestTime0 to allow 0/ in the latest time selection
2008-12-09 19:02:25 +01:00
9a0a0d051e
a few tests targeted to FOAM_APPBIN instead of FOAM_USER_APPBIN
2008-12-09 18:59:48 +01:00
f7f2d1672a
extend fvSolution re-write to also include the 'smooth' entry
2008-12-09 17:04:05 +01:00
8f48c008d7
parallel fix
2008-12-09 15:59:00 +00:00