Graphite. More...
#include <solids/C.H>
Graphite.
Definition at line 58 of file C.H.
Inheritance diagram for C:
Collaboration diagram for C:Public Member Functions | |
| TypeName ("C") | |
| Runtime type information.
| |
| C () | |
| Construct null.
| |
| C (const solid &s) | |
| Construct from solid.
| |
| C (Istream &is) | |
| Construct from Istream.
| |
| void | writeData (Ostream &os) const |
| Write the function coefficients.
| |
Friends | |
| Ostream & | operator<< (Ostream &os, const C &s) |
| Ostream Operator.
| |
| C | ( | ) |
Construct null.
Definition at line 40 of file C.C.
References Foam::endl(), and WarningIn.
Referenced by MRFZone::absoluteVelocity(), InjectionModel< CloudType >::findCellAtPosition(), and MRFZone::relativeVelocity().
| TypeName | ( | "C" | ) |
Runtime type information.
| void writeData | ( | Ostream & | os ) | const [virtual]
|
Write the function coefficients.
Reimplemented from solid.
Definition at line 67 of file C.C.
References solid::writeData().
Referenced by Foam::operator<<().