mattijs
5ac0657b6f
new and better components
2008-05-23 16:39:09 +01:00
Mark Olesen
47ce072a73
Ignore .git directory when packing
2008-05-23 16:25:06 +02:00
Mark Olesen
69d475703e
Finalized dictionary merge code
...
* passes valgrind tests.
* fixed unnoticed bug in changeKeyword( ... forceOverwrite)
2008-05-23 16:14:59 +02:00
andy
0c6bf4ee81
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-23 14:30:48 +01:00
andy
e9d9efd68a
updated ParaView build script
2008-05-23 14:30:40 +01:00
Mark Olesen
6441a23cd0
minor adjustments to paraview Allwmake scripts
2008-05-23 14:14:27 +02:00
Mark Olesen
39838b6df2
decomposePar was failing for -case ./name : fixed relative directories
2008-05-23 14:08:32 +02:00
Mark Olesen
d03b912538
Improved string expansion handling.
...
* delay fileName expansion in timeVarying BCs, add the possibility to use
relative directories
* export FOAM_ROOT from argList: "." and ".." for serial/parallel. This
allows us to specify a single movable location regardless of serial/parallel.
* only replace an isolated leading "./" with CWD, strip others. This
improves use for a relative names.
2008-05-23 14:03:16 +02:00
Mark Olesen
bbc69a464e
ignore #filename# auto-save files
2008-05-23 14:02:51 +02:00
henry
7329b1c1f4
Removed out-of-date componentMixed
2008-05-23 12:34:07 +01:00
mattijs
1fc3336f34
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-23 12:09:04 +01:00
mattijs
8827ab2df1
moved metis into src/other; moved decomposition libraries into src/
2008-05-23 12:08:42 +01:00
andy
0723cbedb6
removing temp file from /bin
2008-05-23 11:57:57 +01:00
andy
fee05a234a
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-23 11:25:04 +01:00
andy
422849b42e
added test for dataEntry
2008-05-23 11:24:57 +01:00
andy
96a35a6ec3
correction to table interpolation
2008-05-23 11:22:06 +01:00
mattijs
f0d9dbfbe8
Compile molecule lagrangian lib
2008-05-23 11:14:59 +01:00
mattijs
e2ee122a02
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-23 11:06:51 +01:00
mattijs
ffa939952c
subsetting point fields
2008-05-23 11:06:43 +01:00
Mark Olesen
5f3ad4de93
Avoid segfault if a '#directive' is used in the global controlDict
2008-05-23 10:13:53 +02:00
andy
4e787f11fe
consisteny update
2008-05-22 17:05:13 +01:00
andy
6342010a89
updated magGrad utility, and separated out template functions
2008-05-22 17:03:25 +01:00
mattijs
bc84848b6d
New tutorial: pitzdaily with mapped inlet
2008-05-22 16:24:27 +01:00
andy
14dc0cae85
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-22 15:04:38 +01:00
andy
4a9f21ba18
adding molecular dynamics sources/app/utility
2008-05-22 15:03:46 +01:00
mattijs
f36526531b
built into FOAM_USER_APPBIN
2008-05-22 14:07:02 +01:00
mattijs
36ea34fbb6
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-22 13:34:51 +01:00
mattijs
0edb41f45e
merge patch faces only on meshed patches
2008-05-22 13:34:37 +01:00
henry
6519ade10b
Reorganised DNSandLES, moved the LES solvers to the appropriate sub-directories
2008-05-22 11:05:39 +01:00
henry
665096c17b
Ignore #filename#
2008-05-21 19:08:47 +01:00
henry
a341cd03b4
Added wmakeLockScheduler
2008-05-21 19:04:59 +01:00
andy
b5a7c032c6
added total patch area info statement
2008-05-21 18:11:52 +01:00
henry
abf89a7fd2
I changed my mind
2008-05-21 17:38:43 +01:00
henry
1c4d2a97a5
Remove the #include <execinfo.h> on darwin OS
2008-05-21 16:58:38 +01:00
henry
61194c1419
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-21 15:01:33 +01:00
henry
2b683971f1
Change rho BCs to calculated
2008-05-21 15:00:47 +01:00
andy
5051b1b64f
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-21 14:35:05 +01:00
andy
383ae13a29
added Uabs function to SRF model
2008-05-21 14:34:58 +01:00
Mark Olesen
e9876723e6
Adjust some utilities to use postCalc wrapper or timeSelector directly.
...
When required, also adjusted to use XXXApp.C for the source name.
Adjusted some names in preparation for merge with master.
2008-05-21 10:19:23 +02:00
Mark Olesen
e34c1c75f8
FIX: foamCleanPath wasn't working properly with etc/bashrc.
...
The call to foamCleanPath from etc/{bashrc,cshrc} passes all the wildcards
together as a single argument - causing nothing to be cleaned. Now split
the args on whitespace. Also added more IFS hacking to reduce forking.
2008-05-21 10:07:28 +02:00
Mark Olesen
71119dd6eb
fvPatchFields : slightly improved debug messages
2008-05-21 10:01:07 +02:00
Mark Olesen
da4495fea8
check for XXXApp_8C.html (Application) in the -doc argument handling first.
...
This is useful when the application has the same name as a class. For example,
polyDualMeshApp.C implements the polyDualMesh application using the
polyDualMesh class. Thus polyDualMeshApp_8C.html documents the app, whereas
polyDualMesh_8C.html is the annotated source code for the class itself.
2008-05-21 09:51:34 +02:00
mattijs
628c19fa63
emacs leftover
2008-05-20 19:52:57 +01:00
mattijs
436bb87e25
clearer error messages
2008-05-20 19:52:17 +01:00
mattijs
0ad4f7be99
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-20 18:31:26 +01:00
mattijs
1e7c9ae822
Renamed autoHexMesh to snappyHexMesh
2008-05-20 18:30:52 +01:00
henry
316160d9c2
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-20 18:05:50 +01:00
henry
cdb78d6741
There's a bug in Schaeffer's expression for the frictional viscosity,
...
which was pointed out by Rasmus.
The alpha[celli] term in muf should not be there.
2008-05-20 18:05:07 +01:00
andy
dd0def28ca
removing redundant functionality
2008-05-20 13:34:48 +01:00
andy
ad148d718e
adding magSqr post-processing utility
2008-05-20 13:17:51 +01:00