Public Member Functions | Private Attributes
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...
 

Private Attributes

HashTable< dimensionedScalar, word, word::hashminFullyContinuousAlpha_
 Minimum fraction of phases which can be considered fully continuous. More...
 
HashTable< dimensionedScalar, word, word::hashminPartlyContinuousAlpha_
 Minimum fraction of phases which can be considered partly continuous. More...
 
HashTable< dimensionedScalar, word, word::hashmaxFullyDispersedAlpha_
 Maximum fraction of phases which can be considered fully dispersed. More...
 
HashTable< dimensionedScalar, word, word::hashmaxPartlyDispersedAlpha_
 Maximum fraction of phases which can be considered partly dispersed. 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() [1/2]

linear ( const dictionary dict,
const wordList phaseNames 
)

Construct from a dictionary and two phases.

◆ ~linear() [1/2]

~linear ( )

Destructor.

◆ linear() [2/2]

linear ( const dictionary dict,
const wordList phaseNames 
)

Construct from a dictionary and two phases.

◆ ~linear() [2/2]

~linear ( )

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "linear"  )

Runtime type information.

◆ f1() [1/2]

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

Factor for primary phase.

Implements blendingMethod.

◆ f2() [1/2]

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

Factor for secondary phase.

Implements blendingMethod.

◆ TypeName() [2/2]

TypeName ( "linear"  )

Runtime type information.

◆ f1() [2/2]

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

Factor for primary phase.

Implements blendingMethod.

◆ f2() [2/2]

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

Factor for secondary phase.

Implements blendingMethod.

Field Documentation

◆ minFullyContinuousAlpha_

HashTable<dimensionedScalar, word, word::hash> minFullyContinuousAlpha_
private

Minimum fraction of phases which can be considered fully continuous.

Definition at line 57 of file linear.H.

◆ minPartlyContinuousAlpha_

HashTable<dimensionedScalar, word, word::hash> minPartlyContinuousAlpha_
private

Minimum fraction of phases which can be considered partly continuous.

Definition at line 61 of file linear.H.

◆ maxFullyDispersedAlpha_

HashTable<dimensionedScalar, word, word::hash> maxFullyDispersedAlpha_
private

Maximum fraction of phases which can be considered fully dispersed.

Definition at line 57 of file linear.H.

◆ maxPartlyDispersedAlpha_

HashTable<dimensionedScalar, word, word::hash> maxPartlyDispersedAlpha_
private

Maximum fraction of phases which can be considered partly dispersed.

Definition at line 61 of file linear.H.


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