Public Member Functions | Static Public Member Functions | Private Attributes | Friends
SRIFallOffFunction Class Reference

The SRI fall-off function. More...

Public Member Functions

 SRIFallOffFunction (const scalar a, const scalar b, const scalar c, const scalar d, const scalar e)
 Construct from components. More...
 
 SRIFallOffFunction (Istream &)
 Construct from Istream. More...
 
 SRIFallOffFunction (const dictionary &dict)
 Construct from dictionary. More...
 
scalar operator() (const scalar T, const scalar Pr) const
 
void write (Ostream &os) const
 Write to stream. More...
 

Static Public Member Functions

static word type ()
 Return the type name. More...
 

Private Attributes

scalar a_
 
scalar b_
 
scalar c_
 
scalar d_
 
scalar e_
 

Friends

Ostreamoperator<< (Ostream &, const SRIFallOffFunction &)
 

Detailed Description

The SRI fall-off function.

Source files

Definition at line 54 of file SRIFallOffFunction.H.

Constructor & Destructor Documentation

◆ SRIFallOffFunction() [1/3]

SRIFallOffFunction ( const scalar  a,
const scalar  b,
const scalar  c,
const scalar  d,
const scalar  e 
)
inline

Construct from components.

Definition at line 29 of file SRIFallOffFunctionI.H.

◆ SRIFallOffFunction() [2/3]

SRIFallOffFunction ( Istream is)
inline

Construct from Istream.

Definition at line 45 of file SRIFallOffFunctionI.H.

References Istream::readEnd().

Here is the call graph for this function:

◆ SRIFallOffFunction() [3/3]

SRIFallOffFunction ( const dictionary dict)
inline

Construct from dictionary.

Definition at line 57 of file SRIFallOffFunctionI.H.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

Return the type name.

Definition at line 85 of file SRIFallOffFunction.H.

◆ operator()()

Foam::scalar operator() ( const scalar  T,
const scalar  Pr 
) const
inline

Definition at line 70 of file SRIFallOffFunctionI.H.

References Foam::exp(), Foam::log10(), Foam::max(), Foam::pow(), Pr(), Foam::sqr(), and Foam::T().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
inline

Write to stream.

Definition at line 80 of file SRIFallOffFunctionI.H.

References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream ,
const SRIFallOffFunction  
)
friend

Field Documentation

◆ a_

scalar a_
private

Definition at line 58 of file SRIFallOffFunction.H.

◆ b_

scalar b_
private

Definition at line 58 of file SRIFallOffFunction.H.

◆ c_

scalar c_
private

Definition at line 58 of file SRIFallOffFunction.H.

◆ d_

scalar d_
private

Definition at line 58 of file SRIFallOffFunction.H.

◆ e_

scalar e_
private

Definition at line 58 of file SRIFallOffFunction.H.


The documentation for this class was generated from the following files: