d35773f4fb
New solver: adjointShapeOptimizationFoam
...
Uses adjoint method to block regions of the domain causing total pressure loss,
e.g. recirculation zones.
pitzDaily tutorial case supplied.
2010-03-15 17:08:45 +00:00
5cac2c00d6
mhdFoam: General cleanup.
2010-03-15 17:03:04 +00:00
0455e4a013
BUG: volScalarField G in registry named RANSModel::G
2010-03-11 14:33:19 +00:00
2fcb6d506b
BUG: option file in combustionModel links general thermo
2010-03-11 14:29:33 +00:00
ebcb825fab
BUG: used wrong variable names for faceZones. Did not close file.
2010-03-09 13:21:19 +00:00
18eb2d7099
STYLE: Typo in warning message
2010-03-04 13:47:51 +00:00
edeb20c856
ENH: Added faceZones support. Reverted back to using scheduled comms
...
(less memory)
2010-03-04 13:47:09 +00:00
af32ffeaad
ENH: Implement gradient coupled temperature bc as fixedGradient instead of fixedValue.
2010-03-03 14:59:39 +00:00
803556d761
ENH: initialised edge values to avoid compiler warning msg
2010-03-01 17:14:33 +00:00
f88d85ba8a
ENH: have dummy versions for thirdparty libraries
...
The dummyThirdParty tree builds libraries which are drop-in
(but non-functional) versions of some thirdparty libraries. This will
make it easier to ship binary versions without having to ship thirdparty packs.
2010-03-01 17:11:08 +00:00
22ce56db17
Merge branch 'olesenm'
2010-03-01 15:55:30 +00:00
27634a044e
STYLE: Add help to command-line arguments
2010-03-01 14:50:41 +00:00
22ac629da5
BUG: Detect derived-from-wall boundary conditions
2010-03-01 14:49:47 +00:00
8c6a5dde5c
BUG: match order of symmTensor tuples to match the paraview pqScalarBarRepresentation
2010-03-01 14:21:20 +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
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
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
62637d8471
ENH: initial overhaul of volPointInterpolation.
...
- removed globalPointPatch*
- removed pointPatchInterpolate*
since all is now inside volPointInterpolation.
2010-02-17 14:01:44 +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
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
2f4efd20d7
STYLE: rename starToFoam -> star3ToFoam for the sake of clarity
2010-02-16 18:40:10 +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
ee293cde8e
ENH: add usage information for '-overwrite' option.
...
- make centrally available via #include "addOverwriteOption.H"
2010-02-16 11:44:27 +01: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
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
40f141e2c9
ENH: Updated enthalpy equations for solvers with chemistry using updated
...
sensible enthalpy thermo packages
- Enthalpy source term now retrieved from the chemistry model (scaled by
kappa for the PaSR model)
2010-02-12 17:05:15 +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
34cd4b9310
ENH: updated options file for fireFoam solver
2010-02-11 17:03:46 +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
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
b6082c3005
ENH: extraneous checking for empty list in ensightMesh. Already done elsewhere.
2010-02-11 09:07:42 +00:00
3ed23da4fe
New solver: fireFoam
...
For non-premixed combustion using sensible enthalpy.
2010-02-10 19:09:24 +00:00
d4f73877e3
ENH: have field selection work for pointFields instead of just volFields.
2010-02-10 14:39:55 +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
7b3da686d8
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 19:13:37 +00:00
d2b8b58b5c
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 17:59:06 +00:00