6c1e58605b
ENH: moved thermo/pdfs->lagrangian/distributionModels
2011-02-02 09:28:44 +00:00
66ea7adf14
ENH: Use inexact CGAL Kernel.
...
With robust circumcentre traits and lazily cached circumcentre cell data
structure.
2011-02-01 22:16:43 +00:00
1a03d43b57
STYLE: remove comments referring to '<root>' or '<root> <case>'
2011-02-01 18:50:19 +01:00
161991032e
STYLE: deactivate coco-cpp until its future is clearer
2011-02-01 18:23:08 +01: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
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
301f16984b
Merge branch 'master' into cvm
2011-01-31 12:27:09 +00: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
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
a2f7b0d958
ENH: surfaceFeatures trim walking - never walk over feature points.
2011-01-28 17:23:00 +00: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
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
fd40228fa4
Merge branch 'master' into cvm
...
Conflicts:
src/mesh/Allwmake
2011-01-28 11:18:28 +00:00
e0738943c8
STYLE: Removing short feature case debug output from surfaceFeatures.
2011-01-28 11:00:37 +00:00
b15361fc31
ENH: Removing Info output relating to cellCentres.
2011-01-28 10:51:35 +00:00
eb013de3f2
ENH: using constant pressure approx for particle cell source update
2011-01-27 18:16:27 +00:00
dd57f3c4b4
STYLE: set makeOption before 'set -x' (cleaner output) in Allwmake
2011-01-27 16:22:32 +01: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
8ee6502188
STYLE: TimeIO : extraneous include file
2011-01-26 16:57:31 +00:00
b69e8d892a
BUG: Using patch boundaryPoints was wrong.
...
wellInOutSide always needs to assume a point is inside.
Making search for protrusions targetCellSize(pt) distance.
2011-01-26 16:36:14 +00:00
c891e7065a
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-26 16:45:22 +01:00
29f82bc4d4
STYLE: Updated copyright dates for new code
2011-01-26 15:33:59 +00:00
57d8b7c62f
ENH: Updated dependancies following film updates
2011-01-26 15:31:16 +00:00
0498967cc6
ENH: only use point/face/mesh references where needed in ensightPart*
...
- add points/faces constructor to ensightPartFaces with optional
contiguousPoints flag.
- Remove the now redundantensightPartNonMeshFaces class.
2011-01-26 13:45:17 +01:00
51df389de6
ENH: rework surface writers as non-templated classes
...
- easier (more logical) when adding a new writer
ENH: add surface field writer for 'starcd' format
- creates *.usr files, which can be read in proSTAR with the 'getuser'
command, but which can also be parsed directly since the format is
extremely primitive
2011-01-26 13:36:37 +01:00
69315439ed
ENH: Removing old version of surfaceFilmModels library
2011-01-26 12:35:15 +00:00
b89e017cc9
ENH: Updated lagrangian coupling to surface film models
2011-01-26 12:24:02 +00:00
101285018b
ENH: Updated and restructured film models
...
- separated out the geometry handling into the 'regionModels' library
- regionModels currently includes single layer and 1-D regions
- surface film modelling over-hauled
2011-01-26 12:21:09 +00:00
e1fd499c30
ENH: sampledTriSurfaceMesh : only sample non-coupled faces
2011-01-26 12:15:46 +00:00
232c13eef0
BUG: update OpenFOAM version strings failed with compiler switch
...
- now remove all generated files for all platforms when the version
changes
2011-01-26 11:11:48 +01:00
0124a3149b
COMP: avoid ambiguous construct from tmp
2011-01-26 11:08:16 +01:00
a0f8236f36
Revert "TEMP: WIP commit to move code."
...
This reverts commit c57986326a .
2011-01-25 15:14:17 +00:00
d404293a6f
ENH: Updated copyrights
2011-01-25 14:56:38 +00:00
d83965fa28
Merge branch 'master' of noisy:/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-25 14:54:18 +00:00
0b625c2061
ENH: Re-worked cloud i-o for inactive cloud
2011-01-25 14:52:42 +00:00
c57986326a
TEMP: WIP commit to move code.
2011-01-25 14:39:52 +00:00
4877156db8
COMP: Allwmake : allow build-type argument to pass through into wmake
2011-01-25 12:16:52 +00:00
daf429d879
BUG: mapDistributeTemplates.C : truncating before transformation applied
2011-01-24 17:59:00 +00:00