Commit Graph

5128 Commits

Author SHA1 Message Date
graham
240c714aab Merge branch 'master' into cvm
Conflicts:
	etc/settings.csh
	etc/settings.sh
	wmake/rules/General/CGAL
2010-04-09 10:13:42 +01:00
graham
93cfa2ea4f ENH: Adding operator== and operator!= to Particle. Basing equality on
the origProc and origId or the particle only.
2010-04-07 17:23:17 +01:00
andy
0177458406 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 16:13:52 +01:00
andy
9feda061e3 ENH: Update to sampleSets so that distance outputs cumulative distance
along sample path

STYLE: Minor code formatting
2010-04-07 16:12:55 +01:00
henry
9a22d7fa77 fvData: should have been part of the last commit. 2010-04-07 15:42:19 +01:00
henry
ba390cee89 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 15:40:56 +01:00
henry
d4d0b88988 fvData: New database (dictionary) held on the fvMesh to store residual information etc.
This data can be used for convergence testing e.g. by a functionObject.
Other data could also be stored, e.g. global continuity errors and other reduced results.
2010-04-07 15:40:52 +01:00
andy
357ff92e8d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 11:42:32 +01:00
andy
149a190e22 ENH: Added readFields function object
- function object to read fields and register them on the mesh database
  for further post-processing
2010-04-07 11:40:57 +01:00
andy
0a746b6a82 STYLE: Corrected incorrect comment and minor formatting 2010-04-07 11:40:28 +01:00
andy
42b4269c4e BUG: execFlowFunctionObjects utility
- moved creation of singlePhaseTransportModel to within RAS/LES model
  construction for incompressible cases
2010-04-07 11:37:45 +01:00
mattijs
90189b35d4 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 10:18:07 +01:00
Mark Olesen
90cb1973fa Merge remote branch 'OpenCFD/master' into olesenm 2010-04-07 08:28:24 +02:00
mattijs
a85b221bf7 BUG: offsets not initialised consistently with offset. 2010-04-06 18:45:29 +01:00
mattijs
e55c8a8c67 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-06 16:31:39 +01:00
mattijs
645ba8e612 ENH: Split exchange into two step process (send+receive) so we can intersperse calculations. 2010-04-06 16:30:35 +01:00
mattijs
7783e806d8 BUG: Was not crossing into unnamed cellZone regions 2010-04-06 16:30:08 +01:00
henry
ed8fb0aa99 UEqn: Removed "Sp" term from the momentum equation of the steady-state solvers.
It is not clear that this "correction" term has provided any benefit and there
are cases for which it has proved detrimental to stability and convergence.
2010-04-06 16:28:59 +01:00
mattijs
4c1ff609f9 STYLE: unnecessary check 2010-04-06 16:28:29 +01:00
Mark Olesen
95d34464a2 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-06 16:35:58 +02:00
Mark Olesen
25e7d800bb BUG: fix inconsistent ListOps behaviour with DynamicList 2010-04-06 13:46:37 +02:00
mattijs
3f2b57f0f3 BUG: Always do topological walking to correct cellZones. 2010-04-01 14:23:58 +01:00
mattijs
0b54b4b12d STYLE: mixed bc already present in compressible::turbulentTemperatureBaffleMixed 2010-04-01 14:22:49 +01:00
mattijs
16cf8eaf9e ENH: Changed flux condition into gradient bc 2010-04-01 14:22:06 +01:00
mattijs
fd952687fd ENH: Removed extraneous if 2010-04-01 14:21:25 +01:00
mattijs
fd7e9c9ae4 ENH: Added option for explicitly providing regions. Restructured code. 2010-04-01 14:20:27 +01:00
andy
9b71c70335 STYLE: partial revert of naming change from commit f99a145143 2010-04-01 12:50:00 +01:00
andy
5a6f5a83ca ENH: Renamed volumeFlowRate to flowRateProfile in injection models 2010-04-01 12:37:17 +01:00
andy
f99a145143 ENH: Renamed curveSet to polyLineSet to better represent sampling method 2010-04-01 12:35:41 +01:00
mattijs
39ea47af82 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-01 09:06:56 +01:00
graham
bb1a2476fd ENH: Change concave cell checking to be based on face centres and face
planes, rather than a vertex-by-vertex check.  Assesses concavity as
relevant to the tracking.
2010-03-31 18:10:05 +01:00
mattijs
cf5ae6d629 ENH: Use concavity check based on face planes.
A cell is concave if there is a face whose face-centre is outside the plane of any other face on the cell.
Another option is to check for any vertices being         outside      ,,    ,,
but this is not consistent with current tracking.
2010-03-31 15:53:07 +01:00
henry
3cf4d721eb Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-31 14:36:13 +01:00
henry
0dd8a2b8a4 kOmega model: Corrected date of publication containing the description of the model. 2010-03-31 14:36:09 +01:00
henry
a5d03f9ba3 rhoSimpleFoam: Improved stability by limiting the changes in rho
and formulating the enthalpy sources consistently.
2010-03-31 14:35:51 +01:00
mattijs
d947aa9c9e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-30 21:54:08 +01:00
mattijs
1b46e05158 BUG: allowed sliver triangle to be collapsed down to illegal 2 vertex face.
Added simple check to disable collapsing faces to <3 vertices.
2010-03-30 21:52:48 +01:00
mattijs
0b1fc8e0cd ENH: Changed behaviour of surfaces with zones.
- if allowFreeStanding = false it also disables faceZones on boundaries.
- can have surfaces with faceZone but no cellZone.
2010-03-30 21:50:40 +01:00
mattijs
d8c1aa3afd BUG: nGrow of layer disabling not handled correctly.
Now also moved to within layer iteration loop.
2010-03-30 21:49:37 +01:00
mattijs
883dbc2e2d ENH: Add concave cell checking 2010-03-30 21:48:57 +01:00
Mark Olesen
3715ed2207 STYLE: had OpenCFD instead of OpenFOAM in COPYING 2010-03-30 14:07:51 +02:00
andy
3060d2a048 BUG: Corrected erroneous string replacements (option) 2010-03-30 11:43:28 +01:00
Mark Olesen
6adf0cbca8 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-30 11:42:19 +02:00
Mark Olesen
c508b2fe17 STYLE: consistent capitalization of Private/Protected Member Functions in comments 2010-03-30 11:33:42 +02:00
Mark Olesen
635fd464ec BUG/STYLE: cleanup turbulence models
- eg, pure virtual correct() and read() methods declarations but
  real implementations.

- unused yPlusLam_ member
2010-03-30 09:53:06 +02:00
Mark Olesen
6e15975678 STYLE: consistent parameter naming in turbulence model 2010-03-30 09:44:43 +02:00
mattijs
9bb6e5ac25 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-30 08:28:19 +01:00
mattijs
1a741a2259 BUG: numbering on lagrangian files was not uptodate with field vtk files
If no particles are in cloud it does not get written. Hence it would also
not output a vtk file. Changed now to always output lagrangian data.
2010-03-30 08:26:45 +01:00
mattijs
9d216d5280 STYLE: Remove unused debug code 2010-03-30 08:20:22 +01:00
mattijs
04d9ec232c ENH: Use scheduled transfer for one to many comms 2010-03-30 08:19:56 +01:00