Loading...
Searching...
No Matches
noBlending Class Reference

#include <noBlending.H>

Inheritance diagram for noBlending:
Collaboration diagram for noBlending:

Public Member Functions

 TypeName ("none")
 Runtime type information.
 noBlending (const dictionary &dict, const wordList &phaseNames)
 Construct from a dictionary and two phases.
 ~noBlending ()
 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 ("none")
 Runtime type information.
 noBlending (const dictionary &dict, const wordList &phaseNames)
 Construct from a dictionary and two phases.
 ~noBlending ()
 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 noBlending.H.

Constructor & Destructor Documentation

◆ noBlending() [1/2]

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

Construct from a dictionary and two phases.

Definition at line 44 of file noBlending.C.

References blendingMethod::blendingMethod(), and dict.

Here is the call graph for this function:

◆ ~noBlending() [1/2]

~noBlending ( )

Destructor.

Definition at line 57 of file noBlending.C.

◆ noBlending() [2/2]

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

Construct from a dictionary and two phases.

References dict.

◆ ~noBlending() [2/2]

~noBlending ( )

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "none" )

Runtime type information.

References dict, phase1, and phase2.

◆ 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 63 of file noBlending.C.

References Foam::dimless, mesh, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, 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 82 of file noBlending.C.

References Foam::dimless, mesh, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, phase1, and phase2.

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "none" )

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/noBlending/noBlending.H
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/BlendedInterfacialModel/blendingMethods/noBlending/noBlending.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/BlendedInterfacialModel/blendingMethods/noBlending/noBlending.C
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/BlendedInterfacialModel/blendingMethods/noBlending/noBlending.C