202570dce4
renamed ensight76FoamExec -> ensightFoamReader for consistency
2008-07-22 14:52:57 +02:00
7446cee720
DebugSwitches in etc/controlDict is incomplete/incorrect
...
Added doc/Doxygen/tools/find-debugNames to help but the problem requires
more attention (Henry/Andy/Mattijs?)
Caveat:
- names defined with nested defines will be missed.
- names defined via typename will be missed.
Cleanup example:
#!/bin/sh
(
cd $WM_PROJECT_DIR
doc/Doxygen/tools/find-debugNames|tee debugs.orig|sed -e 's@ *//.*$@@'>debugs
diff -uw etc/controlDict debugs > debugs.diff
echo "hand-resolve the conflicts - see debugs.diff"
)
2008-07-22 14:04:29 +02:00
e629d33a08
paraview reader: export FOAM_CASE env variable
2008-07-22 13:07:45 +02:00
6a53f06636
Added basic surface conformation
2008-07-22 10:37:55 +01:00
d7203994d5
Added basic surface conformation
2008-07-22 10:37:55 +01:00
b42e13583a
More cleanup on headers/source for doxygen
...
- it also found things like size_t instead of size_type in fileName class
2008-07-22 11:12:40 +02:00
85c164340e
Added IOobject::readOption to IOOutputFilter
...
- allows post-processing functions with an optional dictionary
(eg, the developer can hard-wire some defaults)
2008-07-21 16:40:05 +02:00
033829bcc3
Created HTML versions.
2008-07-21 12:06:15 +01:00
352c0f4c24
Added turbulent viscosity.
2008-07-21 12:00:06 +01:00
7e08abb9a1
Updated the information about Qt versions and ParaView
...
compatibility.
2008-07-21 11:58:25 +01:00
7be8bc1d06
Changed packing for OpenMPI.
...
Not by me, Chris/Mattijs?
2008-07-21 11:34:44 +01:00
ddebd03c70
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-21 11:19:33 +01:00
4d96b876e4
cleanup of foam-pack scripts
...
- removed legacy foamDiffSourceList, foamPackChanged
- added foamPackDoxygen for separate distribution of docs
handles -prefix option
- misc. cosmetic changes
2008-07-20 15:53:43 +02:00
0473f177ad
Create unique member name for addNamed...SelectionTable
...
We can now add the same member function with different lookups
e.g. 'stl' and 'stlb'
By using leading/trailing underscores around the lookup name,
we get a unique name and avoid possible collision with other classes.
2008-07-20 15:19:07 +02:00
f75ffd7f15
cosmetics
2008-07-20 14:17:08 +02:00
a48bc8746a
use dictionary::readIfPresent wherever reasonable
2008-07-20 14:07:49 +02:00
2ec86d6f12
Removed tabs.
2008-07-20 12:22:28 +01:00
7f9631634d
cleanup wmake scripts
...
- match comments to names of scripts
- remove comments about using C-shell (not true anymore)
- use 'assert' style syntax in places instead of if/then/fi
- wcleanMachine supports multiple arguments
2008-07-18 15:32:10 +02:00
d6c87e58c6
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-18 12:59:30 +01:00
537f11310f
baffle splitting in parallel
2008-07-18 12:59:26 +01:00
fbf250af65
foamCopySettings ignore log files as well
2008-07-18 13:53:42 +02:00
3c07d20652
more fixing... removed epsilon - this utility needs a serious re-write
2008-07-18 11:41:21 +01:00
b6c6953ba3
foamClearPolyMesh gets -region option too
2008-07-18 12:23:48 +02:00
a02890a972
changed R -> UPrime2Mean to comply with fieldAverage function object field output
2008-07-18 11:14:57 +01:00
d61fd187c1
argList.C - don't emit banner with -help, -doc usage etc.
...
This makes it easier to find the usage on the screen.
Provide hint about -help if the docs cannot be found.
2008-07-18 11:41:12 +02:00
0b7c46f0d6
updated umean as in previous commit, but all this code is commented??? to be tidied/removed???
2008-07-18 10:14:56 +01:00
e3f44132cf
updated Umean -> UMean to comply with fieldAverage function oject
2008-07-18 09:54:36 +01:00
3ae1a49119
blockMesh:
...
renamed genBlockMesh.C -> blockMeshApp.C for the -doc option
Followed Eugene's suggestions and moved blockMeshDict out of polyMesh/.
Rationale:
blockMeshDict is not a polyMesh or part of a polyMesh, thus it doesn't
really belong in the polyMesh/ dir anyhow. Moving it to constant/ or
constant/<region>/ improves the overview and eases cleanup of polyMesh/ as
well. For compatibility, constant/polyMesh/ or constant/<region>/polyMesh/
will be searched if the new locations fail.
2008-07-18 10:23:09 +02:00
d0ee873946
Merge commit 'bundle/home' into olesenm
2008-07-18 09:14:49 +02:00
b341c45864
update docs for timeVarying bcs
2008-07-18 08:52:33 +02:00
1884b91c8c
bin/script changes
...
foamUpdateCaseFileHeader:
- handle multiple files
- use fixed version width
- replace grep/tr/cut -> sed
foamUpgradeTurbulenceProperties:
- handle multiple files
2008-07-17 23:26:54 +02:00
ced9f11065
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-17 16:17:25 +01:00
64a1f7cbde
fix for cyclic boundary handling
2008-07-17 16:15:42 +01:00
7e1d14be68
Adding exponential replusion pair potential, steering tether potential, modifying tether force base class, tether potential list container and derived tethers to take a vector argument rather than a scalar
2008-07-17 15:05:39 +01:00
af5456faf8
Adding exponential replusion pair potential, steering tether potential, modifying tether force base class, tether potential list container and derived tethers to take a vector argument rather than a scalar
2008-07-17 15:05:39 +01:00
ce66358a57
cyclic ordering fix
2008-07-17 14:15:43 +01:00
a34c8d635b
foamUpgradeTurbulenceProperties : do not use dirname with missing arguments
2008-07-17 10:04:30 +02:00
931c30e61e
foamClearPolyMesh minor cleanup
2008-07-17 10:03:16 +02:00
46b102bd8f
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-15 22:11:10 +01:00
67c010c729
chtMultiRegionFoam tutorial
2008-07-15 22:10:40 +01:00
8e3d196ec8
logic
2008-07-15 22:06:26 +01:00
17ab54d381
extraneous autoPtr
2008-07-15 22:06:11 +01:00
55b6620b01
Merge branch 'master' into cvm
2008-07-15 11:35:06 +01:00
68bbd82c91
Merge branch 'molecularDynamics'
2008-07-15 10:10:06 +01:00
3165df886e
Merge branch 'olesenm'
2008-07-15 10:06:15 +01:00
e480daefa9
reset version to dev (from 1.5)
2008-07-15 09:56:41 +01:00
5e5b26edd5
update dictionary headers and FoamFile entry to 1.5 format
2008-07-14 14:50:35 +02:00
ff2040f26f
fixup copyright dates
2008-07-14 14:49:20 +02:00
2fc54a50ff
Merge commit 'OpenCFD/master' into olesenm
2008-07-14 12:59:35 +02:00
b7be6bce24
updated
2008-07-14 11:34:47 +01:00