From a448ce5f8d2179bcfe1c6ea7f2de9776a4a7d061 Mon Sep 17 00:00:00 2001 From: Hamidreza Date: Thu, 24 Apr 2025 14:28:28 +0330 Subject: [PATCH] minor changes to readme.md --- src/PostprocessData/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/PostprocessData/readme.md b/src/PostprocessData/readme.md index 8dbefd5b..543e35cc 100644 --- a/src/PostprocessData/readme.md +++ b/src/PostprocessData/readme.md @@ -2,6 +2,9 @@ The `PostprocessData` module in phasicFlow provides powerful tools for analyzing particle-based simulations both during runtime (in-simulation) and after simulation completion (post-simulation). This document explains how to configure and use the postprocessing features through the dictionary-based input system. +- in-simulation: this is postprocessing that is active during simulation. When running a solver, it allows for real-time data analysis and adjustments based on the simulation's current state. See bellow to see how you can activate in-simulation postprocessing. +- post-simulation: this is postprocessing that is done after the simulation is completed. It allows for detailed analysis of the simulation results, including data extraction and visualization based on the results that are stored in time-folders. If you want to use post-simulation, you need to run utitlity `postprocessPhasicFlow` in terminal (in the simulation case setup folder) to run the postprocessing. This utility reads the `postprocessDataDict` file and performs the specified operations on the simulation data. + ## 1. Overview Postprocessing in phasicFlow allows you to: