graham
9760c1c58e
STYLE: floatingObject tutorial. Brace indentation and removal of
...
default values for motion state.
2010-02-12 09:56:40 +00:00
andy
76036b5d8b
STYLE: newline at 80 chars
2010-02-11 17:04:23 +00:00
andy
34cd4b9310
ENH: updated options file for fireFoam solver
2010-02-11 17:03:46 +00:00
andy
7aa1f5ef43
ENH: Updated chemistry models to use sensible enthalpy thermo
2010-02-11 17:03:00 +00:00
andy
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
andy
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
Mark Olesen
2e9ec251fc
COMP: update for cmake-2.8.0
2010-02-11 13:37:01 +01:00
andy
92f46b2ab5
ENH: Added sensible enthalpy variant of reactionThermo
2010-02-11 12:02:16 +00:00
andy
23ec967297
STYLE: Minor corrections/additions to basicThermo.H
2010-02-11 12:01:23 +00:00
Mark Olesen
8695a41878
Merge commit 'OpenCFD/master' into olesenm
2010-02-11 11:49:07 +01:00
mattijs
8cf3f429a5
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-11 09:09:54 +00:00
mattijs
b6082c3005
ENH: extraneous checking for empty list in ensightMesh. Already done elsewhere.
2010-02-11 09:07:42 +00:00
henry
9259d4f635
New tutorial case for fireFoam.
2010-02-10 19:09:58 +00:00
henry
3ed23da4fe
New solver: fireFoam
...
For non-premixed combustion using sensible enthalpy.
2010-02-10 19:09:24 +00:00
henry
d09ddb1acb
Thermodynamics: Added support for thermodynamics packages based on sensible enthalpy.
2010-02-10 19:08:09 +00:00
mattijs
d4f73877e3
ENH: have field selection work for pointFields instead of just volFields.
2010-02-10 14:39:55 +00:00
mattijs
33f36f684f
STYLE: removed extraneous printing.
2010-02-10 14:39:16 +00:00
Mark Olesen
e3a1ffb1bb
COMP: rename wmake rule coco -> coco-cpp to reflect frame language (C++)
2010-02-10 13:13:45 +01:00
Mark Olesen
d0fd6f27a3
ENH: use stl::set instead of hand-rolled HashTable in wmkdependParser
2010-02-10 13:07:42 +01:00
Mark Olesen
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
graham
0bae7febff
STYLE: plane. Wrong constructor description in FatalErrorIn.
2010-02-09 17:49:14 +00:00
graham
8c8794d100
Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-09 15:03:13 +00:00
graham
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
andy
3b31188964
ENH: Updated Low-Re RAS models to employ auto-created nut/mut
2010-02-09 12:21:22 +00:00
graham
78dffd13d9
Merge branch 'master' into sixDofPatch
2010-02-08 19:31:22 +00:00
graham
fa511d3321
ENH: gmp version changed to 5.0.1.
2010-02-08 19:28:52 +00:00
andy
7b3da686d8
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 19:13:37 +00:00
andy
ed37aaaf9e
STYLE: Minor change to ifdef
2010-02-08 19:10:49 +00:00
graham
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
andy
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
andy
d2b8b58b5c
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 17:59:06 +00:00
andy
23ffbab474
BUG: lagrangian/intermediate - clause in table integration not handled
2010-02-08 17:58:54 +00:00
mattijs
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
mattijs
4e3efc9d0c
STYLE: explain only collocated points addressed
2010-02-08 17:35:39 +00:00
mattijs
f1ee3d3d6b
BUG: mergePoints on mesh subset (e.g. patch) did not address points correctly.
2010-02-08 17:34:32 +00:00
andy
b3630c3f45
ENH: update to porousExplicitSourceReactingParcelFoam filter tutorial
2010-02-08 16:32:08 +00:00
andy
69215358f6
STYLE: Minor code style corrections
2010-02-08 15:51:20 +00:00
Mark Olesen
2f0692e002
Merge commit 'OpenCFD/master' into olesenm
2010-02-08 15:01:48 +01:00
graham
ea36c756d4
Merge branch 'master' into sixDofPatch
2010-02-08 13:13:44 +00:00
andy
ba08700859
ENH: Overhaul of look-up table injection models + added new model
...
- Added helper classes to simplify the handling of the injector properties
- Added new reacting multiphase injection model variant
2010-02-08 13:11:09 +00:00
andy
9efcf2165b
STYLE: More descriptive header comment
2010-02-08 13:07:52 +00:00
mattijs
3eb95ac527
ENH: New shared point addressing.
...
Now mapDistribute structure to pull data from slaves to master and vice versa.
2010-02-08 11:38:51 +00:00
mattijs
48c280b7eb
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 11:17:24 +00:00
mattijs
514aff79a3
ENH: dump .obj file in case of mismatched processor patch.
2010-02-08 11:16:47 +00:00
mattijs
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
Mark Olesen
573bd8ae76
Merge commit 'gitbundle/home' into olesenm
2010-02-08 11:55:21 +01:00
Mark Olesen
49a70d832d
ENH: add C++-based wmkdepend parser (uses Coco/R grammar).
...
- This avoids dependency on lex/flex and provides better encapsulation
for buffer switching. As a result, the maximum number of open files
only corresponds to the include depth.
2010-02-07 14:31:40 +01:00
Mark Olesen
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
graham
cbf807ca3c
ENH: sixDoFRigidBodyMotion. Rewritten write function.
...
Now storing name of restrain or constraint in list in the
sixDoFRigidBodyMotion object. Added a write method to all constraints
and restraints.
2010-02-05 20:07:22 +00:00
graham
e40cfebe62
ENH: sixDoFRigidBodyMotion. Rewritten write function.
...
Now storing name of restraint or constraint in wordList in the
sixDoFRigidBodyMotion object. Added a write method to all constraints
and restraints.
2010-02-05 20:07:22 +00:00