Loading...
Searching...
No Matches
lagrangianFieldDecomposer::fieldsCache Class Reference

#include <lagrangianFieldDecomposer.H>

Public Member Functions

 fieldsCache ()
 Default construct (no clouds).
 fieldsCache (label nClouds)
 Construct for given number of clouds.
 ~fieldsCache ()
 Destructor.
bool empty () const noexcept
 No clouds.
label size () const noexcept
 Number of clouds.
void clear ()
 Clear out.
void resize (label nClouds)
 Resize for the number of clouds.
void readAllFields (const label cloudi, const IOobjectList &lagrangianObjects)
 Read all fields and field-fields for given cloud and objects.
void decomposeAllFields (const label cloudi, const fileName &cloudDir, const lagrangianFieldDecomposer &decomposer, bool report=false) const
 Decompose and write all fields and field-fields for given cloud.

Detailed Description

Definition at line 185 of file lagrangianFieldDecomposer.H.

Constructor & Destructor Documentation

◆ fieldsCache() [1/2]

fieldsCache ( )

Default construct (no clouds).

◆ fieldsCache() [2/2]

fieldsCache ( label nClouds)
explicit

Construct for given number of clouds.

◆ ~fieldsCache()

~fieldsCache ( )

Destructor.

Member Function Documentation

◆ empty()

bool empty ( ) const
noexcept

No clouds.

References Foam::noexcept.

◆ size()

label size ( ) const
noexcept

Number of clouds.

References Foam::noexcept, and size().

Referenced by size().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ clear()

void clear ( )

Clear out.

References clear().

Referenced by clear().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize()

void resize ( label nClouds)

Resize for the number of clouds.

References resize().

Referenced by resize().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readAllFields()

void readAllFields ( const label cloudi,
const IOobjectList & lagrangianObjects )

Read all fields and field-fields for given cloud and objects.

References readAllFields().

Referenced by readAllFields().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ decomposeAllFields()

void decomposeAllFields ( const label cloudi,
const fileName & cloudDir,
const lagrangianFieldDecomposer & decomposer,
bool report = false ) const

Decompose and write all fields and field-fields for given cloud.

References decomposeAllFields().

Referenced by decomposeAllFields().

Here is the call graph for this function:
Here is the caller graph for this function:

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