Commit Graph

5261 Commits

Author SHA1 Message Date
d0b1511eaf Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-08 17:21:12 +01:00
078a3204ba ENH: Updating libs/applications affected by surface film modelling 2010-04-08 17:03:35 +01:00
df1716f48b ENH: Added tutorial cases for the reactingParcelFilmFoam solver 2010-04-08 17:02:52 +01:00
1cbe83f255 ENH: Added surfaceFilmModels to main Allwmake script 2010-04-08 16:57:49 +01:00
98a77f44ca ENH: Added new reactingParcelFilmFoam solver
- Takes reactingParcelFoam solver and adds surface film capability
2010-04-08 16:56:50 +01:00
10fa4fdcfd ENH: Updates to lagrangian/intermediate library to provide link to
surface film modelling

- provides mechanism whereby particles can be re-introduced to a cloud
- new injection models
- new particle properties determined by pulling data from the surface
  film model
2010-04-08 16:40:29 +01:00
00015a749c ENH: Initial commit of surface film modelling functionality
- film approximated as single layer mesh, generated using
  extrudeToRegionMesh utility

- library implemented in a hierarchy similar to lagrangian/intermediate:
  - currently includes kinematic and thermodynamic variants

- sub-models include:
  - film detachment/dripping
  - phase change (place holder only)

- works in parallel

- currently in beta status
2010-04-08 16:36:28 +01:00
0a4a3664a4 ENH: Particle and Cloud. Modifying track behaviour when particle is
outside of cell.  Making Cloud treat all cells as non-concave.

Making minValidTrackFraction = SMALL, applying it as small track
increase for (lambdaMin <= 0.0) cases, but only when
cloud_.internalFace(facei_) si true.  It is not reasonable to apply a
rescue correction to all cases when the particle is still inside the
mesh.

Adding Info on build for InteractionLists and description.
2010-04-08 15:58:31 +01:00
d67e795e79 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-08 16:33:24 +02:00
33ffb925be ENH: Using new InteractionLists in PairCollision. Commenting out wall
interaction for the moment.
2010-04-08 14:21:19 +01:00
2ca73275d4 ENH: Allowing cloud_ to be written by objectRegistry. Writes all data
and doesn't produce spurious writes when subcycling.

BUG:  Missing Foam:: scope.

STYLE:  Removing commented out inplaceReorders.
2010-04-08 14:13:00 +01:00
22717f323f Time: Handle side-effects from functionObjects when checking the "running" status. 2010-04-08 13:01:28 +01:00
7a420677ec Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-08 12:11:04 +01:00
5d75467994 ENH: Added residualControl to functionObjects Allwmake script 2010-04-08 12:10:51 +01:00
99fa564bef solverPerformance: added a "max" function
Improves the handling of residuals from the segregated solution of vectors and tensors.
2010-04-08 10:31:33 +01:00
6a63046edc Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-08 10:08:19 +01:00
b2b3e8d25b ENH: Added residualControl function object
- allows users to specify target maximum equation intial residuals, and
  stop the run if the conditions are achieved
2010-04-08 10:06:41 +01:00
196378153b Merge remote branch 'OpenCFD/master' into olesenm 2010-04-08 08:18:24 +02:00
6a5069b61f Merge branch 'master' into particleInteractions 2010-04-07 17:29:38 +01:00
6fd78d862a ENH: InteractionLists. Splitting send and receive function, using
externally declared PstreamBuffers.
2010-04-07 17:24:43 +01:00
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
bbb88e330c 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
e80a27de36 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-07 18:01:55 +02:00
c22fce2006 ENH: Creating nonBlocking comms to exchange referredParticles.
Currently operating within one function call and not doing local comms
separately.

Using inplaceSubset instead of inplaceReorder and setSize.
2010-04-07 16:29:29 +01:00
0177458406 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 16:13:52 +01:00
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
9a22d7fa77 fvData: should have been part of the last commit. 2010-04-07 15:42:19 +01:00
ba390cee89 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 15:40:56 +01:00
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
496cfa2c68 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-07 14:24:33 +02:00
ec284e3818 BUG: DynamicList copy constructor was explicit 2010-04-07 14:24:18 +02:00
e273893a50 ENH: add separate printNotes() method to argList 2010-04-07 14:19:11 +02:00
c141866d11 STYLE: Updated copyright dates and GPL to v3. 2010-04-07 12:52:10 +01:00
357ff92e8d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 11:42:32 +01:00
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
0a746b6a82 STYLE: Corrected incorrect comment and minor formatting 2010-04-07 11:40:28 +01:00
ccb65ef390 ENH: Removing old InteractionList classes.
Current InteractionList class will compile on its own, but does not
supply all of the interface required by PairCollision, so this model
won't compile.
2010-04-07 11:39:24 +01:00
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
43435f7df3 Merge branch 'master' into particleInteractions 2010-04-07 10:22:51 +01:00
90189b35d4 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 10:18:07 +01:00
2064e7daf1 Merge branch 'master' into particleInteractions 2010-04-07 09:59:20 +01:00
90cb1973fa Merge remote branch 'OpenCFD/master' into olesenm 2010-04-07 08:28:24 +02:00
a85b221bf7 BUG: offsets not initialised consistently with offset. 2010-04-06 18:45:29 +01:00
eb8e622772 ENH: Adding globalIndexAndTransform, introducing basic indexedOctree
and boundBox based interaction identification.
2010-04-06 18:26:15 +01:00
111061e1ac ENH: Changing read of interactionDiatance to remove sqr. 2010-04-06 18:24:38 +01:00
e55c8a8c67 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-06 16:31:39 +01:00
645ba8e612 ENH: Split exchange into two step process (send+receive) so we can intersperse calculations. 2010-04-06 16:30:35 +01:00
7783e806d8 BUG: Was not crossing into unnamed cellZone regions 2010-04-06 16:30:08 +01:00
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
4c1ff609f9 STYLE: unnecessary check 2010-04-06 16:28:29 +01:00