Container class to provide injection data for thermodynamic parcels. More...
Public Member Functions | |
TypeName ("thermoParcelInjectionData") | |
thermoParcelInjectionData () | |
thermoParcelInjectionData (const dictionary &dict) | |
thermoParcelInjectionData (Istream &is) | |
virtual | ~thermoParcelInjectionData () |
scalar | T () const |
scalar | Cp () const |
scalar & | T () |
scalar & | Cp () |
![]() | |
TypeName ("kinematicParcelInjectionData") | |
kinematicParcelInjectionData () | |
kinematicParcelInjectionData (const dictionary &dict) | |
kinematicParcelInjectionData (Istream &is) | |
virtual | ~kinematicParcelInjectionData () |
const point & | x () const |
const vector & | U () const |
scalar | d () const |
scalar | rho () const |
scalar | mDot () const |
point & | x () |
vector & | U () |
scalar & | d () |
scalar & | rho () |
scalar & | mDot () |
Protected Attributes | |
scalar | T_ |
scalar | Cp_ |
![]() | |
point | x_ |
vector | U_ |
scalar | d_ |
scalar | rho_ |
scalar | mDot_ |
Friends | |
Ostream & | operator<< (Ostream &os, const thermoParcelInjectionData &data) |
Istream & | operator>> (Istream &is, thermoParcelInjectionData &data) |
Container class to provide injection data for thermodynamic parcels.
Definition at line 64 of file thermoParcelInjectionData.H.
Definition at line 32 of file thermoParcelInjectionData.C.
thermoParcelInjectionData | ( | const dictionary & | dict | ) |
Definition at line 41 of file thermoParcelInjectionData.C.
thermoParcelInjectionData | ( | Istream & | is | ) |
Definition at line 25 of file thermoParcelInjectionDataIO.C.
References IOstream::check(), thermoParcelInjectionData::Cp_, FUNCTION_NAME, and thermoParcelInjectionData::T_.
|
virtual |
Definition at line 52 of file thermoParcelInjectionData.C.
TypeName | ( | "thermoParcelInjectionData" | ) |
|
inline |
Definition at line 25 of file thermoParcelInjectionDataI.H.
References thermoParcelInjectionData::T_.
|
inline |
Definition at line 31 of file thermoParcelInjectionDataI.H.
|
inline |
|
inline |
|
friend |
|
friend |
|
protected |
Definition at line 73 of file thermoParcelInjectionData.H.
Referenced by thermoParcelInjectionData::T(), and thermoParcelInjectionData::thermoParcelInjectionData().
|
protected |
Definition at line 76 of file thermoParcelInjectionData.H.
Referenced by thermoParcelInjectionData::thermoParcelInjectionData().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.