0f990cb447
Merge remote branch 'OpenCFD/master' into olesenm
2011-02-07 16:56:31 +01:00
84d577539d
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-07 12:59:40 +00:00
8bc92b8761
ENH: Added mapMethod, [source|target]Region options to mapFields
2011-02-07 12:59:14 +00:00
ffd20770dd
ENH: add (non-templated) polynomialFunction
...
STYLE: integrateLimits() -> integrate() for consistency with
DataEntry/polynomial. Rename old 'integrate', 'integrateMinus1'
methods to 'integral', 'integralMinus1' (ie, substantive instead of
verb for clarity).
2011-02-04 18:59:45 +01:00
a6e8df4aa2
ENH: Test-syncTools : remove warning about transformations
2011-02-03 22:20:32 +00:00
99fa12c059
ENH: added noParallel option to chemFoam (single cell cases only)
2011-02-03 12:55:05 +00:00
f1bff601a6
ENH: dictionary::found : optionally disable wildcards
2011-02-02 15:48:58 +00:00
6c1e58605b
ENH: moved thermo/pdfs->lagrangian/distributionModels
2011-02-02 09:28:44 +00:00
1a03d43b57
STYLE: remove comments referring to '<root>' or '<root> <case>'
2011-02-01 18:50:19 +01:00
1a263e3f0e
STYLE: re-located elemental thermo properties
2011-02-01 17:03:15 +00:00
4634aa3ad0
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-01 16:00:44 +00:00
9da43d1558
STYLE: consistency - moved radiation->radiation models
2011-02-01 16:00:27 +00:00
a7c103d6c0
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-31 13:46:46 +01:00
98d599d3c8
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-31 12:14:11 +00:00
7528e579a1
ENH: foamUpgradeCyclics : warning message
2011-01-31 12:05:39 +00:00
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
08680b8b35
STYLE: rename Polynomial method evaluate() to value() for consistency with DataEntry
...
STYLE: move DataEntry to OpenFOAM/primitives/functions
2011-01-28 16:32:08 +01:00
497b4f0bed
ENH: Code refactoring to avoing ambiguities + clean-up
...
- pointSolid->solidProperties
- pointSolidMixure->solidMixtureProperties
- liquids->liquidProperties
- liquidMixture->liquidMoxtureProperties
2011-01-28 13:09:10 +00:00
2c9433dced
ENH: Updated IOobject flag after change in mesh construction
2011-01-26 16:49:55 +00:00
c891e7065a
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-26 16:45:22 +01:00
57d8b7c62f
ENH: Updated dependancies following film updates
2011-01-26 15:31:16 +00:00
d791b27668
ENH: Updated reactingParcelFilmFoam solver
2011-01-26 12:24:32 +00:00
b9daa7b265
ENH: sampledTriSurfaceMesh : allow boundary-value sampling
2011-01-21 14:48:18 +00:00
fe987dad11
ENH: Test-globalMeshData.C : updated to include transforms
2011-01-20 15:31:43 +00:00
f91d99c8df
STYLE: Test-Distribute : renamed for consistency
2011-01-20 15:31:09 +00:00
0c6789e539
STYLE: removed globalMeshData::bb(). Use mesh.bounds() instead
2011-01-20 13:46:02 +00:00
129695a950
STYLE: adjust executable names for some tests
2011-01-19 14:29:56 +01:00
fc1e443116
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-19 12:37:20 +00:00
38f347e4e2
STYLE: Date and executable name.
2011-01-19 11:07:17 +00:00
95a8490b83
ENH: Import (probability) Distribution class and test app from cvm.
2011-01-19 10:23:48 +00:00
a6de8e746a
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
applications/test/lduMatrix/Test-lduMatrix.C
applications/test/lduMatrix/Test-lduMatrix2.C
applications/test/lduMatrix/Test-lduMatrix3.C
applications/test/parallel/Test-parallel.C
applications/utilities/miscellaneous/foamFormatConvert/writeMeshObject.H
bin/mpirunDebug
etc/apps/paraview3/cshrc
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeTemplates.C
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
src/OpenFOAM/primitives/Pair/labelPair.H
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C
2011-01-17 21:40:13 +00:00
62ca98ac38
BUG: (typo) one too many )'s
2011-01-17 15:57:07 +00:00
e95e9700c8
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-17 10:21:58 +01:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
05022c373a
STYLE: minor formatting
2011-01-14 15:44:00 +00:00
81bef65da6
ENH: only solve chemistry when model is active
2011-01-12 13:18:16 +00:00
8deef93ae7
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-10 08:23:09 +01:00
7a01f5c12c
ENH: mapDistribute : added transforms
2011-01-07 17:01:17 +00:00
428085d0a0
BUG: writeMeshObject.H : compactIOList not handled
...
(setting typeName to word::null only handled by IOdictionary)
2011-01-06 09:27:43 +00:00
14d1300a36
Revert "STyLE: More 2011 copyright dates (non-code)."
...
This reverts commit 2e1e671d96 .
2011-01-05 18:25:32 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
2e1e671d96
STyLE: More 2011 copyright dates (non-code).
2011-01-05 11:48:24 +00:00
77190a351a
STYLE: trailing whitespace.
2011-01-05 11:21:35 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
5d18583101
ENH: collect arch-specific directly under platforms/
...
- platforms/WM_OPTIONS/lib
old: lib/WM_OPTIONS
- platforms/WM_OPTIONS/bin
old: bin/WM_OPTIONS
old: applications/bin/WM_OPTIONS
A runtime environment nows needs
- bin/
- etc/
- platforms/
2011-01-05 08:49:42 +01:00
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
060acc6eae
COMP: fix missing link references to FOAM_EXT_LIBBIN
2011-01-04 09:54:14 +01:00
086c1c0fe1
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-03 14:01:16 +01:00
a78fa5add5
STYLE: remove trailing ';' after '{ ... }' compound
2010-12-30 17:50:47 +01:00
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