mattijs
d008d22cea
STYLE: writeCellCentres: date
2011-06-24 17:58:03 +01:00
mattijs
f68356679c
ENH: writeCellCentres: added region option
2011-06-24 17:55:59 +01:00
OpenFOAM-admin
c720299876
ENH: Reverted back to version dev
2011-06-17 10:08:20 +01:00
mattijs
4f47ff0219
STYLE: dictionaries: update version number
2011-06-10 17:22:56 +01:00
mattijs
a3739657e2
STYLE: sampleDict, interpolationTable usage: added comment about csv reading/writing
2011-04-27 14:38:39 +01:00
Henry
f70593a8ff
Renamed simpleSRFFoam -> SRFSimpleFoam and simpleWindFoam -> windSimpleFoam
2011-04-19 23:23:49 +01:00
mattijs
876aa9cdda
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C
2011-04-07 09:36:51 +01:00
mattijs
472bb82160
ENH: foamToFieldView: added region option.
2011-04-07 09:27:02 +01:00
Henry
1a0095489b
gcc-4.6.0 warnings: removed initialised but unused variables
2011-04-06 22:55:47 +01:00
mattijs
19332dc06e
STYLE: fixed headers.
2011-04-06 19:20:36 +01:00
mattijs
acd7554ae0
STYLE: dictionaries in $FOAM_UTILITIES: header
2011-04-06 19:15:15 +01:00
mattijs
b09a19e026
ENH: sampledPatch: patchSet instead of single patch
2011-04-05 20:54:18 +01:00
Mark Olesen
3c30eca1cc
STYLE: drop check for paraview versions
...
- we don't support paraview < 3.x anymore
2011-03-28 11:07:10 +02:00
mattijs
550b84739a
BUG: Mach.C: file check
2011-03-14 10:23:24 +00:00
mattijs
c2c9ab6f0b
ENH: foamToTecplot: do not build if tecio not present
2011-03-07 13:44:34 +00:00
mattijs
367deb1773
Revert "COMP: tecio : move out of thirdparty"
...
This reverts commit de564957bc
.
Conflicts:
applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/examples/gridsolution/gridsolution.cpp
2011-03-07 12:51:26 +00:00
Mark Olesen
f182b725da
STYLE: use 'static const' instead of 'const static' for consistency
2011-03-01 15:21:30 +01:00
Mark Olesen
6590b211e9
COMP: remove regExp dependency from polyBoundaryMesh
2011-02-18 18:21:11 +01:00
graham
c9c445c5d5
STYLE: Remove tabs and .zip file.
2011-02-18 16:28:13 +00:00
mattijs
de564957bc
COMP: tecio : move out of thirdparty
2011-02-16 13:44:26 +00:00
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