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

Public Member Functions

 TypeName ("thermalCouplingOutput")
 
 DAOutputThermalCoupling (const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList)
 
virtual ~DAOutputThermalCoupling ()
 
virtual void run (scalarList &output)
 
virtual label size ()
 
virtual label distributed ()
 
- Public Member Functions inherited from DAOutput
 TypeName ("DAOutput")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, DAOutput, dictionary,(const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList),(outputName, outputType, mesh, daOption, daModel, daIndex, daResidual, daFunctionList))
 
 DAOutput (const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList)
 
virtual ~DAOutput ()
 

Protected Attributes

wordList patches_
 list of patch names for the thermal var More...
 
label size_
 the total face number for all the patches_ owned by this processor More...
 
word discipline_
 whether this is flow or solid More...
 
word distanceMode_
 if calculating wallHeatFlux by OpenFOAMs snGrad() or DAFOAM's custom (daCustom) formulation More...
 
- Protected Attributes inherited from DAOutput
const word outputName_
 name of the output More...
 
const word outputType_
 type of the output More...
 
fvMesh & mesh_
 fvMesh More...
 
const DAOptiondaOption_
 DAOption object. More...
 
DAModeldaModel_
 DAIndex object. More...
 
const DAIndexdaIndex_
 DAIndex object. More...
 
DAResidualdaResidual_
 
UPtrList< DAFunction > & daFunctionList_
 
HashTable< wordList > stateInfo_
 the stateInfo_ list from DAStateInfo object More...
 

Additional Inherited Members

- Static Public Member Functions inherited from DAOutput
static autoPtr< DAOutputNew (const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList)
 

Detailed Description

Definition at line 40 of file DAOutputThermalCoupling.H.

Constructor & Destructor Documentation

◆ DAOutputThermalCoupling()

DAOutputThermalCoupling ( const word  outputName,
const word  outputType,
fvMesh &  mesh,
const DAOption daOption,
DAModel daModel,
const DAIndex daIndex,
DAResidual daResidual,
UPtrList< DAFunction > &  daFunctionList 
)

◆ ~DAOutputThermalCoupling()

virtual ~DAOutputThermalCoupling ( )
inlinevirtual

Definition at line 73 of file DAOutputThermalCoupling.H.

Member Function Documentation

◆ TypeName()

TypeName ( "thermalCouplingOutput"  )

◆ run()

void run ( scalarList &  output)
virtual

◆ size()

virtual label size ( )
inlinevirtual

Implements DAOutput.

Definition at line 79 of file DAOutputThermalCoupling.H.

References DAOutputThermalCoupling::size_.

◆ distributed()

virtual label distributed ( )
inlinevirtual

Implements DAOutput.

Definition at line 84 of file DAOutputThermalCoupling.H.

Member Data Documentation

◆ patches_

wordList patches_
protected

list of patch names for the thermal var

Definition at line 46 of file DAOutputThermalCoupling.H.

Referenced by DAOutputThermalCoupling::DAOutputThermalCoupling(), and DAOutputThermalCoupling::run().

◆ size_

label size_
protected

the total face number for all the patches_ owned by this processor

Definition at line 49 of file DAOutputThermalCoupling.H.

Referenced by DAOutputThermalCoupling::DAOutputThermalCoupling(), and DAOutputThermalCoupling::size().

◆ discipline_

word discipline_
protected

whether this is flow or solid

Definition at line 52 of file DAOutputThermalCoupling.H.

Referenced by DAOutputThermalCoupling::DAOutputThermalCoupling(), and DAOutputThermalCoupling::run().

◆ distanceMode_

word distanceMode_
protected

if calculating wallHeatFlux by OpenFOAMs snGrad() or DAFOAM's custom (daCustom) formulation

Definition at line 55 of file DAOutputThermalCoupling.H.

Referenced by DAOutputThermalCoupling::DAOutputThermalCoupling(), and DAOutputThermalCoupling::run().


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