Public Types | |
typedef pTraits< Type >::cmptType | cmptType |
Component type. More... | |
Public Member Functions | |
correlationFunction (const polyMesh &, const dictionary &, const label tZeroBufferSize) | |
Construct from dictionary. More... | |
correlationFunction (const polyMesh &, const label tZeroBufferSize, const scalar duration, const scalar sampleInterval, const scalar averagingInterval) | |
Construct from components. More... | |
~correlationFunction () | |
Destructor. More... | |
void | calculateCorrelationFunction (const Field< Type > &) |
void | calculateCorrelationFunction (const Type &) |
scalar | integral () const |
bool | writeAveraged (Ostream &) const |
const Field< Field< Type > > & | tZeroBuffers () const |
scalar | duration () const |
scalar | sampleInterval () const |
scalar | averagingInterval () const |
label | sampleSteps () const |
label | measurandFieldSize () const |
Static Public Attributes | |
static const char *const | typeName |
Private Member Functions | |
void | setTimesAndSizes (const label) |
correlationFunction (const correlationFunction< Type > &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const correlationFunction< Type > &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
const polyMesh & | mesh_ |
Field< Field< Type > > | tZeroBuffers_ |
scalar | duration_ |
scalar | sampleInterval_ |
scalar | averagingInterval_ |
label | sampleSteps_ |
Friends | |
Ostream & | operator (Ostream &, const correlationFunction< Type > &) |
Definition at line 47 of file correlationFunction.H.
Component type.
Definition at line 92 of file correlationFunction.H.
|
private |
Disallow default bitwise copy construct.
correlationFunction | ( | const polyMesh & | , |
const dictionary & | , | ||
const label | tZeroBufferSize | ||
) |
Construct from dictionary.
correlationFunction | ( | const polyMesh & | , |
const label | tZeroBufferSize, | ||
const scalar | duration, | ||
const scalar | sampleInterval, | ||
const scalar | averagingInterval | ||
) |
Construct from components.
~correlationFunction | ( | ) |
Destructor.
Definition at line 123 of file correlationFunction.C.
|
private |
Definition at line 39 of file correlationFunction.C.
|
private |
Disallow default bitwise assignment.
void calculateCorrelationFunction | ( | const Field< Type > & | ) |
void calculateCorrelationFunction | ( | const Type & | ) |
Foam::scalar integral | ( | ) | const |
Definition at line 201 of file correlationFunction.C.
bool writeAveraged | ( | Ostream & | os | ) | const |
Definition at line 30 of file correlationFunctionIO.C.
References forAll, IOstream::good(), and Foam::nl.
|
inline |
Definition at line 28 of file correlationFunctionI.H.
|
inline |
Definition at line 35 of file correlationFunctionI.H.
|
inline |
Definition at line 42 of file correlationFunctionI.H.
|
inline |
Definition at line 49 of file correlationFunctionI.H.
|
inline |
Definition at line 56 of file correlationFunctionI.H.
|
inline |
Definition at line 63 of file correlationFunctionI.H.
|
friend |
|
private |
Definition at line 67 of file correlationFunction.H.
Definition at line 69 of file correlationFunction.H.
|
private |
Definition at line 71 of file correlationFunction.H.
|
private |
Definition at line 72 of file correlationFunction.H.
|
private |
Definition at line 73 of file correlationFunction.H.
|
private |
Definition at line 75 of file correlationFunction.H.
|
static |
Definition at line 97 of file correlationFunction.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.