andy
0d4349bb7e
ENH: Added support for cmake version 2.8.1
2010-03-18 09:55:19 +00:00
andy
9e68716255
ENH: Minor spelling correction
2010-03-17 17:57:10 +00:00
andy
97910c2c0c
ENH: only set ParaView_MAJOR by default if not already set
2010-03-17 17:56:23 +00:00
andy
08f10e8ea1
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-17 15:06:16 +00:00
andy
cf034de37a
Merge branch 'olesenm'
2010-03-17 14:58:34 +00:00
andy
5332347887
ENH: minor typo
2010-03-17 14:57:26 +00:00
mattijs
35cd2e49b8
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-17 11:49:50 +00:00
mattijs
f1ab396a66
STYLE: remove all references to wallPoint::greatPoint.
...
Replaced with point::max wherever possible. Is VGREAT, not GREAT so be
careful with calculations.
2010-03-17 11:48:44 +00:00
mattijs
56acb3752c
STYLE: changed comment
2010-03-17 11:18:48 +00:00
mattijs
06d2dc9e4c
ENH: application to extrude a faceZone into a separate region mesh
...
Extrudes either internal faces to inflate a baffle or extrudes boundary
faces to create separate mesh. Inserts directMappedWall between the two
meshes.
2010-03-17 11:17:17 +00:00
mattijs
caa250f81d
ENH: layered mesh motion solver
...
Specifies motion as blocks inside which motion is interpolated
2010-03-17 11:16:29 +00:00
mattijs
263e9e3361
ENH: have transform mode without automatic ordering
...
Still has automatic transformation tensor calculation
2010-03-17 11:14:28 +00:00
Mark Olesen
d5170fa83a
STYLE: remove trailing space from adjointShapeOptimizationFoam tutorial files
2010-03-17 11:36:42 +01:00
Mark Olesen
cd768b7a5a
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-17 08:52:10 +01:00
henry
d35773f4fb
New solver: adjointShapeOptimizationFoam
...
Uses adjoint method to block regions of the domain causing total pressure loss,
e.g. recirculation zones.
pitzDaily tutorial case supplied.
2010-03-15 17:08:45 +00:00
henry
d83d28733d
Corrected headers.
2010-03-15 17:06:38 +00:00
henry
3c1993798a
fvMotionSolver: added pointEdgeStructuredWalk.C
2010-03-15 17:04:24 +00:00
henry
3a8cb46beb
files: Removed MC scheme.
2010-03-15 17:03:27 +00:00
henry
5cac2c00d6
mhdFoam: General cleanup.
2010-03-15 17:03:04 +00:00
henry
dbe29112e3
MULES limitation removed: sub-cycling time now supported on morphing meshes
...
Support for cell-volume interpolation during time sub-cycling now provided and
used in the MULES VoF solver to allow sub-cycling on morphing meshes.
2010-03-15 17:02:12 +00:00
henry
5e8d714dff
Removed superfluous interpolation scheme.
2010-03-15 17:00:02 +00:00
Mark Olesen
7308242498
BUG: prefs.sh was sourced in the wrong position in etc/{bashrc,cshrc}
2010-03-15 15:15:38 +01:00
Mark Olesen
ee199b9e9a
BUG: new 3rdParty location for cmake and paraview was not getting cleaned from the path
2010-03-12 17:41:15 +01:00
Mark Olesen
ee0dea2284
ENH: add top-level Allwclean for paraview plugins
2010-03-12 14:24:04 +01:00
andy
45463d2325
ENH: Using more descriptive names for input entries for createPatch utility
2010-03-12 12:44:14 +00:00
andy
135b82aa88
ENH: provided reference for Murphy-Shaddix coal char combustion model
2010-03-11 14:55:13 +00:00
andy
06b0704438
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-11 14:49:36 +00:00
andy
a04996d0f6
BUG: removed old (redundant) link libraries from options file
2010-03-11 14:49:18 +00:00
sergio
0455e4a013
BUG: volScalarField G in registry named RANSModel::G
2010-03-11 14:33:19 +00:00
sergio
2fcb6d506b
BUG: option file in combustionModel links general thermo
2010-03-11 14:29:33 +00:00
Mark Olesen
61b6fe3311
COMP: missing pointEdgeStructuredWalk.C in Make/files
2010-03-11 10:22:18 +01:00
Mark Olesen
2788a12c08
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-10 15:15:23 +01:00
Mark Olesen
abdee93da4
COMP: move 3rd-party mpi from $WM_OPTIONS -> $WM_ARCH$WM_COMPILER
...
Rationale:
Treat 3rd-party mpi libraries like any other 3rd-party library. They
are normally available without debugging and don't know anything
about the OpenFOAM DP/SP (double/single precision) concept.
2010-03-10 14:53:04 +01:00
Mark Olesen
2b83f9f8fd
COMP: move CMAKE binaries from $WM_ARCH -> $WM_ARCH$WM_COMPILER
...
We should assume that they've been compiled with the current OpenFOAM
compiler settings and may have compiler-specific runtime requirements.
2010-03-10 14:39:11 +01:00
Mark Olesen
d239cc053a
COMP: coco-cpp now installed with --prefix and without separate --exec-prefix
...
COMP: latest coco-cpp can find the frame files relative to the
executable path. This simplifies the make rules.
2010-03-10 12:11:26 +01:00
Mark Olesen
6b6dd51a27
STYLE: more consistent shell style in tutorial run/clean scripts
2010-03-10 10:55:42 +01:00
mattijs
1f88dac94b
ENH: sample on nearest cell, not cell containing triangle centre.
...
Much more robust. Also now works on triSurfaces with non-compact point numbering.
2010-03-09 18:05:30 +00:00
Mark Olesen
2068c67a33
ENH: 'wclean all' now uses either Allwclean or Allclean files if
...
present.
2010-03-09 17:16:23 +01:00
Mark Olesen
d4054f6b1f
ENH: add -i(ignore) option to wmkdep, wmkdepend
...
- specifies headers that should be ignored. Provides a workaround
for the fact that wmkdep/wmkdepend doesn't handle defines at all.
STYLE: code cleanup of wmkdep.l
2010-03-09 16:16:17 +01:00
mattijs
3aed3c45be
STYLE: added code for using isoSurfaceCell. Removed cleanup of surface.
2010-03-09 13:27:50 +00:00
mattijs
8c454d5e04
STYLE: removed some include files. Added alternative code for using
...
isoSurfaceCell instead isoSurface.
2010-03-09 13:24:16 +00:00
mattijs
a3621bd6d1
ENH: mesh motion on layered meshes.
...
Specifies motion as a set of interpolations on subsets of the mesh.
2010-03-09 13:22:23 +00:00
mattijs
ebcb825fab
BUG: used wrong variable names for faceZones. Did not close file.
2010-03-09 13:21:19 +00:00
Mark Olesen
27ecc9177c
ENH: only report the first occurance of missing file when making dependencies
2010-03-09 10:36:55 +01:00
Mark Olesen
03b30396cb
ENH: relocate third-party binaries
...
old: $WM_THIRD_PARTY_DIR/<packageName>/platforms/$WM_ARCH*
new: $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH*/<packageName>
This streamlines the creation of binary packs, eases distribution and
helps when testing the robustness of relocatable installations.
2010-03-09 10:15:10 +01:00
Mark Olesen
1f59eabd1d
ENH: use prefs.{csh,sh} to provide user/site configuration without
...
editing the respective settings files.
- foamEtcFile is used to find the files, thus follows the standard
~OpenFOAM/fileName expansion mechanism.
2010-03-09 09:31:37 +01:00
Mark Olesen
77f0192dac
BUG: _foamAddMan was being left a remnant in the environment after sourced settings files
2010-03-09 09:16:47 +01:00
Mark Olesen
4fdd5b3b18
BUG: engridFoam did not use ParaView_MAJOR variable
...
BUG: engridFoam had $WM_ARCH instead of $WM_ARCH$WM_COMPILER
2010-03-08 10:22:34 +01:00
Mark Olesen
767b35110f
STYLE: use wordReList for patch and faceZone names in foamToEnsight
...
- avoids odd side effects that can occur when a wordList is treated as
a list of regex patterns
2010-03-05 16:47:46 +01:00
Mark Olesen
be86669315
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-05 15:46:49 +01:00