#include <ParticleZoneInfo.H>

Public Member Functions | |
| void | operator+= (const particleInfo &p) |
| scalar | isOlderThan (const particleInfo &p) const |
Public Attributes | |
| label | origID = -1 |
| label | origProc = -1 |
| vector | position = Zero |
| scalar | time0 = 0 |
| scalar | age = 0 |
| scalar | d0 = 0 |
| scalar | d = 0 |
| scalar | mass0 = 0 |
| scalar | mass = 0 |
Friends | |
| bool | operator== (const particleInfo &a, const particleInfo &b) |
| bool | operator!= (const particleInfo &a, const particleInfo &b) |
| Istream & | operator>> (Istream &is, particleInfo &pi) |
| Ostream & | operator<< (Ostream &os, const particleInfo &pi) |
Definition at line 114 of file ParticleZoneInfo.H.
|
inline |
|
inline |
Definition at line 137 of file ParticleZoneInfo.H.
Referenced by particleInfoCombineOp::operator()().

|
friend |
|
friend |
Definition at line 158 of file ParticleZoneInfo.H.
References b.
|
friend |
Definition at line 166 of file ParticleZoneInfo.H.
References pi().
|
friend |
Definition at line 181 of file ParticleZoneInfo.H.
| label origID = -1 |
Definition at line 116 of file ParticleZoneInfo.H.
Referenced by particleInfoCombineOp::operator()(), operator==, and ParticleZoneInfo< CloudType >::postMove().
| label origProc = -1 |
Definition at line 117 of file ParticleZoneInfo.H.
Referenced by operator==, and ParticleZoneInfo< CloudType >::postMove().
Definition at line 118 of file ParticleZoneInfo.H.
Referenced by particleInfoCombineOp::operator()(), operator+=(), operator==, and ParticleZoneInfo< CloudType >::postMove().
| scalar time0 = 0 |
Definition at line 119 of file ParticleZoneInfo.H.
Referenced by isOlderThan(), particleInfoCombineOp::operator()(), operator==, and ParticleZoneInfo< CloudType >::postMove().
| scalar age = 0 |
Definition at line 120 of file ParticleZoneInfo.H.
Referenced by isOlderThan(), particleInfoCombineOp::operator()(), operator+=(), operator==, and ParticleZoneInfo< CloudType >::postMove().
| scalar d0 = 0 |
Definition at line 121 of file ParticleZoneInfo.H.
Referenced by particleInfoCombineOp::operator()(), operator==, and ParticleZoneInfo< CloudType >::postMove().
| scalar d = 0 |
Definition at line 122 of file ParticleZoneInfo.H.
Referenced by particleInfoCombineOp::operator()(), operator+=(), operator==, and ParticleZoneInfo< CloudType >::postMove().
| scalar mass0 = 0 |
Definition at line 123 of file ParticleZoneInfo.H.
Referenced by particleInfoCombineOp::operator()(), operator==, and ParticleZoneInfo< CloudType >::postMove().
| scalar mass = 0 |
Definition at line 124 of file ParticleZoneInfo.H.
Referenced by particleInfoCombineOp::operator()(), operator+=(), operator==, and ParticleZoneInfo< CloudType >::postMove().