andy
ddffdd5627
COMP: Added OSspecifc/WM_OSTYPE include to PV3 reader CmakeLists
2011-02-16 11:32:49 +00:00
Henry
c3cb632c24
Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs
2011-02-08 18:22:00 +00:00
andy
6c1e58605b
ENH: moved thermo/pdfs->lagrangian/distributionModels
2011-02-02 09:28:44 +00:00
Mark Olesen
faac56c1de
ENH: ensight binary surface output, formatOptions in sampleDict
...
- For example,
// optionally define extra controls for the output formats
formatOptions
{
ensight
{
format binary;
}
}
These are passed to the writer that support a dictionary of options.
Otherwise the normal null constructor is used.
2011-01-28 19:20:22 +01:00
mattijs
b9daa7b265
ENH: sampledTriSurfaceMesh : allow boundary-value sampling
2011-01-21 14:48:18 +00:00
Mark Olesen
e95e9700c8
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-17 10:21:58 +01:00
andy
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
andy
14d1300a36
Revert "STyLE: More 2011 copyright dates (non-code)."
...
This reverts commit 2e1e671d96
.
2011-01-05 18:25:32 +00:00
andy
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce
.
2011-01-05 18:24:29 +00:00
graham
2e1e671d96
STyLE: More 2011 copyright dates (non-code).
2011-01-05 11:48:24 +00:00
graham
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
Mark Olesen
5e12506f8e
ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries
...
- drop FOAM_MPI_LIBBIN variable in favour of FOAM_MPI from which
two different locations can be determined.
Previously there was something like this:
FOAM_MPI_LIBBIN = $FOAM_LIBBIN/openmpi-1.5.1
We now instead determine the locations from the FOAM_MPI directly:
FOAM_MPI=openmpi-1.5.1
$FOAM_LIBBIN/$FOAM_MPI -> OpenFOAM mpi-related
$FOAM_EXT_LIBBIN/$FOAM_MPI -> ThirdPary mpi-related
ENH: relocate ParaView libraries and plugins back under FOAM_LIBBIN
- as discussed with Mattijs
2011-01-05 07:53:54 +01:00
Mark Olesen
060acc6eae
COMP: fix missing link references to FOAM_EXT_LIBBIN
2011-01-04 09:54:14 +01:00
Mark Olesen
4148c975f9
ENH: ensure CMake gets the correct C++ compiler (works with cmake 2.8.3)
...
- remove settings for really old cmake versions
2010-12-30 16:58:25 +01:00
Mark Olesen
46a5865894
ENH: relocate paraview plugins -> FOAM_EXT_LIBBIN
2010-12-30 16:35:52 +01:00
Mark Olesen
e81e392ae6
COMP: adjust code for nu() as tmp<volScalarField>
2010-12-22 09:38:27 +01:00
Mark Olesen
29e06d366b
STYLE: use faceUList typedef instead of unallocFaceList
2010-12-21 13:06:17 +01:00
Mark Olesen
881b3dafa2
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
applications/utilities/surface/surfaceCheck/surfaceCheck.C
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C
NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
Mark Olesen
43ec00e50c
COMP: avoid ambiguous construct from tmp - test/ utils/
...
- missed these on the first sweep
2010-12-21 09:46:55 +01:00
Mark Olesen
37535ded29
COMP: NamedEnum specialization within 'Foam' namespace only
2010-12-20 14:27:03 +01:00
Mark Olesen
a3788fe854
COMP: avoid ambiguous construct from tmp - utils/ pre+post processing
2010-12-20 10:37:17 +01:00
mattijs
2d43d949b7
STYLE: foamToEnsight : remove some extraneous scoping
2010-12-16 19:01:48 +00:00
mattijs
da109eed31
ENH: sampledSet, sampledSurface : remove default value for interpolation scheme and writer
2010-12-08 11:51:45 +00:00
mattijs
985870e754
STYLE: Remove orphaned files
2010-12-08 11:43:54 +00:00
Mark Olesen
a00ec1562a
Merge remote branch 'OpenCFD/master' into olesenm
2010-12-07 15:20:19 +01:00
mattijs
68408e6851
ENH: near-wall sampling : new 'patchInternalField' sampledSurface, new 'nearWallFields' functionObject
2010-12-07 11:07:23 +00:00
Mark Olesen
f367ee2ece
ENH: add 'flip()' in-place method to edge, face, triFace
2010-12-07 08:58:31 +01:00
Mark Olesen
0a17e0719d
ENH: use memInfo instead of parsing meminfo ourselves
2010-11-26 13:29:34 +01:00
Mark Olesen
0efa54821a
ENH: support regions for PV3blockMeshReader
2010-11-25 13:03:11 +01:00
mattijs
3eefd6de73
ENH: blockMesh : initial blockMesh was created with region 'blockMesh'
2010-11-24 16:55:30 +00:00
andy
82114f674d
Revert "ENH: updates to Xfer after commit 49331bf9176d17"
...
This reverts commit 4530a47356
.
2010-11-24 10:55:23 +00:00
andy
fc3dd68a6d
STYLE: limiting to 80 chars
2010-11-23 18:28:35 +00:00
andy
4530a47356
ENH: updates to Xfer after commit 49331bf917
2010-11-23 18:24:00 +00:00
mattijs
0db9fa5702
ENH: Ensight output for sampledSurfaces
2010-11-09 18:04:32 +00:00
andy
3e5a47dbb5
COMP: git merge with master conflict resolution
2010-10-27 14:47:24 +01:00
mattijs
797c4a7457
ENH: functionObjects: force writing when used through execFlowFunctionObjects
2010-10-26 16:23:36 +01:00
andy
6c7a93651d
ENH: Updated old GPL v2 headers to v3
2010-10-26 15:06:38 +01:00
andy
17c15af32b
Merge branch 'master' into clouds
2010-10-25 17:53:29 +01:00
andy
8c3ecd9b2c
ENH: Added steady particle tracks utility
2010-10-25 15:59:40 +01:00
mattijs
0ad7b2cda8
STYLE: foamToEnsight : indentation
2010-10-21 14:07:45 +01:00
andy
ef974adf6b
ENH: Updated pdfPlot utility
2010-10-20 16:07:11 +01:00
mattijs
1526db114b
BUG: foamToEnsight : wedge and hex numbering inconsistent between mesh and fields
2010-10-15 15:26:25 +01:00
mattijs
1f2829ac2a
ENH: foamToEnsight : filter proc patches only if running parallel
2010-10-14 18:31:08 +01:00
mattijs
5158b331b3
BUG: foamToEnsight : missing truncation of hexes
2010-10-13 11:02:33 +01:00
mattijs
4ca067b143
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-11 11:07:42 +01:00
Henry
195510935d
Courant number: new formulation
...
Improves boundary handling
Corresponds better to FVM equations
2010-10-08 22:52:18 +01:00
mattijs
3f2747c669
BUG: foamToEnsight: filtering empty patches from geom but not fields.
2010-10-08 18:00:50 +01:00
mattijs
f749327105
ENH: foamToEnsight : nodal values on boundaries. WIP.
2010-10-08 17:11:22 +01:00
andy
7136b18e5d
ENH: Updated MUST_READ option for sample utility
2010-10-08 12:03:50 +01:00
mattijs
bb0e98f55b
BUG: use of unset autoPtr
2010-10-05 19:28:04 +01:00