58b10aff00
COMP: renumberMesh/Make/options: incorrect include path
2012-01-13 08:43:17 +00:00
a5e2edb3fd
BUG: handling zero sized cyclics
2012-01-13 08:41:49 +00:00
b2f40aecf5
STYLE: autoLayerDriver: extra comment
2012-01-13 08:31:23 +00:00
fa9eb43280
damBreakPorousBaffle tutorial: corrected relaxation
2012-01-12 18:04:19 +00:00
674abd8ecd
ENH: cvMesh: Add vectorTools functions, a test folder and update cvMesh
2012-01-12 16:03:48 +00:00
d0cc8a85f5
BUG: Corrected renumberMethods path (options file) for renumberMesh utility
2012-01-12 09:08:01 +00:00
ddb4c40437
BUG: Added missing punctuation
2012-01-11 18:03:33 +00:00
56bf3f6cb9
ENH: Use const ref instead of copy for vector
2012-01-11 17:07:01 +00:00
6f3027e221
ENH: cvMesh: edge point triplets now inserted according to surface pairs
...
The addition of edge points now takes into account all surface point
pairs associated with the internal point that generates them.
2012-01-11 14:07:35 +00:00
154eea4496
BUG: mantis #157 : swapUp/swapDown changed when considering first/last element
2012-01-11 09:48:45 +00:00
6687dd1cfa
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-11 09:24:17 +00:00
fc6532cb54
BUG: Corrected Pilch-Erdman break-up model (Niklas Nordin)
2012-01-11 09:24:07 +00:00
df9788f8aa
STY: line endings and year
2012-01-10 18:11:58 +00:00
f719c0df82
BUG: porousSolid T Ew modifications and lookup of T instead of the
...
thermo
2012-01-10 18:07:54 +00:00
011b804baa
ENH: Adding fieldSources to Allwmake
2012-01-10 16:22:49 +00:00
e4e42a9f87
Merge branch 'master' into fieldSourcesLib
2012-01-10 15:49:07 +00:00
e1462229c0
ENH: Changing chtMultiRegionFoam tutorial entries
2012-01-10 15:47:47 +00:00
df878f084a
ENH: Modified chtMultiRegionFoam including porous media and
...
secondary regions loops
2012-01-10 15:46:38 +00:00
f8f35eb562
ENH: Update for files for finiteVolume and compressible turbulence
2012-01-10 15:45:22 +00:00
da720bbf70
ENH: Adding interpolation2D table
2012-01-10 15:43:51 +00:00
31f1478c36
ENH: adding new regionProperties class
2012-01-10 15:42:35 +00:00
f156b981c6
ENH: Deleting old fixedValue coupled BC for solid/fluid interface and
...
deleting old regionProperties class
2012-01-10 15:40:36 +00:00
5edba1d109
ENH: Adding mapRegion option to meshToMesh and volume weighted
...
interpolation method
2012-01-10 15:38:07 +00:00
698ceefed1
ENH: Adding fieldSources lib to solvers usiing sources
2012-01-10 15:34:42 +00:00
e615b0b401
STYLE: Corrected comment in error message
2012-01-10 15:31:01 +00:00
8267f356b2
ENH: Creation of fieldSources lib. Remove of fieldSources from
...
/src/finiteVolume/cfdTools/general
2012-01-10 15:30:44 +00:00
396ba5f24e
ENH: Further updates to liquid boiling code
2012-01-10 15:29:04 +00:00
5cb322dbdc
ENH: Restricted pEqn maxIter to 20 for parcel evaporation tutorial case
2012-01-10 15:24:32 +00:00
cd082ff459
ENH: Further updates to liquid boiling model with contribution from Niklas Nordin
2012-01-10 15:22:49 +00:00
05d2ab92dd
ENH: Updated liquid evaporation/boiling model in lagrangian intermediate library
2012-01-10 11:48:32 +00:00
866e7371d4
ENH: cvMesh: improved surface conformation point pair placement
...
Surface conformation points are now not ust projected from oen point onto the
nearest surface, but projected onto any surface which the dual cell of the
Delaunay vertex cuts through.
2012-01-09 09:06:59 +00:00
e0824b9692
BUG: objToVTK: Do not print vertex normal header in vtk if none are in the obj
2012-01-05 17:45:46 +00:00
62b1b53fff
ENH: cvMesh: Replace std::list with List where possible.
...
CGAL algorithms such as incident_faces take a list and an output iterator as
arguments. They require the list to have push_back defined. Some std::lists
remain where this is the case.
2012-01-05 15:32:00 +00:00
8ce75feb7a
BUG: List constructor now uses deref op instead of operator()()- mantis #219
2012-01-05 12:21:31 +00:00
2b320a5488
BUG: surfaceCheck: handle .gz additional extension (e.g. motorBike.obj.gz)
2012-01-05 10:07:04 +00:00
b3a9fe0597
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-04 12:17:31 +00:00
f355d6b280
ENH: Updated R utility: added compatibility BCs and converted to use postCalc
2012-01-04 12:16:06 +00:00
b6c95a740f
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-04 11:50:04 +00:00
46421f7e2d
ENH: objToVTK: Add support for vertex normals (vn)
2012-01-04 11:47:49 +00:00
b2cb10010b
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-03 18:23:16 +00:00
cfcc9f490e
BUG: Corrected behaviour of DataEntry for backward compatibility
2012-01-03 18:23:06 +00:00
0970ae0bee
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-03 16:43:05 +00:00
6b148718cc
Change eigenvalue ordering to be ascending value rather than ascending magnitude
2012-01-03 16:42:53 +00:00
e91a460dc9
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-03 14:48:21 +00:00
912d130bb5
ENH: Code refactoring/clean-up
2012-01-03 14:48:11 +00:00
2f6a3f44a1
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-03 12:01:18 +00:00
f2f769e299
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-03 12:00:33 +00:00
d941a69831
STYLE: Updated usage of tmp in fiexdShearStress BC
2012-01-03 12:00:19 +00:00
d2561e688f
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-03 11:08:31 +00:00
4d23d3f574
STYLE: TableFile.H: fixed header comment
2012-01-03 11:08:11 +00:00