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


Public Member Functions | |
| TypeName ("sphericalCoupled") | |
| Run-time type information. More... | |
| sphericalCoupled (const cloud &, 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 fluid.
Definition at line 51 of file sphericalCoupled.H.
| sphericalCoupled | ( | const cloud & | c, |
| 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 coupled::Uc.

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