827d7d7a8f
Merge branch 'volPointInterpolation'
2010-02-17 15:20:56 +00:00
cb0058bf39
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-17 15:19:08 +00:00
85867eff93
ENH: Added check for size of points.
...
Useful for in parallel if it cannot find processor*/constant/polyMesh/points
and decides to read undecomposed constant/polyMesh/points...
2010-02-17 15:17:44 +00:00
62637d8471
ENH: initial overhaul of volPointInterpolation.
...
- removed globalPointPatch*
- removed pointPatchInterpolate*
since all is now inside volPointInterpolation.
2010-02-17 14:01:44 +00:00
3989723067
STYLE: Changed comment
2010-02-17 13:59:30 +00:00
0720fb7466
ENH: Have on coupledPolyPatch per face information on which are collocated
2010-02-17 13:58:46 +00:00
a3fec987a8
CLEANUP: remove most references to (deprecated) .ftr file format
...
- use .obj files for debugging purposes instead.
2010-02-17 13:56:56 +01:00
7425942742
DOCU: add date of deprecation to deprecated methods/classes
2010-02-17 12:48:19 +01:00
689d4b2860
ENH: provide operator[] for accessing argList options.
...
- operator[] with label -> get args at index
- operator[] with word -> get named option
2010-02-17 11:43:42 +01:00
b61537bd28
Merge commit 'OpenCFD/master' into olesenm
2010-02-17 09:32:41 +01:00
a7c6b2a547
ENH: Added dummy operation, nopEqOp so gather/scatter becomes scatter only
2010-02-16 18:37:03 +00:00
ce9e29688b
ENH: Added syncPointData routine to apply combineReduce op to shared points.
2010-02-16 18:35:41 +00:00
f5918e7eb0
DOCU: add Doxygen @mainpage information (in foamVersion.H)
...
- also update links from opencfd.co.uk -> openfoam.com
2010-02-16 18:32:17 +01:00
d857d671ac
STYLE: use new argList argRead() method and operator[] for cleaner code.
...
- deprecate argList::additionalArgs() method and remove uses of it
2010-02-16 17:57:49 +01:00
51039eab00
ENH: provide argRead() method and operator[] for accessing argList arguments.
...
- also provide size() method, which returns the number of arguments
2010-02-16 13:11:46 +01:00
ee293cde8e
ENH: add usage information for '-overwrite' option.
...
- make centrally available via #include "addOverwriteOption.H"
2010-02-16 11:44:27 +01:00
068e6779e4
STYLE: Header clean-up for Thermo and Reacting Parcels
2010-02-15 19:22:07 +00:00
dc3a6f4f44
ENH: Added sensible enthalpy variants of (basic) rho and psi thermos
2010-02-15 18:30:17 +00:00
616c26ccb4
ENH: Updated diesel spray enthalpy coupling for sensible enthalpy
2010-02-15 10:40:18 +00:00
3fcc489174
STYLE: new line at 80 chars
2010-02-15 10:39:36 +00:00
1abb5c7c29
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-12 19:12:51 +00:00
7fce56c606
STYLE: Updated local name of vol field
2010-02-12 18:31:21 +00:00
4c7809d341
BUG: Using chemical enthalpy rather than total enthalpy in source term evalualtion
2010-02-12 17:47:00 +00:00
a57ff61211
ENH: moved info() for clouds to evolve() call
...
- Removes need for additional call to info in the main solver code
2010-02-12 17:09:42 +00:00
b635f73f51
ENH: Further updates relating from vhange from total- to sensible enthalpy
...
- Added chemical enthalpy access function to top level api.
- Re-worked source term for enthalpy equation(s) in chemistry model, and
- Re-worked heat release calculation
STYLE: Using worded dimensions instead of dimensionSet(...)
2010-02-12 16:54:12 +00:00
0bcabbb8df
Merge branch 'olesenm'
2010-02-12 14:54:41 +00:00
bd58fa5322
BUG: globalMeshData::mergePoints was assuming patch was on master processor.
...
Each collocated set of coupled points has a single master assigned to it.
However when doing mergePoints on a patch the master does not have to be
on the patch. So now it returns mesh point labels, not patch point labels.
2010-02-12 12:45:00 +00:00
76036b5d8b
STYLE: newline at 80 chars
2010-02-11 17:04:23 +00:00
7aa1f5ef43
ENH: Updated chemistry models to use sensible enthalpy thermo
2010-02-11 17:03:00 +00:00
73ec58d3e8
ENH: Update of hsCombustionThermo
...
- moved sources from fireFoam solver into the thermophysicalModels library
- code clean-up
2010-02-11 17:00:55 +00:00
a567287f27
ENH: Updated lagrangian/intermediate library to operate using sensible enthalpy
...
- removed support for total enthalpy
- much cleaner/improved code for transfer terms
2010-02-11 15:39:39 +00:00
92f46b2ab5
ENH: Added sensible enthalpy variant of reactionThermo
2010-02-11 12:02:16 +00:00
23ec967297
STYLE: Minor corrections/additions to basicThermo.H
2010-02-11 12:01:23 +00:00
8695a41878
Merge commit 'OpenCFD/master' into olesenm
2010-02-11 11:49:07 +01:00
8cf3f429a5
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-11 09:09:54 +00:00
d09ddb1acb
Thermodynamics: Added support for thermodynamics packages based on sensible enthalpy.
2010-02-10 19:08:09 +00:00
d4f73877e3
ENH: have field selection work for pointFields instead of just volFields.
2010-02-10 14:39:55 +00:00
33f36f684f
STYLE: removed extraneous printing.
2010-02-10 14:39:16 +00:00
3613752115
ENH: add -tri (triangulate) option to foamToSurface, surfaceMeshConvert
...
STYLE: drop surface extraction from foamToStarMesh
- retain surfZone names when writing surfaces
- remove surface extraction/writing from meshWriter since it now
duplicates what the meshedSurface class can do.
2010-02-10 11:49:53 +01:00
0bae7febff
STYLE: plane. Wrong constructor description in FatalErrorIn.
2010-02-09 17:49:14 +00:00
8c8794d100
Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-09 15:03:13 +00:00
a950efe49e
BUG: sixDoFRigidBodyMotion. Fixing problems that only occur when
...
orientation != I at start.
Being more careful with when using directions relative to the absolute
axes or the direction of something relative to its initial direction.
Renaming p0, v0 to pInitial, vInitial to be clearer.
fixedOrientation constraint does not need a reference orientation, as
it is not to move at all, relative to any orientation, so the
Cartesian axes are fine.
2010-02-09 15:02:27 +00:00
3b31188964
ENH: Updated Low-Re RAS models to employ auto-created nut/mut
2010-02-09 12:21:22 +00:00
78dffd13d9
Merge branch 'master' into sixDofPatch
2010-02-08 19:31:22 +00:00
7b3da686d8
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 19:13:37 +00:00
ed37aaaf9e
STYLE: Minor change to ifdef
2010-02-08 19:10:49 +00:00
86de68de76
ENH: sixDoFRigidBodyMotion. Variable renaming and addition of
...
initialOrientation.
Rename of IO to more understandable terms. Rename ref to initial
where correct - ref is to do with the object being in Q = I state,
inital is to do with where things are when the motion starts and
pointDisplacement and value are zero.
Adding initialOrientation so that non Q = I initial states are
correct.
2010-02-08 19:10:04 +00:00
7fd1698680
ENH: Added turbulent viscosity BCs for Low-Re RAS turbulence models
...
- sets turbulence viscosity to zero for the patch
- providees access to the yPlus() function so that the yPlusRAS utility gives
sensible values
2010-02-08 19:08:21 +00:00
d2b8b58b5c
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 17:59:06 +00:00
23ffbab474
BUG: lagrangian/intermediate - clause in table integration not handled
2010-02-08 17:58:54 +00:00