Commit Graph

5282 Commits

Author SHA1 Message Date
2788a12c08 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-10 15:15:23 +01:00
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
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
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
6b6dd51a27 STYLE: more consistent shell style in tutorial run/clean scripts 2010-03-10 10:55:42 +01:00
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
2068c67a33 ENH: 'wclean all' now uses either Allwclean or Allclean files if
present.
2010-03-09 17:16:23 +01:00
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
3aed3c45be STYLE: added code for using isoSurfaceCell. Removed cleanup of surface. 2010-03-09 13:27:50 +00:00
8c454d5e04 STYLE: removed some include files. Added alternative code for using
isoSurfaceCell instead isoSurface.
2010-03-09 13:24:16 +00:00
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
ebcb825fab BUG: used wrong variable names for faceZones. Did not close file. 2010-03-09 13:21:19 +00:00
27ecc9177c ENH: only report the first occurance of missing file when making dependencies 2010-03-09 10:36:55 +01:00
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
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
77f0192dac BUG: _foamAddMan was being left a remnant in the environment after sourced settings files 2010-03-09 09:16:47 +01:00
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
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
be86669315 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-05 15:46:49 +01:00
703dda2943 STYLE: use new -space option from foamCleanPath 2010-03-05 15:00:39 +01:00
06910c1cd1 ENH: add -space option to foamCleanPath
- this allows more direct use by c-shell
2010-03-05 14:35:47 +01:00
92a08c005d ENH: clean path from old cmake/paraview 2010-03-05 14:17:17 +01:00
3eb6b30724 ENH: add foamPV alias/function for switching between paraview versions. 2010-03-05 13:40:08 +01:00
10524cb8a1 STYLE: eliminate ParaView_INST_DIR variable and simplify plugin Make/options
- the 'make install' target from ParaView now installs all of the
  includes necessary for compiling plugins.
2010-03-05 13:04:30 +01:00
d966430771 ENH: set ParaView_MAJOR from ParaView_VERSION if required
ENH: move plugin to paraview-$ParaView_MAJOR
2010-03-05 12:39:47 +01:00
e4b4bf2bf0 ENH: UIPstream when reaches eof deletes the underlying buffer.
Only in PstreamBuffers mode. This makes sure that data from other processors
already handled gets deleted.
2010-03-04 15:03:10 +00:00
3753ac7de6 STYLE: Particle. Removing unneeded variable and commenting out Pout
message.
2010-03-04 14:20:12 +00:00
18eb2d7099 STYLE: Typo in warning message 2010-03-04 13:47:51 +00:00
edeb20c856 ENH: Added faceZones support. Reverted back to using scheduled comms
(less memory)
2010-03-04 13:47:09 +00:00
1a87cd16fb ENH: Add averaging to all iso-surface based sampledSurfaces.
The optional 'average' switch causes use of the average-of-pointvalues
instead of the original volField.
2010-03-04 13:45:44 +00:00
89615f708e ENH: respect face orientation when decomposing polyhedra.
ENH: use face::trianglesQuads() method for PV3FoamReader as well.
- this avoids missing faces (and weird cells) in the decomposed polyhedra.
2010-03-04 11:20:20 +01:00
5726d59f63 STYLE: improved usage information for wmake 2010-03-04 09:37:50 +01:00
57b52f8226 ENH: Removing interactingKinematicParcelFoam - now redunant. 2010-03-03 16:40:55 +00:00
52dcdb6c90 ENH: KinematicParcel rename rotational motion variables.
pi -> angularMomentum
tau -> torque
2010-03-03 16:29:52 +00:00
a03e484dee ENH: Updating coalCombustion with collision variables and models.
Adding youngsModulus and poissons ratio to coalChemistryFoam cloud
properties.
2010-03-03 15:54:45 +00:00
fcc442e359 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-03 15:11:16 +00:00
b98c7c9d3e ENH: Removing interactingKinematicParcelFoam tutorials - out of date
and unnecessary.
2010-03-03 14:59:43 +00:00
af32ffeaad ENH: Implement gradient coupled temperature bc as fixedGradient instead of fixedValue. 2010-03-03 14:59:39 +00:00
60a1898399 STYLE: Fixed creation date 2010-03-03 14:59:02 +00:00
67abd61188 Merge branch 'master' into particleInteractions 2010-03-03 11:26:10 +00:00
1fe4264f3f ENH: add foamNewCase script
Create a new case from a template for particular applications
2010-03-03 10:49:12 +01:00
5c9aa7f4d2 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-03 09:30:18 +00:00
62c2f4d1bb Corrected header formatting. 2010-03-03 09:30:11 +00:00
2073dcf9d7 STYLE: move source templates from bin/templates/ to etc/codeTemplates/ 2010-03-03 09:19:23 +01:00
37d38f4f5c ENH: Removing incompressibleInteractingKinematicParcelFoam - now
redunant.

Calling correct on the laminarTransport object in
incompressibleUncoupledKinematicParcelFoam and updating mu.
2010-03-02 16:55:38 +00:00
20835912fa Merge branch 'master' into particleInteractions
Conflicts:
	src/parallel/decompositionMethods/Make/options
2010-03-02 16:12:03 +00:00
6b0daf3618 EHN: lagrangian/intermediate. Merging InteractingKinematicParcel back
to KinematicParcel incorporating latest master branch changes.
2010-03-02 16:07:20 +00:00
67f6d98288 BUG: build order not correct for reconstruct library to be built. 2010-03-02 12:16:01 +00:00
fd6003d9a3 BUG: findBox needed treeBoundBox, not boundBox 2010-03-02 12:15:34 +00:00
bdab648191 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-02 09:51:53 +00:00