Classes | |
| class | privateCache |
Public Member Functions | |
| fieldsCache () | |
| Default construct (no clouds) More... | |
| fieldsCache (const label nClouds) | |
| Construct for given number of clouds. More... | |
| ~fieldsCache () | |
| Destructor. More... | |
| bool | empty () const |
| No clouds. More... | |
| label | size () const |
| Number of clouds. More... | |
| void | clear () |
| Clear out. More... | |
| void | resize (const label nClouds) |
| Resize for the number of clouds. More... | |
| void | readAllFields (const label cloudi, const IOobjectList &lagrangianObjects) |
| Read all fields and field-fields for given cloud and objects. More... | |
| 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. More... | |
Definition at line 177 of file lagrangianFieldDecomposer.H.
| fieldsCache | ( | ) |
Default construct (no clouds)
Definition at line 150 of file lagrangianFieldDecomposerCache.C.
|
explicit |
Construct for given number of clouds.
Definition at line 157 of file lagrangianFieldDecomposerCache.C.
| ~fieldsCache | ( | ) |
Destructor.
Definition at line 170 of file lagrangianFieldDecomposerCache.C.
| bool empty | ( | ) | const |
No clouds.
Definition at line 176 of file lagrangianFieldDecomposerCache.C.
| Foam::label size | ( | ) | const |
Number of clouds.
Definition at line 182 of file lagrangianFieldDecomposerCache.C.
| void clear | ( | ) |
Clear out.
Definition at line 188 of file lagrangianFieldDecomposerCache.C.
| void resize | ( | const label | nClouds | ) |
Resize for the number of clouds.
Definition at line 195 of file lagrangianFieldDecomposerCache.C.
| void readAllFields | ( | const label | cloudi, |
| const IOobjectList & | lagrangianObjects | ||
| ) |
Read all fields and field-fields for given cloud and objects.
Definition at line 207 of file lagrangianFieldDecomposerCache.C.
| 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.
Definition at line 220 of file lagrangianFieldDecomposerCache.C.