b7f051e099
Merge branch 'main' of github.com:PhasicFlow/phasicFlow
2025-06-29 23:21:35 +03:30
ae8ca0d41b
benchmark helical mixer is added
2025-06-29 23:18:15 +03:30
be086ffb67
some modification for write rectMesh results in vtk format
2025-06-26 13:21:28 +08:00
a18936c8ec
update rect mesh region for postprocess
2025-06-03 10:55:47 +08:00
21a7d0ab4d
minor changes in readmd.md of postProcessing
2025-05-22 12:46:11 +03:30
c89a297e6f
centerPoint enhanced & DEMsystem modified for id
...
- center points enhanced to select particle ids based on the particles located in box, sphere and cylinder
- readme.md modified
- DEMsystem is modified to pass id
2025-05-22 09:37:07 +03:30
832d1fb16b
Merge branch 'main' of github.com:PhasicFlow/phasicFlow
2025-05-19 13:54:03 +03:30
e8ee35791f
minor changes after MPI merge
2025-05-19 13:53:34 +03:30
0e4a041ffb
Update volume boxRegionPoints.cpp
2025-05-19 11:21:26 +03:30
51c6f925d8
add box region
2025-05-18 21:50:37 +08:00
0053ef002a
CMakeList modified for automatic compile of Zoltan
2025-05-16 18:55:25 +03:30
ad5233bb77
Merge branch 'main' into local-MPI
2025-05-16 10:10:46 +03:30
83a6e4baa1
Merge branch 'main' of github.com:PhasicFlow/phasicFlow
2025-05-15 12:01:40 +03:30
bf0197f643
change in the type name of timeValue and sample dictionaries for settingsDict and domain
2025-05-15 12:00:13 +03:30
1831c2c6c5
fix the warning messages
2025-05-06 10:48:06 +08:00
14731a6c31
This is the first merge from main into MPI branch
...
Merge branch 'main' into local-MPI
2025-05-03 16:40:46 +03:30
8863234c1c
update stride selector
2025-04-25 23:11:19 +08:00
1cd64fb2ec
Merge branch 'PhasicFlow:main' into main
2025-04-25 23:00:10 +08:00
d8c9135700
readme.md file for postprocessPhasicFlow
2025-04-25 00:40:41 +03:30
cbac1e97b5
pFlow -> pFlow::postprocessData
2025-04-24 23:39:31 +03:30
be807e4a71
change of namespace from pFlow to pFlow::postprocessData
2025-04-24 23:31:43 +03:30
d5ea338ab3
spell check readme.md
2025-04-24 14:41:31 +03:30
a448ce5f8d
minor changes to readme.md
2025-04-24 14:28:28 +03:30
e2582f5fd9
minor change to readme.md
2025-04-24 14:18:08 +03:30
f2e8e69899
prime2 is added and readme update
2025-04-24 14:08:17 +03:30
a9e5b9bb59
Update readme.md
2025-04-23 01:19:10 +03:30
acb8d0e4eb
corrections for readme.md file postprocessing
2025-04-23 01:08:03 +03:30
73f4b35fd4
readme.md file is added for postprocessing
2025-04-23 00:47:03 +03:30
5f8ea2d841
fixed selectorStride bug
2025-04-22 14:46:12 +08:00
cde93e953e
Merge pull request #202 from PhasicFlow/postprocessPhasicFlow
...
postprocessPhasicFlow is now updated with new postprocessData auxFunc…
2025-04-21 10:29:55 +03:30
9de1fa2dc7
postprocessPhasicFlow is now updated with new postprocessData auxFunction. It now uses postprocessDataDict.
2025-04-21 00:13:54 +03:30
b33fb61672
fixed the cuda compilation error
2025-04-21 03:07:06 +08:00
d69203168e
PostprocessData update
...
Modifications on fieldsDataBase to work both during simulation and post-simulation
Some bug fixes and changes to the code based
Correction for region volume
2025-04-18 15:32:53 +03:30
61be8c60fb
Merge branch 'main' into postProcessing
2025-04-17 02:43:37 +03:30
549cb2ffdc
Merge branch 'main' of github.com:PhasicFlow/phasicFlow
2025-04-17 02:42:25 +03:30
98a30bc98c
keepHistory for integration to automatically remove the fields related to integration. The default is no save on the disk
2025-04-17 02:41:36 +03:30
7c9a724174
Postprocessing: IncludeMask documentation
2025-04-15 22:20:00 +03:30
35f10e5a94
Operations averge, mass velocity and region multisphereRegion are added
2025-04-15 21:30:54 +03:30
093160ba32
Postprocess framework
...
- Executed has been completed and testd.
- regions multipleSpheres are compelete
- Docs for regions is comelete.
2025-04-15 21:27:49 +03:30
c3acea1415
Merge pull request #197 from PhasicFlow/postProcessing
...
Post processing - merge to main
2025-04-10 21:23:58 +03:30
8e87333973
Push after adding PostptocessData lib
2025-04-10 21:22:35 +03:30
162cfd3b6a
The main structure is tested. functons like execute and write are added and tested.
...
other components are left
2025-04-10 21:16:31 +03:30
ab7f700ead
first commit for post-processing
...
- the whole structure is ready.
- next step whould be execute methods and then write methods
- post-processing after simulation is not started yet.
2025-04-09 19:47:57 +03:30
b7d47a65ad
fix the cuda build error with multiRotatingAxis
2025-03-20 00:55:46 +08:00
340f3a551a
Multirotating axis motion for version 1.0
2025-03-19 18:10:50 +03:30
be7b2eb632
multiRotaingAxis debug
2025-03-16 22:08:07 +08:00
71057e9575
fill the multiRotatingAxis
2025-03-16 15:15:49 +08:00
797334af87
adapt the multiRotatingAxisMotion to v-1.0
2025-03-16 00:36:38 +08:00
5eef26a6ed
Bug fix for memory leak on CPU
...
- the call for tbb is disabled.
- parallel sort of Kokkos is also very slow.
- for now, std::sort is used for sort, which is more performant than both avaible options. This would be changed anytime any possible solution is found.
2025-03-15 17:15:32 +03:30
892f5395bc
Bug fix for observed in particles, getNth and naming for contact lists
2025-03-14 18:33:02 +03:30