89615f708e
ENH: respect face orientation when decomposing polyhedra.
...
ENH: use face::trianglesQuads() method for PV3FoamReader as well.
- this avoids missing faces (and weird cells) in the decomposed polyhedra.
2010-03-04 11:20:20 +01: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
605088884e
ENH: point merging of internal and patches.
...
Uses globalMeshData::mergePoints to topologically merge mesh points.
Also now require all patches on all processors so cleaned up all code for
handling zero-sized patches.
2010-02-08 17:36:13 +00:00
4e3efc9d0c
STYLE: explain only collocated points addressed
2010-02-08 17:35:39 +00:00
2f0692e002
Merge commit 'OpenCFD/master' into olesenm
2010-02-08 15:01:48 +01:00
379eac4f74
BUG: meshes with differing pointsInstance and facesInstance were not decomposed correctly.
...
In case of differing pointsInstance and facesInstance it will
- read the points belonging to the facesInstance
- construct and write the mesh belonging to the facesInstance
(so with the old, facesInstance, points)
- additionally write the current points to pointsInstance
2010-02-08 11:12:52 +00:00
573bd8ae76
Merge commit 'gitbundle/home' into olesenm
2010-02-08 11:55:21 +01:00
00616b72ff
ENH: Add functionEntry '#calc' to dictionary
...
- handles basic operations, references to other dictionary entries
(with '$name' syntax) and assorted mathematical functions:
pi(), degToRad, radToDeg, asin, acos, atan, sin, cos, tan, log,
log10, mag, atan2, pow
The basic syntax: #calc{ ... };
NOTE the trailing ';' is required for the primitiveEntry to be
properly defined.
2010-02-07 13:58:10 +01:00
2fd63db933
ENH: Point merging when postprocessing parallel runs
...
foamToEnsight will merge points on coupled patches. (only for mesh, not for
patches)
2010-02-05 16:27:03 +00:00
129ce922e2
ENH: Use new time looping structure
2010-02-05 16:26:09 +00:00
4747a0c2e6
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-05 13:21:24 +00:00
d7d97f1f36
ENH: Removed the -filterPatches option.
...
Option was not used anymore. Cleans up the code a bit.
2010-02-05 10:32:47 +00:00
b98a01b28c
ENH: surfaceInertia. Adding the calculation of the Q tensor, required
...
for six DoF motion bodies that are not principal axis aligned shapes
to start with.
Calculates the best match axes to give the most naturl transformation
from the Cartesian axes. The eigenvectors are returned in the order
relating to ascending magnitude of their eigenvalues - not necessarily
in a right handed triplet.
2010-02-04 19:51:31 +00:00
713e3e6b6e
ENH: updated coalChemistryFoam solver to use the updated source mechanism
2010-02-04 13:25:55 +00:00