Commit Graph

3936 Commits

Author SHA1 Message Date
e10bb9589e Merge master, fixing conflicts 2009-09-07 12:23:13 +01:00
b93156f142 Adding momentum and linear kinetic energy monitoring functions. 2009-09-07 11:45:13 +01:00
e91fe92de2 Select NoCollision at runtime with none 2009-09-07 11:33:24 +01:00
3a6075a08c Setting wallImpactDistance to 0 in InteractingKinematicParcel.
Adding initialisation of f in InteractingKinematicParcelIO.C.

Cosmetic tweak in Particle.
2009-09-04 21:24:47 +01:00
2b91af1d8c Fixed seg fault when multiply referring due to duplicate pointer use. 2009-09-04 18:59:17 +01:00
b82e21a815 updating IO for (previously missed) clouds 2009-09-04 17:49:14 +01:00
f9a420cfa9 Merge branch 'lagDev' 2009-09-04 17:21:14 +01:00
2bdd654108 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-04 16:23:49 +01:00
94f5bc6dbf removed unused variable 2009-09-04 16:23:46 +01:00
6062a1ef66 updates/improvements to the cloud IO system and using new constants 2009-09-04 16:19:57 +01:00
940e68b9c8 Moving referral lists to be stored in ReferredCellList 2009-09-04 13:33:19 +01:00
964710e8b3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-04 12:25:49 +01:00
fd1873fe4b handling zero-sized triangles 2009-09-04 12:25:42 +01:00
0fa766332f Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-04 10:25:53 +01:00
4e1dc5ffe1 removed faceZonesIntegrationFunctionObject - functionality offered by fieldValuesFunctionObject 2009-09-04 10:25:31 +01:00
20f8d6a325 Added runtime selectable pair function add renamed
DeterministicPairForce to PairCollision.

Moved force model details to SpringSliderDashpot class and reading
from file at runtime.
2009-09-03 19:00:43 +01:00
ae95696aac minor formatting 2009-09-03 18:15:18 +01:00
6ae71645a2 using cbrt(x) instead of pow(x, 0.333) 2009-09-03 18:12:12 +01:00
4c9ae0171a code tidying 2009-09-03 18:01:32 +01:00
f0af9c8ba1 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-03 12:29:52 +01:00
4f4d1393fa firstTime always chooses constant 2009-09-03 12:29:49 +01:00
ad9c4d5b5c Updating InteractingKinematicParcel with changes in KinematicParcel. 2009-09-03 12:25:03 +01:00
b1f0e2808c bugfix: corrected ordering of args to calcPhaseChange 2009-09-03 12:10:38 +01:00
0e49835fd7 Merge branch 'master' into particleInteractions 2009-09-03 10:49:37 +01:00
266cf951fe Removed run-time selectable wall functions for low-Re models + minor mods 2009-09-03 10:46:03 +01:00
97af722217 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-02 17:56:39 +01:00
906a0458da added pressure reference 2009-09-02 17:55:42 +01:00
40e22860e9 added find(name) method + general updates 2009-09-02 17:24:46 +01:00
fa5091dd50 initial error checking 2009-09-02 16:13:55 +01:00
a85a0f7f0e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-02 15:22:43 +01:00
0a24060ac3 superfluous function 2009-09-02 15:22:40 +01:00
376ea56cbe Capitalised templated InteractionList classes, moved to basic.
Using basic sending and receiving referral lists in molecule.
2009-09-02 15:17:05 +01:00
4594d03b32 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-02 14:51:49 +01:00
5d12391461 bail-out criterion was incorrect 2009-09-02 14:51:24 +01:00
a39f80e565 Merge branch 'master' into particleInteractions 2009-09-02 14:44:16 +01:00
bd3e435764 Correct referring of particles and evaluation of real-referred
interactions.
2009-09-02 14:42:30 +01:00
aae0345283 code tidying 2009-09-02 11:15:02 +01:00
91675bd616 change in direction on Bird correction - using flag in base model instead... 2009-09-02 10:29:43 +01:00
68ad701335 library updates + introduction of thermal shielding 2009-09-01 19:40:00 +01:00
49faec23f9 added binary diffusion calc - uses molecular weight of binary pair 2009-09-01 19:35:59 +01:00
1491f10729 Moving to proper ParticleType referring of molecules. Including a
dummy cloud to register referred particles with - allows IO and
required to create real particles as they need the iNew function and
cloud to take a reference to.
2009-09-01 18:52:43 +01:00
0e782b6021 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-01 10:44:48 +01:00
fbce666ec9 Adding templated interactionLists to the intermediate library. The
referred particle is the same type as the real partilce,
i.e. dispensed with reduced referredMolecule-like class.  In general
the collision between particles may involve all pieces of data (type,
size, speed etc).
2009-08-31 20:24:57 +01:00
fccb9b029f Using new constant::math 2009-08-31 16:26:37 +01:00
0ec2983437 Merge branch 'master' into particleInteractions 2009-08-31 11:11:09 +01:00
56fb2b6db9 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-28 18:39:01 +01:00
aabd9bbea8 Back again 2009-08-28 18:21:57 +01:00
8dcea0f8cd using new constant definitions 2009-08-28 18:04:22 +01:00
47ac4180c9 Corrected handling of the initial time and header. 2009-08-28 17:55:25 +01:00
2d3e61abf8 Corrected handling of species with parentheses in their names. 2009-08-28 17:54:50 +01:00