Loading...
Searching...
No Matches
linear Class Reference

#include <linearBlendingMethod.H>

Inheritance diagram for linear:
Collaboration diagram for linear:

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Source files

Definition at line 47 of file linearBlendingMethod.H.

Constructor & Destructor Documentation

◆ linear() [1/2]

linear ( const dictionary & dict,
const wordList & phaseNames )

Construct from a dictionary and two phases.

Definition at line 43 of file linearBlendingMethod.C.

References blendingMethod::blendingMethod(), dict, Foam::dimless, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and IOobject::groupName().

Here is the call graph for this function:

◆ ~linear() [1/2]

~linear ( )
default

Destructor.

References phase1, and phase2.

◆ linear() [2/2]

linear ( const dictionary & dict,
const wordList & phaseNames )

Construct from a dictionary and two phases.

References dict.

◆ ~linear() [2/2]

~linear ( )
default

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "linear" )

Runtime type information.

References dict.

◆ f1() [1/2]

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

Factor for primary phase.

Implements blendingMethod.

Definition at line 93 of file linearBlendingMethod.C.

References Foam::max(), Foam::min(), phase1, and phase2.

Here is the call graph for this function:

◆ f2() [1/2]

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

Factor for secondary phase.

Implements blendingMethod.

Definition at line 118 of file linearBlendingMethod.C.

References Foam::max(), Foam::min(), phase1, and phase2.

Here is the call graph for this function:

◆ 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.

References phase1, and phase2.

◆ f2() [2/2]

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

Factor for secondary phase.

Implements blendingMethod.

References phase1, and phase2.


The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/BlendedInterfacialModel/blendingMethods/linear/linearBlendingMethod.H
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/BlendedInterfacialModel/blendingMethods/linear/linear.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/BlendedInterfacialModel/blendingMethods/linear/linearBlendingMethod.C
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/BlendedInterfacialModel/blendingMethods/linear/linear.C