|
|
7c70919cfe
|
BUG: apps/ensight/cshrc had bad CEI_ARCH for 32bit version
ENH: upgrade to env. variable to ensight9 (current version)
|
2010-03-01 11:01:09 +01:00 |
|
|
|
f2f2f60cf5
|
STYLE: remove unused cruft from flex-based lexers
|
2010-02-25 16:18:34 +01:00 |
|
|
|
9352e17eed
|
BUG: fix incorrect node order for VTK_WEDGE in paraview3 reader
This appears to be a long-standing bug!?, since it was also in the
paraview-2 reader.
|
2010-02-24 16:41:21 +01:00 |
|
|
|
f319ddfa61
|
ENH: begin initial coding for using upcoming vtkPolyhedron
|
2010-02-24 15:24:32 +01:00 |
|
|
|
91967fb196
|
COMP: compiling setSet directly (without Allwmake) now works
|
2010-02-22 13:51:17 +01:00 |
|
|
|
ca7a624fec
|
ENH: draft version of paraFoam with -touchAll option
|
2010-02-22 09:11:14 +01:00 |
|
|
|
07d070b1fc
|
STYLE: move some doxygen documentation from foamVersion.H -> foamDoc.H
- avoids a full rebuild for simple documentation changes
|
2010-02-19 06:18:19 +01:00 |
|
|
|
cf49a74f9c
|
STYLE: combine removal of .gz file versions in foamClearPolyMesh
|
2010-02-18 18:23:54 +01:00 |
|
|
|
63c3b7067b
|
STYLE: provide more foam-prefixed aliases
- foamApps == app
- foamSol == sol
- foamTuts == tut
- foamUtils == util
|
2010-02-18 16:58:25 +01:00 |
|
|
|
ac99035a83
|
COMP: make utilities before solvers.
- having all utilities available ASAP is more important than having
all solvers immediately
|
2010-02-18 16:48:49 +01:00 |
|
|
|
0615b67dcd
|
Merge commit 'OpenCFD/master' into olesenm
|
2010-02-18 10:52:34 +01:00 |
|
|
|
78e41f78bd
|
STYLE: avoid spaces around fileName::operator/ except when split across lines
|
2010-02-18 10:51:56 +01:00 |
|
|
|
e49e95a53b
|
Merge branch 'olesenm'
|
2010-02-17 16:48:44 +00:00 |
|
|
|
f4f23178e0
|
STYLE: get reference to mesh from MeshObject just to be consistent.
|
2010-02-17 16:05:08 +00:00 |
|
|
|
7cd9f82373
|
ENH: non-blocking for all transfers to master.
|
2010-02-17 16:04:41 +00:00 |
|
|
|
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 |
|
|
|
024e573744
|
STYLE: add OpenFOAM icon to Doxygen pages
|
2010-02-16 18:55:27 +01:00 |
|
|
|
2f4efd20d7
|
STYLE: rename starToFoam -> star3ToFoam for the sake of clarity
|
2010-02-16 18:40:10 +01: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 |
|
|
|
ce9a3064ba
|
ENH: Updated porousExplicitSourceReactingParcelFoam verticalChannel tutorial case
|
2010-02-15 18:44:55 +00:00 |
|
|
|
8f1a6aa050
|
ENH: Updated Allclean script for tutorial case
|
2010-02-15 18:41:31 +00:00 |
|
|
|
5a025e63ad
|
ENH: Updated porousExplicitSourceReactingParcelFoam parcelInBox tutorial case
|
2010-02-15 18:41:05 +00:00 |
|
|
|
539e911822
|
ENH: Updated rhoPisoTwinParcelFoam simplifiedSiwek tutorial case
|
2010-02-15 18:36:10 +00:00 |
|
|
|
ca00cf2487
|
ENH Updated rhoPisoTwinParcelFoam tutorial solver to use sensible enthalpy
|
2010-02-15 18:33:10 +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 |
|
|
|
1dc1300ed3
|
STYLE: removed old comments
|
2010-02-12 18:47:24 +00:00 |
|
|
|
a892403b15
|
STYLE: removed redundant rhoEqn
|
2010-02-12 18:45:03 +00:00 |
|
|
|
7fce56c606
|
STYLE: Updated local name of vol field
|
2010-02-12 18:31:21 +00:00 |
|
|
|
3784ae12dd
|
ENH: Updating tutorial cases to use sensible enthalpy thermo packages
|
2010-02-12 17:51:38 +00:00 |
|
|
|
4c7809d341
|
BUG: Using chemical enthalpy rather than total enthalpy in source term evalualtion
|
2010-02-12 17:47:00 +00:00 |
|
|
|
ca37746fe4
|
ENH: Added (commented) line for unity Lewis no in hsEqn
|
2010-02-12 17:46:14 +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 |
|
|
|
9171b6970f
|
ENH: removed building of local thermo library - now in main source tree
|
2010-02-12 17:07:42 +00:00 |
|