Commit Graph

5282 Commits

Author SHA1 Message Date
d4ca02cf7e BUG: using Time::run() as a loop construct was not doing the functionObjects. 2010-04-15 12:22:56 +01:00
21b283779c STYLE: new time structure 2010-04-15 11:59:31 +01:00
5080bd3237 STYLE: convert to new time loop structure 2010-04-15 11:58:33 +01:00
1fe76fef6a BUG: Load library containing the functionObjects before using them. 2010-04-15 11:35:43 +01:00
6d71a38e66 ENH: Allow tensorial K 2010-04-15 11:34:47 +01:00
014fbd603d Merge branch 'master' into particleInteractions 2010-04-15 10:22:42 +01:00
1e36428a4e BUG: incompressibleUncoupledKinematicParcelFoam. Need to use autoPtr
to H and HdotGradH fields.
2010-04-14 17:09:21 +01:00
d5cb528bf7 ENH: PairCollision. Adding function to WallSpringSliderDashpot to
control the number of subCycles.  Adding the request for timestep
control from the wall model to PairCollision.
2010-04-14 16:12:04 +01:00
2de3c0d2cf Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-14 16:12:02 +01:00
36e845a7a3 ENH: Allow derivation of constraint types (for pointFields only). Allow usage of
non constraint patchFields on constraint patch types (all fields)
2010-04-14 16:10:31 +01:00
fa851dde1e BUG: incompressibleUncoupledKinematicParcelFoam. Using headerOk to
exclude H and HdotGradH fields from being read if not present.
2010-04-14 16:03:11 +01:00
93a0172f03 BUG: incorrect statistics in parallel. Also removed sign of magSf. 2010-04-14 15:47:39 +01:00
35763926a3 Merge branch 'master' into particleInteractions 2010-04-14 14:05:35 +01:00
8959eca293 ENH: incompressibleUncoupledKinematicParcelFoam. Reading H and
HdotGradH fields if present.
2010-04-14 14:02:24 +01:00
c948fadb10 ENH: particleForces. Not caching gradH field, looking up HdotGradH
field directly.

Renaming Ftot to accelTot to remind that the functions return
accelerations.
2010-04-14 13:59:58 +01:00
09374af35e ENH: particleForces. Not caching gradH field, looking up HdotGradH
field directly.

Renaming Ftot to accelTot to remind that the functions return
accelerations.
2010-04-14 13:59:58 +01:00
74b6885674 STYLE: change "it's" to "it is" 2010-04-14 11:39:55 +02:00
55cd7409d8 STYLE: particleForces. Rename variable chi -> magneticSusceptibility. 2010-04-14 09:51:46 +01:00
da5529250f STYLE: particleForces. Rename variable chi -> magneticSusceptibility. 2010-04-14 09:51:46 +01:00
7b2aa07925 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-14 09:42:47 +02:00
6a48570c20 STYLE: add quotes around html attributes 2010-04-14 09:41:52 +02:00
bbb22dc331 ENH: remove existing doxygen html/ in background 2010-04-14 09:14:49 +02:00
3c06042179 ENH: particleForces. Adding paramagnetic force. Adding d to
calcCoupled/calcNonCoupled arguments and call.
2010-04-13 18:24:54 +01:00
5950090d00 ENH: particleForces. Adding paramagnetic force. Adding d to
calcCoupled/calcNonCoupled arguments and call.
2010-04-13 18:24:54 +01:00
937e0d23d0 STYLE: consistent naming of files containing the 'New' method
before:
    - 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass
    - 'New' prefixed to templated class name:   eg, TmplClass -> NewTmplClass
    - 'New' suffixed to class name:             eg, someClass -> someClassNew

after:
    - consistent 'New' suffixed to class name, no change of case
          eg, someClass -> someClassNew
          eg, TmplClass -> TmplClassNew
2010-04-13 18:47:47 +02:00
6c3c14ab20 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-13 16:50:12 +01:00
4ede1bc104 Merge branch 'tmp' 2010-04-13 16:50:03 +01:00
1cdcfd7291 ENH: new pointPatchField type cyclicSlip. 2010-04-13 16:49:18 +01:00
8d2e5df846 ENH: Allow pointPatchFields derived from constrained pointPatchField types. 2010-04-13 16:46:35 +01:00
42807ddd7e STYLE: fix worst spacing violations for 'os <<' constructions
- accept some violations of the coding guidelines though
- perhaps adding a style exception would be simpler.
2010-04-13 17:45:49 +02:00
3be2501cd9 Merge branch 'master' into particleInteractions
Conflicts:
	src/lagrangian/intermediate/parcels/Templates/KinematicParcel/CollisionRecordList/CollisionRecordList.H
	src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/NoCollision/NoCollision.H
	src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/receivingReferralList.C
	src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/sendingReferralList.C
2010-04-13 16:34:36 +01:00
6b819eb50a STYLE: use new fvPatch::start() method 2010-04-13 17:12:57 +02:00
af039f0eb7 ENH: add fvPatch::start() method to simplify some expressions 2010-04-13 16:06:57 +02:00
868d5866b4 ENH: Use reference instead of copy 2010-04-13 15:01:08 +01:00
089e593907 BUG: Was never calculating the patch-patch points. 2010-04-13 11:27:11 +01:00
6148d8c428 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-13 11:11:48 +01:00
4b5d82c63a BUG: missing NamedEnum. 2010-04-13 11:11:22 +01:00
42562ac65e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-13 11:07:29 +01:00
defea5836e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/containers/Lists/DynamicList/DynamicList.H
	src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C
	src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C
2010-04-13 11:07:19 +01:00
404ffda99a STYLE: sendingReferralList. Type in FatalErrorIn. 2010-04-13 11:05:51 +01:00
9fd4af7e7b STYLE: reactingParcelFilmFoam/rhoEqn.H. Changing to GPL v3. 2010-04-13 10:44:43 +01:00
130dfe7dc6 ENH: Added warning message about nGrow changed behaviour. 2010-04-13 10:30:42 +01:00
5397845971 STYLE: Remove unused include files. 2010-04-13 10:29:16 +01:00
9544796a98 Merge branch 'olesenm' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev into olesenm 2010-04-13 09:57:41 +01:00
2c54d448f5 ENH: Use const reference instead of const copy in loop 2010-04-13 09:57:33 +01:00
c2044d746a ENH: udr_checker is the same for ensight82 and ensight90 2010-04-13 10:35:51 +02:00
874120350c STYLE: use forAllIter, forAllConstIter in more places
ENH: change some iterator -> const_iterator access

BUG: found some places with forAllIter and ::iterator !
2010-04-13 09:10:36 +02:00
5636df2b5a STYLE: use #+BEGIN_EXAMPLE / #+END_EXAMPLE in codingStyleGuide.org
- seems to work more reliably than the previous indented colons
2010-04-13 09:08:43 +02:00
ed33dc3eb9 BUG: Particle. Tolerance was not appropriate. 2010-04-12 18:08:11 +01:00
1d7074a0b5 ENH: InteractionLists. Writing referredWallFaces out under the
control of the writeCloud Switch.
2010-04-12 17:39:02 +01:00