|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
calculations needed for writing the simulation's output into multiple file parts More...
#include <FilePartCalculator.h>
Static Public Member Functions | |
| static uint | calculateNumberOfParts (uint numberOfNodes) |
| calculate how many output vtk-files are created for one timestep of the given grid level | |
| static uint | calculateNumberOfNodesInPart (uint numberOfNodes, uint indexOfFilePart) |
| calculate how many grid nodes are written to the file with the given index | |
| static uint | calculateStartingPostionOfPart (uint indexOfPart) |
Static Public Attributes | |
| static const uint | limitOfNodesForVTK = 30e6 |
| limits how many grid nodes are written into a single vtk file | |
calculations needed for writing the simulation's output into multiple file parts
To prevent output files from becoming to large, they are split into multiple part files. For this process some calculations are needed.
Definition at line 44 of file FilePartCalculator.h.
|
static |
calculate how many grid nodes are written to the file with the given index
Definition at line 39 of file FilePartCalculator.cpp.
calculate how many output vtk-files are created for one timestep of the given grid level
Definition at line 50 of file FilePartCalculator.cpp.
Definition at line 55 of file FilePartCalculator.cpp.
limits how many grid nodes are written into a single vtk file
Definition at line 55 of file FilePartCalculator.h.