Loading...
Searching...
No Matches
sphericalMassTransfer Class Reference

Model which applies an analytical solution for mass transfer from the surface of a sphere to the fluid within the sphere. More...

#include <sphericalMassTransfer.H>

Inheritance diagram for sphericalMassTransfer:
Collaboration diagram for sphericalMassTransfer:

Public Member Functions

 TypeName ("spherical")
 Runtime type information.
 sphericalMassTransfer (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~sphericalMassTransfer ()
 Destructor.
virtual tmp< volScalarFieldK () const
 The implicit mass transfer coefficient.
Public Member Functions inherited from massTransferModel
 TypeName ("massTransferModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, massTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 massTransferModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair.
virtual ~massTransferModel ()=default
 Destructor.

Additional Inherited Members

Static Public Member Functions inherited from massTransferModel
static autoPtr< massTransferModelNew (const dictionary &dict, const phasePair &pair)
Static Public Attributes inherited from massTransferModel
static const dimensionSet dimK
 Coefficient dimensions.
Protected Attributes inherited from massTransferModel
const phasePairpair_
 Phase pair.

Detailed Description

Model which applies an analytical solution for mass transfer from the surface of a sphere to the fluid within the sphere.

Source files

Definition at line 52 of file sphericalMassTransfer.H.

Constructor & Destructor Documentation

◆ sphericalMassTransfer()

sphericalMassTransfer ( const dictionary & dict,
const phasePair & pair )

Construct from components.

Definition at line 44 of file sphericalMassTransfer.C.

References dict, Foam::dimless, and massTransferModel::massTransferModel().

Here is the call graph for this function:

◆ ~sphericalMassTransfer()

~sphericalMassTransfer ( )
virtual

Destructor.

Definition at line 57 of file sphericalMassTransfer.C.

Member Function Documentation

◆ TypeName()

TypeName ( "spherical" )

Runtime type information.

References dict.

◆ K()

Foam::tmp< Foam::volScalarField > K ( ) const
virtual

The implicit mass transfer coefficient.

Implements massTransferModel.

Definition at line 64 of file sphericalMassTransfer.C.

References massTransferModel::pair_, and Foam::sqr().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialCompositionModels/massTransferModels/sphericalMassTransfer/sphericalMassTransfer.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialCompositionModels/massTransferModels/sphericalMassTransfer/sphericalMassTransfer.C