ed6650ed8d
BUG: etc/cellModels : wrong edge numbering
2011-02-03 22:07:00 +00:00
c3ae505e33
BUG: globalMeshData : fix edge master-slave addressing
2011-02-02 17:34:08 +00:00
f1bff601a6
ENH: dictionary::found : optionally disable wildcards
2011-02-02 15:48:58 +00:00
f0e2ece0cc
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-02 13:36:11 +00:00
edbdd0ce4f
linearUpwind: Removed virtual function hiding
2011-02-02 13:30:35 +00:00
0963f8dfe1
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-02 12:44:59 +00:00
e0ee9bcf84
BUG: stitchTriangles : work on triSurface points
2011-02-02 12:44:02 +00:00
3e6bfa814f
COMP: MGridGenGamgAgglomeration : compile only if present in ThirdParty
2011-02-02 12:42:45 +00:00
8b5840d012
ENH: mergePoints.C : enforce correct use of merge tolerance
2011-02-02 12:41:54 +00:00
1f058f61b1
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-02 12:40:34 +00:00
49c79f073a
Higher-order upwinded: Reorganised linearUpwind and created an equivalent quadraticUpwind scheme from it
2011-02-02 12:40:14 +00:00
83a2a83160
ENH: staticLinkage.txt : how to link static
2011-02-02 11:25:06 +00:00
07e114be79
STYLE: corrected comment line format for 80 char limit
2011-02-02 10:58:03 +00:00
f4f38c3ccb
STYLE: intermediate lib: parcelDistributionModel->sizeDistribution
2011-02-02 10:45:55 +00:00
e3dc7cf667
STYLE: diesel lib: dropletDistributionModel->sizeDistribution
2011-02-02 10:40:34 +00:00
3bf2984e35
ENH: Deactivate face/cell sources if no faces/cells present
2011-02-02 10:26:53 +00:00
8eb9dcd547
ENH: corrections DataEntry polynomial (reverted back to arbitrary powers)
...
- added canIntegrate flag - issues warning if false and debug flag set
2011-02-02 09:48:14 +00:00
bad4e382af
ENH: Updated copyrights
2011-02-02 09:32:46 +00:00
6c1e58605b
ENH: moved thermo/pdfs->lagrangian/distributionModels
2011-02-02 09:28:44 +00:00
7b56700737
ENH: Moved pdfs to lagrangian models
2011-02-01 17:05:43 +00: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
1e4b16072d
BUG: etc/settings.csh : csh syntax error
2011-02-01 15:34:52 +00:00
117a0faa8c
STYLE: globalPoints.C : reference to struct instead of copy.
2011-02-01 15:34:13 +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
6b90a6c235
ENH: mapDistribute : added whichTransform to find transform from local index
2011-01-31 12:12:32 +00:00
4212b1159d
BUG: LUscalarMatrix : assembly of master proc matrix
...
With processorCyclics there can now be multiple interfaces between two processors
2011-01-31 12:11:19 +00:00
d912694880
ENH: etc/ : removed FOAM_LIB environment var. alias 'lib' now goes to FOAM_LIBBIN
2011-01-31 12:06:57 +00:00
7528e579a1
ENH: foamUpgradeCyclics : warning message
2011-01-31 12:05:39 +00:00
e3b9d3b6a4
STYLE: organize primitives/Lists into their respective subdirs
2011-01-31 12:47:49 +01: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
0be6ba87fc
ENH: add perNode field writing to ensight/part/ensightPart*
...
- simplify the ensightSurfaceWriter accordingly
2011-01-28 18:26:14 +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
fba9ffeeb2
ENH: removed TABs
2011-01-28 14:13:01 +00:00
083ea208a1
GIT: merge conflict resolution
2011-01-28 13:17:51 +00: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
a2fe746899
ENH: allow -pkg|-package option for wmakePrintBuild
...
- improves the chances of tracking who built OpenFOAM, where, etc
ENH: make it easier to parse version/build from OpenFOAM -help output
- For example,
foamListTimes -help | awk '{ if (/^Using:/) print $2}'
foamListTimes -help | awk '{ if (/^Build:/) print $2}'
2011-01-28 13:52:36 +01:00
eb013de3f2
ENH: using constant pressure approx for particle cell source update
2011-01-27 18:16:27 +00:00
d93f3195e6
STYLE: use 1-col alphabetical output in reworked doxygen output
...
- avoids overflows in a fixed width boxes
2011-01-27 16:41:53 +01:00
dd57f3c4b4
STYLE: set makeOption before 'set -x' (cleaner output) in Allwmake
2011-01-27 16:22:32 +01:00
07e356574d
STLE: tweaks to createGraph tutorial scripts
2011-01-27 13:01:19 +00:00
f0f5ba7c72
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-27 11:22:14 +01:00
750cf2f545
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-26 17:00:04 +00:00
c9d6212006
ENH: Allwmake : allow easy building of static libraries
2011-01-26 16:59:13 +00:00
e260d68e9c
ENH: Updated chemi.inp tutorial file
2011-01-26 16:57:44 +00:00
8ee6502188
STYLE: TimeIO : extraneous include file
2011-01-26 16:57:31 +00:00
ac3335be53
STYLE: Added suppressSolverInfo flag to chemFoam tutorial case
2011-01-26 16:50:16 +00:00
2c9433dced
ENH: Updated IOobject flag after change in mesh construction
2011-01-26 16:49:55 +00:00