Changelog¶
v0.2.0¶
PostProcessorBasedecorator API for in-situ post-processingBuilder functions:
field(),iso_surface(),residuals()Pipe operator (
|) for chaining workflow stepsTableWriterwith format dispatch (CSV, DAT)Parallel support: aggregation uses
Foam::reduce(), CSV writes only on master rankSpatial selectors:
Box,Spherewith boolean operatorsSampling:
create_uniform_set,create_cloud_set,create_polyline_set,create_circle_setSurfaces:
create_plane,create_cutting_plane,create_iso_surface,create_patch_surfaceAggregators:
Sum,Mean,Min,Max,VolIntegrate,SurfIntegrateBinning:
Directionalnode for spatial groupingSolver residual extraction
OpenFOAM 2406, 2412, 2506 support
Python 3.9–3.13 support