Public Member Functions | |
| fieldsCache () | |
| Default construct (no clouds) More... | |
| fieldsCache (label nClouds) | |
| Construct for given number of clouds. More... | |
| ~fieldsCache () | |
| Destructor. More... | |
| bool | empty () const noexcept |
| No clouds. More... | |
| label | size () const noexcept |
| Number of clouds. More... | |
| void | clear () |
| Clear out. More... | |
| void | resize (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 185 of file lagrangianFieldDecomposer.H.
| fieldsCache | ( | ) |
Default construct (no clouds)
|
explicit |
Construct for given number of clouds.
| ~fieldsCache | ( | ) |
Destructor.
|
noexcept |
No clouds.
|
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.