Base class for clouds of spherical particles which are coupled to a carrier. More...


Public Member Functions | |
| TypeName ("sphericalCoupled") | |
| Run-time type information. More... | |
| sphericalCoupled (const cloud &, const carried &, const spherical &, const coupled &) | |
| Construct from a reference to the cloud and its base classes. More... | |
| virtual | ~sphericalCoupled () |
| Destructor. More... | |
Public Attributes | |
| const CloudDerivedField< scalar > & | Re |
| Reynolds Number. More... | |
Base class for clouds of spherical particles which are coupled to a carrier.
Definition at line 51 of file sphericalCoupled.H.
| sphericalCoupled | ( | const cloud & | c, |
| const carried & | carriedCloud, | ||
| const spherical & | sphericalCloud, | ||
| const coupled & | coupledCloud | ||
| ) |
Construct from a reference to the cloud and its base classes.
Definition at line 40 of file sphericalCoupled.C.
References Foam::constant::universal::c, spherical::d, Foam::mag(), coupled::nuc, and carried::Uc.

|
virtual |
Destructor.
Definition at line 70 of file sphericalCoupled.C.
| TypeName | ( | "sphericalCoupled" | ) |
Run-time type information.
| const CloudDerivedField<scalar>& Re |
Reynolds Number.
Definition at line 64 of file sphericalCoupled.H.