Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
heatTransferModel Class Referenceabstract
Inheritance diagram for heatTransferModel:
Inheritance graph
[legend]
Collaboration diagram for heatTransferModel:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("heatTransferModel")
 
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2),(dict, alpha1, phase1, phase2))
 
 heatTransferModel (const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
 
virtual ~heatTransferModel ()=default
 
virtual tmp< volScalarFieldK (const volScalarField &Ur) const =0
 
 TypeName ("heatTransferModel")
 
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 heatTransferModel (const dictionary &dict, const phasePair &pair)
 
virtual ~heatTransferModel ()=default
 
tmp< volScalarFieldK () const
 
virtual tmp< volScalarFieldK (const scalar residualAlpha) const =0
 
 TypeName ("heatTransferModel")
 
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 heatTransferModel (const dictionary &dict, const phasePair &pair)
 
virtual ~heatTransferModel ()=default
 
virtual tmp< volScalarFieldK () const =0
 

Static Public Member Functions

static autoPtr< heatTransferModelNew (const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
 
static autoPtr< heatTransferModelNew (const dictionary &dict, const phasePair &pair)
 
static autoPtr< heatTransferModelNew (const dictionary &dict, const phasePair &pair)
 

Static Public Attributes

static const dimensionSet dimK
 

Protected Attributes

const dictionaryinterfaceDict_
 
const volScalarFieldalpha1_
 
const phaseModelphase1_
 
const phaseModelphase2_
 
const phasePairpair_
 
const dimensionedScalar residualAlpha_
 

Detailed Description

Source files

Source files

Source files

Definition at line 49 of file heatTransferModel.H.

Constructor & Destructor Documentation

◆ heatTransferModel() [1/3]

heatTransferModel ( const dictionary dict,
const volScalarField alpha1,
const phaseModel phase1,
const phaseModel phase2 
)

Definition at line 36 of file heatTransferModel.C.

◆ ~heatTransferModel() [1/3]

virtual ~heatTransferModel ( )
virtualdefault

◆ heatTransferModel() [2/3]

heatTransferModel ( const dictionary dict,
const phasePair pair 
)

Definition at line 41 of file heatTransferModel.C.

◆ ~heatTransferModel() [2/3]

virtual ~heatTransferModel ( )
virtualdefault

◆ heatTransferModel() [3/3]

heatTransferModel ( const dictionary dict,
const phasePair pair 
)

◆ ~heatTransferModel() [3/3]

virtual ~heatTransferModel ( )
virtualdefault

Member Function Documentation

◆ TypeName() [1/3]

TypeName ( "heatTransferModel"  )

◆ declareRunTimeSelectionTable() [1/3]

declareRunTimeSelectionTable ( autoPtr  ,
heatTransferModel  ,
dictionary  ,
(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2 ,
(dict, alpha1, phase1, phase2  
)

◆ New() [1/3]

Foam::autoPtr< Foam::heatTransferModel > New ( const dictionary dict,
const volScalarField alpha1,
const phaseModel phase1,
const phaseModel phase2 
)
static

Definition at line 53 of file heatTransferModel.C.

References alpha1, dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, phase1, and phase2.

Here is the call graph for this function:

◆ K() [1/4]

virtual tmp<volScalarField> K ( const volScalarField Ur) const
pure virtual

Implemented in RanzMarshall.

◆ TypeName() [2/3]

TypeName ( "heatTransferModel"  )

◆ declareRunTimeSelectionTable() [2/3]

declareRunTimeSelectionTable ( autoPtr  ,
heatTransferModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)

◆ New() [2/3]

Foam::autoPtr< Foam::heatTransferModel > New ( const dictionary dict,
const phasePair pair 
)
static

Definition at line 65 of file heatTransferModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

Here is the call graph for this function:

◆ K() [2/4]

Definition at line 95 of file heatTransferModel.C.

References heatTransferModel::residualAlpha_, and dimensioned::value().

Here is the call graph for this function:

◆ K() [3/4]

virtual tmp<volScalarField> K ( const scalar  residualAlpha) const
pure virtual

◆ TypeName() [3/3]

TypeName ( "heatTransferModel"  )

◆ declareRunTimeSelectionTable() [3/3]

declareRunTimeSelectionTable ( autoPtr  ,
heatTransferModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)

◆ New() [3/3]

static autoPtr<heatTransferModel> New ( const dictionary dict,
const phasePair pair 
)
static

◆ K() [4/4]

virtual tmp<volScalarField> K ( ) const
pure virtual

Implemented in RanzMarshall, and sphericalHeatTransfer.

Member Data Documentation

◆ interfaceDict_

const dictionary& interfaceDict_
protected

Definition at line 55 of file heatTransferModel.H.

◆ alpha1_

const volScalarField& alpha1_
protected

Definition at line 56 of file heatTransferModel.H.

◆ phase1_

const phaseModel& phase1_
protected

Definition at line 57 of file heatTransferModel.H.

◆ phase2_

const phaseModel& phase2_
protected

Definition at line 58 of file heatTransferModel.H.

◆ pair_

const phasePair & pair_
protected

Definition at line 58 of file heatTransferModel.H.

◆ residualAlpha_

const dimensionedScalar residualAlpha_
protected

Definition at line 61 of file heatTransferModel.H.

Referenced by heatTransferModel::K().

◆ dimK

static const dimensionSet dimK
static

Definition at line 88 of file heatTransferModel.H.


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