lagrangianFieldDecomposer::fieldsCache::privateCache Class Reference
Collaboration diagram for lagrangianFieldDecomposer::fieldsCache::privateCache:
[legend]

Public Member Functions

bool empty () const noexcept
 
label size () const noexcept
 
void resize (const label len)
 
void readAll (const label cloudi, const IOobjectList &lagrangianObjects)
 
void decomposeAll (const label cloudi, const fileName &cloudDir, const lagrangianFieldDecomposer &decomposer, bool report) const
 

Public Attributes

PtrList< PtrList< IOField< label > > > labelFields_
 
PtrList< PtrList< CompactIOField< Field< label >, label > > > labelFieldFields_
 
PtrList< PtrList< IOField< scalar > > > scalarFields_
 
PtrList< PtrList< CompactIOField< Field< scalar >, scalar > > > scalarFieldFields_
 
PtrList< PtrList< IOField< vector > > > vectorFields_
 
PtrList< PtrList< CompactIOField< Field< vector >, vector > > > vectorFieldFields_
 
PtrList< PtrList< IOField< sphericalTensor > > > sphericalTensorFields_
 
PtrList< PtrList< CompactIOField< Field< sphericalTensor >, sphericalTensor > > > sphericalTensorFieldFields_
 
PtrList< PtrList< IOField< symmTensor > > > symmTensorFields_
 
PtrList< PtrList< CompactIOField< Field< symmTensor >, symmTensor > > > symmTensorFieldFields_
 
PtrList< PtrList< IOField< tensor > > > tensorFields_
 
PtrList< PtrList< CompactIOField< Field< tensor >, tensor > > > tensorFieldFields_
 

Detailed Description

Definition at line 49 of file lagrangianFieldDecomposerCache.C.

Member Function Documentation

◆ empty()

bool empty ( ) const
inlinenoexcept

◆ size()

label size ( ) const
inlinenoexcept

◆ resize()

void resize ( const label  len)
inline

Definition at line 70 of file lagrangianFieldDecomposerCache.C.

References doLocalCode.

◆ readAll()

void readAll ( const label  cloudi,
const IOobjectList lagrangianObjects 
)
inline

Definition at line 89 of file lagrangianFieldDecomposerCache.C.

References doLocalCode.

◆ decomposeAll()

void decomposeAll ( const label  cloudi,
const fileName cloudDir,
const lagrangianFieldDecomposer decomposer,
bool  report 
) const
inline

Definition at line 118 of file lagrangianFieldDecomposerCache.C.

References doLocalCode.

Member Data Documentation

◆ labelFields_

◆ labelFieldFields_

PtrList<PtrList<CompactIOField<Field< label >, label > > > labelFieldFields_

Definition at line 58 of file lagrangianFieldDecomposerCache.C.

◆ scalarFields_

PtrList<PtrList<IOField< scalar > > > scalarFields_

Definition at line 59 of file lagrangianFieldDecomposerCache.C.

◆ scalarFieldFields_

PtrList<PtrList<CompactIOField<Field< scalar >, scalar > > > scalarFieldFields_

Definition at line 59 of file lagrangianFieldDecomposerCache.C.

◆ vectorFields_

PtrList<PtrList<IOField< vector > > > vectorFields_

Definition at line 60 of file lagrangianFieldDecomposerCache.C.

◆ vectorFieldFields_

PtrList<PtrList<CompactIOField<Field< vector >, vector > > > vectorFieldFields_

Definition at line 60 of file lagrangianFieldDecomposerCache.C.

◆ sphericalTensorFields_

PtrList<PtrList<IOField< sphericalTensor > > > sphericalTensorFields_

Definition at line 61 of file lagrangianFieldDecomposerCache.C.

◆ sphericalTensorFieldFields_

PtrList<PtrList<CompactIOField<Field< sphericalTensor >, sphericalTensor > > > sphericalTensorFieldFields_

Definition at line 61 of file lagrangianFieldDecomposerCache.C.

◆ symmTensorFields_

PtrList<PtrList<IOField< symmTensor > > > symmTensorFields_

Definition at line 62 of file lagrangianFieldDecomposerCache.C.

◆ symmTensorFieldFields_

PtrList<PtrList<CompactIOField<Field< symmTensor >, symmTensor > > > symmTensorFieldFields_

Definition at line 62 of file lagrangianFieldDecomposerCache.C.

◆ tensorFields_

PtrList<PtrList<IOField< tensor > > > tensorFields_

Definition at line 63 of file lagrangianFieldDecomposerCache.C.

◆ tensorFieldFields_

PtrList<PtrList<CompactIOField<Field< tensor >, tensor > > > tensorFieldFields_

Definition at line 63 of file lagrangianFieldDecomposerCache.C.


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