Public Member Functions | List of all members
linear Class Reference
Inheritance diagram for linear:
Inheritance graph
[legend]
Collaboration diagram for linear:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("linear")
 Runtime type information. More...
 
 linear (const dictionary &dict, const wordList &phaseNames)
 Construct from a dictionary and two phases. More...
 
 ~linear ()
 Destructor. More...
 
virtual tmp< volScalarFieldf1 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for primary phase. More...
 
virtual tmp< volScalarFieldf2 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for secondary phase. More...
 
 TypeName ("linear")
 Runtime type information. More...
 
 linear (const dictionary &dict, const wordList &phaseNames)
 Construct from a dictionary and two phases. More...
 
 ~linear ()
 Destructor. More...
 
virtual tmp< volScalarFieldf1 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for primary phase. More...
 
virtual tmp< volScalarFieldf2 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for secondary phase. More...
 
- Public Member Functions inherited from blendingMethod
 TypeName ("blendingMethod")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames))
 
 blendingMethod (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~blendingMethod ()
 Destructor. More...
 
 TypeName ("blendingMethod")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames))
 
 blendingMethod (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~blendingMethod ()
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from blendingMethod
static autoPtr< blendingMethodNew (const dictionary &dict, const wordList &phaseNames)
 
static autoPtr< blendingMethodNew (const dictionary &dict, const wordList &phaseNames)
 

Detailed Description

Definition at line 49 of file linear.H.

Constructor & Destructor Documentation

linear ( const dictionary dict,
const wordList phaseNames 
)

Construct from a dictionary and two phases.

~linear ( )

Destructor.

linear ( const dictionary dict,
const wordList phaseNames 
)

Construct from a dictionary and two phases.

~linear ( )

Destructor.

Member Function Documentation

TypeName ( "linear"  )

Runtime type information.

virtual tmp<volScalarField> f1 ( const phaseModel phase1,
const phaseModel phase2 
) const
virtual

Factor for primary phase.

Implements blendingMethod.

virtual tmp<volScalarField> f2 ( const phaseModel phase1,
const phaseModel phase2 
) const
virtual

Factor for secondary phase.

Implements blendingMethod.

TypeName ( "linear"  )

Runtime type information.

virtual tmp<volScalarField> f1 ( const phaseModel phase1,
const phaseModel phase2 
) const
virtual

Factor for primary phase.

Implements blendingMethod.

virtual tmp<volScalarField> f2 ( const phaseModel phase1,
const phaseModel phase2 
) const
virtual

Factor for secondary phase.

Implements blendingMethod.


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