OpenFOAM logo
Open Source CFD Toolkit

thermophysicalFunction Class Reference

Inheritance diagram for thermophysicalFunction:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 TypeName ("thermophysicalFunction")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, thermophysicalFunction, Istream,(Istream &is),(is))
 thermophysicalFunction ()
 Construct null.
virtual ~thermophysicalFunction ()
virtual scalar f (scalar p, scalar T) const =0
 Evaluate the function and return the result.
virtual void writeData (Ostream &os) const =0
 Write the function coefficients.

Static Public Member Functions

autoPtr< thermophysicalFunctionNew (Istream &is)
 Return a pointer to a new thermophysicalFunction created from input.

Friends

Ostreamoperator<< (Ostream &os, const thermophysicalFunction &f)

Constructor & Destructor Documentation

thermophysicalFunction  )  [inline]
 

Construct null.

Definition at line 76 of file thermophysicalFunction.H.

virtual ~thermophysicalFunction  )  [inline, virtual]
 

Definition at line 85 of file thermophysicalFunction.H.


Member Function Documentation

declareRunTimeSelectionTable autoPtr  ,
thermophysicalFunction  ,
Istream  ,
(Istream &is)  ,
(is) 
 

virtual scalar f scalar  p,
scalar  T
const [pure virtual]
 

Evaluate the function and return the result.

Implemented in APIdiffCoefFunc, NSRDSfunc0, NSRDSfunc1, NSRDSfunc14, NSRDSfunc2, NSRDSfunc3, NSRDSfunc4, NSRDSfunc5, NSRDSfunc6, and NSRDSfunc7.

autoPtr<thermophysicalFunction> New Istream is  )  [static]
 

Return a pointer to a new thermophysicalFunction created from input.

TypeName "thermophysicalFunction"   ) 
 

Runtime type information.

virtual void writeData Ostream os  )  const [pure virtual]
 

Write the function coefficients.

Implemented in APIdiffCoefFunc, NSRDSfunc0, NSRDSfunc1, NSRDSfunc14, NSRDSfunc2, NSRDSfunc3, NSRDSfunc4, NSRDSfunc5, NSRDSfunc6, and NSRDSfunc7.


Friends And Related Function Documentation

Ostream& operator<< Ostream os,
const thermophysicalFunction f
[friend]
 

Definition at line 100 of file thermophysicalFunction.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org