Public Member Functions | Protected Attributes
allVariablesCoupledBase Class Reference
Collaboration diagram for allVariablesCoupledBase:
Collaboration graph
[legend]

Public Member Functions

 temperatureCoupledBase (const fvPatch &patch, const word &calculationMethod, const word &TName,)
 Construct from patch and K name. More...
 
 temperatureCoupledBase (const fvPatch &patch, const dictionary &dict)
 Construct from patch and dictionary. More...
 
 temperatureCoupledBase (const fvPatch &patch, const temperatureCoupledBase &base)
 Construct from patch and temperatureCoupledBase. More...
 
word TMethod () const
 Method to obtain K. More...
 
const wordTName () const
 Name of thermal conductivity field. More...
 
tmp< scalarFieldT (const scalarField &Tp) const
 Given patch temperature calculate corresponding T field. More...
 
void write (Ostream &) const
 Write. More...
 

Protected Attributes

const fvPatchpatch_
 Underlying patch. More...
 
const TMethodType method_
 How to get K. More...
 
const word TName_
 Name of thermal conductivity field (if looked up from database) More...
 

Detailed Description

Definition at line 104 of file allVariablesCoupledBase.H.

Member Function Documentation

◆ temperatureCoupledBase() [1/3]

temperatureCoupledBase ( const fvPatch patch,
const word calculationMethod,
const word TName 
)

Construct from patch and K name.

◆ temperatureCoupledBase() [2/3]

temperatureCoupledBase ( const fvPatch patch,
const dictionary dict 
)

Construct from patch and dictionary.

◆ temperatureCoupledBase() [3/3]

temperatureCoupledBase ( const fvPatch patch,
const temperatureCoupledBase base 
)

Construct from patch and temperatureCoupledBase.

◆ TMethod()

word TMethod ( ) const
inline

Method to obtain K.

Definition at line 155 of file allVariablesCoupledBase.H.

References allVariablesCoupledBase::method_.

◆ TName()

const word& TName ( ) const
inline

Name of thermal conductivity field.

Definition at line 161 of file allVariablesCoupledBase.H.

◆ T()

tmp<scalarField> T ( const scalarField Tp) const

Given patch temperature calculate corresponding T field.

◆ write()

void write ( Ostream ) const

Write.

Field Documentation

◆ patch_

const fvPatch& patch_
protected

Underlying patch.

Definition at line 115 of file allVariablesCoupledBase.H.

◆ method_

const TMethodType method_
protected

How to get K.

Definition at line 118 of file allVariablesCoupledBase.H.

Referenced by allVariablesCoupledBase::TMethod().

◆ TName_

const word TName_
protected

Name of thermal conductivity field (if looked up from database)

Definition at line 121 of file allVariablesCoupledBase.H.


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