Mark Olesen
dcdce31460
paraview reader: export modified FOAM_CASE for parallel sub-cases
2008-07-23 09:59:41 +02:00
Mark Olesen
04f065cf4c
fix PV3FoamReader to restore mesh caching
...
previous disabling of the TimeSelection arrays [commit c52b20b..]
resulted in the mesh caching being disabled :(
Simplified code is enabled/disabled by PV3FOAM_TIMESELECTION define.
Might be removed in the future.
2008-07-22 16:26:03 +02:00
Mark Olesen
202570dce4
renamed ensight76FoamExec -> ensightFoamReader for consistency
2008-07-22 14:52:57 +02:00
Mark Olesen
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
Mark Olesen
e629d33a08
paraview reader: export FOAM_CASE env variable
2008-07-22 13:07:45 +02:00
Mark Olesen
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
Mark Olesen
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
Mark Olesen
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
Mark Olesen
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
Mark Olesen
f75ffd7f15
cosmetics
2008-07-20 14:17:08 +02:00
Mark Olesen
a48bc8746a
use dictionary::readIfPresent wherever reasonable
2008-07-20 14:07:49 +02:00
Mark Olesen
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
Mark Olesen
fbf250af65
foamCopySettings ignore log files as well
2008-07-18 13:53:42 +02:00
Mark Olesen
b6c6953ba3
foamClearPolyMesh gets -region option too
2008-07-18 12:23:48 +02:00
Mark Olesen
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
Mark Olesen
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
Mark Olesen
d0ee873946
Merge commit 'bundle/home' into olesenm
2008-07-18 09:14:49 +02:00
Mark Olesen
b341c45864
update docs for timeVarying bcs
2008-07-18 08:52:33 +02:00
Mark Olesen
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
Mark Olesen
a34c8d635b
foamUpgradeTurbulenceProperties : do not use dirname with missing arguments
2008-07-17 10:04:30 +02:00
Mark Olesen
931c30e61e
foamClearPolyMesh minor cleanup
2008-07-17 10:03:16 +02:00
andy
68bbd82c91
Merge branch 'molecularDynamics'
2008-07-15 10:10:06 +01:00
andy
3165df886e
Merge branch 'olesenm'
2008-07-15 10:06:15 +01:00
andy
e480daefa9
reset version to dev (from 1.5)
2008-07-15 09:56:41 +01:00
Mark Olesen
5e5b26edd5
update dictionary headers and FoamFile entry to 1.5 format
2008-07-14 14:50:35 +02:00
Mark Olesen
ff2040f26f
fixup copyright dates
2008-07-14 14:49:20 +02:00
Mark Olesen
2fc54a50ff
Merge commit 'OpenCFD/master' into olesenm
2008-07-14 12:59:35 +02:00
mattijs
b7be6bce24
updated
2008-07-14 11:34:47 +01:00
mattijs
da7c874e47
user_libsrc correction
2008-07-14 11:34:31 +01:00
Mark Olesen
04ffbbc51a
foamAllHC / foamEbrowse / foamNew - error checking
2008-07-14 11:00:41 +02:00
Mark Olesen
fbac898f53
updated foamClearPolyMesh
...
* now removes the same files as Foam::polyMesh::removeFiles()
* accepts -case option
2008-07-14 10:12:20 +02:00
Mark Olesen
f22d251d60
added foamCopySettings script
...
* copies case contents without the polyMesh
2008-07-14 10:11:01 +02:00
andy
22dd42b04e
tidy up and turn all 3rd party library functionality off
2008-07-11 16:39:05 +01:00
henry
34e69f5d8a
Corrected the details of the supported GNU/Linux versions.
2008-07-10 21:44:09 +01:00
henry
ba0de9ace0
Removed spurious polyMesh::directions() function.
2008-07-10 20:04:09 +01:00
henry
b48f6ac2d3
Moved buildParaView3.3-cvs to be on the PATH and added more path corrections
2008-07-10 18:44:31 +01:00
henry
60c3a635ef
Removed foamPackThirdPartyBinAll
2008-07-10 17:56:42 +01:00
henry
e89dae6084
New script.
2008-07-10 17:16:31 +01:00
henry
adadd12e3e
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-10 16:36:59 +01:00
henry
9d1e821e7b
Changed for HTML export and created HTML versions
2008-07-10 16:36:52 +01:00
andy
45ba5d17d4
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-10 16:03:54 +01:00
andy
ba72941650
general update - but still needs work
2008-07-10 16:03:15 +01:00
henry
d66a41c6a6
Made the mesher more prominent.
2008-07-10 15:54:10 +01:00
henry
a86b1ce4a3
Corrected for SP.
2008-07-10 15:53:10 +01:00
henry
8f63c498bc
Converted README and ReleaseNotes-1.5 to org-mode and updated.
2008-07-10 14:34:05 +01:00
henry
7e16e4d9f8
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-10 11:12:38 +01:00
henry
f5f9435838
Removed java test.
2008-07-10 11:12:32 +01:00
andy
58c73dd4f5
kappa and E now need read as scalars instead of dimensionedScalars (2)
2008-07-10 11:05:01 +01:00
andy
d3ead0d9c1
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-10 11:03:03 +01:00
andy
c8f89b17a2
kappa and E now need read as scalars instead of dimensionedScalars
2008-07-10 11:02:49 +01:00