postprocessing¶
Post-processing for CaseFOAM.
A post-processing utility to use CaseFOAM’s case structure for post-processing the results of all generated cases.
loadData.getCases(solutionDir, …[, postDir]) |
Get cases. |
loadData.time_series(solutionDir, file[, …]) |
Load timeSeries(e.g probes, forces etc) |
loadData.positional_field(solutionDir, file, …) |
Load positionalField(surfaces and sets). |
loadData.posField_to_timeSeries(solutionDir, …) |
Converts multiple posionalFields to timeSeries with a function |
postFunctions |
User postprocessing functions. |