Loading...
Searching...
No Matches
hyperbolic Class Reference

#include <hyperbolicBlendingMethod.H>

Inheritance diagram for hyperbolic:
Collaboration diagram for hyperbolic:

Public Member Functions

 TypeName ("hyperbolic")
 Runtime type information.
 hyperbolic (const dictionary &dict, const wordList &phaseNames)
 Construct from a dictionary and a list of phase names.
 ~hyperbolic ()=default
 Destructor.
virtual tmp< volScalarFieldf1 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for first phase.
virtual tmp< volScalarFieldf2 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for second phase.
 TypeName ("hyperbolic")
 Runtime type information.
 hyperbolic (const dictionary &dict, const wordList &phaseNames)
 Construct from a dictionary and a list of phase names.
 ~hyperbolic ()=default
 Destructor.
virtual tmp< volScalarFieldf1 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for first phase.
virtual tmp< volScalarFieldf2 (const phaseModel &phase1, const phaseModel &phase2) const
 Factor for second 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

Constructor & Destructor Documentation

◆ hyperbolic() [1/2]

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

Construct from a dictionary and a list of phase names.

Definition at line 43 of file hyperbolicBlendingMethod.C.

References blendingMethod::blendingMethod(), dict, Foam::dimless, and IOobject::groupName().

Here is the call graph for this function:

◆ ~hyperbolic() [1/2]

~hyperbolic ( )
default

Destructor.

References phase1, and phase2.

◆ hyperbolic() [2/2]

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

Construct from a dictionary and a list of phase names.

References dict.

◆ ~hyperbolic() [2/2]

~hyperbolic ( )
default

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "hyperbolic" )

Runtime type information.

References dict.

◆ f1() [1/2]

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

Factor for first phase.

Implements blendingMethod.

Definition at line 70 of file hyperbolicBlendingMethod.C.

References phase1, phase2, and Foam::tanh().

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 second phase.

Implements blendingMethod.

Definition at line 88 of file hyperbolicBlendingMethod.C.

References phase1, phase2, and Foam::tanh().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "hyperbolic" )

Runtime type information.

◆ f1() [2/2]

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

Factor for first phase.

Implements blendingMethod.

References phase1, and phase2.

◆ f2() [2/2]

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

Factor for second phase.

Implements blendingMethod.

References phase1, and phase2.


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