Commit Graph

3846 Commits

Author SHA1 Message Date
163031a174 Adding notes and support variables for tangential forces. 2009-09-09 18:20:18 +01:00
06e428f699 Adding radius .r() function. 2009-09-09 18:18:39 +01:00
598f705e35 Adding omega (angular velocity) helper function 2009-09-09 17:09:43 +01:00
9b69d25021 Adding angular momentum (pi) and torque (tau) member data to Parcel
and amending by-component constuctors to accept them and f.
2009-09-09 17:03:20 +01:00
d088f124bd Renaming variables and swapping order of position difference so
everything is _AB, i.e. position, velocity and force wrt/on A from/by
B.

Using sqrt(sqrt()) instead of pow(..., 0.25) - quite a lot faster.
2009-09-09 15:56:08 +01:00
a3eb8b8202 Merge branch 'master' into particleInteractions 2009-09-09 13:42:01 +01:00
427358253e Lowercase names for trackPart enum, using a switch statement to select
part.
2009-09-09 13:09:09 +01:00
1f37add542 Adding read and write of force field f 2009-09-09 11:17:37 +01:00
def1e7b59f Adding leapfrog integration parts to the move method. 2009-09-08 21:07:22 +01:00
2d017d6cc4 Hacking in a sympletic, leapfrog integrator for interparticle forces.
Conserves kinetic energy correctly.
2009-09-08 19:29:37 +01:00
e2c0466b21 Adding readFields to template class constructor 2009-09-08 19:29:01 +01:00
1a9204c178 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-08 17:41:12 +01:00
9c86fec6e3 protect against illegal number of layers 2009-09-08 17:39:47 +01:00
0aa0114310 preservePatches option still needed for geometric decomposition options 2009-09-08 17:39:01 +01:00
21ba33aad1 added region option 2009-09-08 17:37:56 +01:00
1d4b1693da Adding function to write obj file of the ReferredCell structure.
Removing commented out old method.
2009-09-08 16:17:36 +01:00
2295be781d Fixing memory leak when referring particles. 2009-09-07 18:00:14 +01:00
641d2b2961 Removing empty instantiation class, can now cloud declare directly
with typedef.
2009-09-07 12:53:52 +01:00
9a71ce6b90 Merging, fixing conflicts 2009-09-07 12:27:57 +01:00
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
c01cfedba8 added some comment 2009-09-04 12:44:45 +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
1198d3e0ad added region option 2009-09-04 12:25:28 +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
1a7814c223 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-03 12:15:21 +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
0aab704321 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-03 08:57:10 +01:00
e94d59d88e check on existence of faceZone 2009-09-03 08:56:07 +01:00
97af722217 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-02 17:56:39 +01:00