mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: code improvements for vtkCloud function object (issue #926)
- use parallel list writing, beginDataArray methods. - use static_assert to restrict conversion of non-label integral types - cache .vtp.series information by fileName instead of by cloud name. This issues if the output directory changes, and simplifies code. ENH: emit TimeValue in files generated by vtkCloud - additional information for passing to ParaView ENH: vtkCloud output to postProcessing/ (issue #866) - better alignment with other function objects, no collision with foamToVTK output.
This commit is contained in:
@ -19,7 +19,7 @@ cloudWrite1
|
||||
// format ascii;
|
||||
// writePrecision 12;
|
||||
|
||||
//- Output directory name - Default="VTK"
|
||||
//- Output directory name - Default postProcessing
|
||||
// directory "VTK";
|
||||
|
||||
//- Write more frequent than fields
|
||||
|
||||
Reference in New Issue
Block a user