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

#include <fvFieldDecomposer.H>

Public Member Functions

 fieldsCache ()
 Default construct.
 ~fieldsCache ()
 Destructor.
bool empty () const noexcept
 No fields.
label size () const noexcept
 Total number of fields.
void clear ()
 Clear out.
void readAllFields (const fvMesh &mesh, const IOobjectList &objects)
 Read all fields given mesh and objects.
void decomposeAllFields (const fvFieldDecomposer &decomposer, bool report=false) const
 Decompose and write all fields.

Detailed Description

Definition at line 419 of file fvFieldDecomposer.H.

Constructor & Destructor Documentation

◆ fieldsCache()

fieldsCache ( )

Default construct.

◆ ~fieldsCache()

~fieldsCache ( )

Destructor.

Member Function Documentation

◆ empty()

bool empty ( ) const
noexcept

No fields.

References Foam::noexcept.

◆ size()

label size ( ) const
noexcept

Total number of fields.

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:

◆ readAllFields()

void readAllFields ( const fvMesh & mesh,
const IOobjectList & objects )

Read all fields given mesh and objects.

References mesh, and readAllFields().

Referenced by readAllFields().

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

◆ decomposeAllFields()

void decomposeAllFields ( const fvFieldDecomposer & decomposer,
bool report = false ) const

Decompose and write all fields.

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: