Commit Graph

207 Commits

Author SHA1 Message Date
PhasicFlow c3acea1415
Merge pull request #197 from PhasicFlow/postProcessing
Post processing - merge to main
2025-04-10 21:23:58 +03:30
Hamidreza 8e87333973 Push after adding PostptocessData lib 2025-04-10 21:22:35 +03:30
Hamidreza 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
Hamidreza 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
xuwenxuan b7d47a65ad fix the cuda build error with multiRotatingAxis 2025-03-20 00:55:46 +08:00
Hamidreza 340f3a551a Multirotating axis motion for version 1.0 2025-03-19 18:10:50 +03:30
wanqing0421 be7b2eb632 multiRotaingAxis debug 2025-03-16 22:08:07 +08:00
wanqing0421 71057e9575 fill the multiRotatingAxis 2025-03-16 15:15:49 +08:00
wanqing0421 797334af87 adapt the multiRotatingAxisMotion to v-1.0 2025-03-16 00:36:38 +08:00
Hamidreza 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
Hamidreza 892f5395bc Bug fix for observed in particles, getNth and naming for contact lists 2025-03-14 18:33:02 +03:30
Hamidreza b65be8881c end of file corrections 2025-03-13 23:43:52 +03:30
Hamidreza 7f7e06ae7d bug fix for compiling on Ubuntu-24.04LTS 2025-03-09 21:10:41 +03:30
Hamidreza baa99c61c0 bug fix for compiling on ubuntu-24 2025-03-06 00:14:14 +03:30
HRN 27dfdfa599 stationary motion now does not require the dictionary 2025-02-28 11:36:53 +03:30
HRN 099e85cfb1 Vector now only accepts one type of allocator, the default allocator 2025-02-26 12:19:36 +03:30
HRN 05ecf37eee box now checks for min and max point consistency 2025-02-24 14:40:29 +03:30
HRN b44c4de3f6 reading particle position from file for partilclesPhasicFlow 2025-02-24 13:55:56 +03:30
HRN 2a8146c43f add operator << for Set 2025-02-15 22:03:41 +03:30
PhasicFlow 545de300ae
Merge pull request #166 from PhasicFlow/develop
edits
2025-02-14 20:40:44 +03:30
HRN 9b3c4f83b9 edits 2025-02-14 20:39:37 +03:30
PhasicFlow 9f489d07cc
Merge pull request #163 from PhasicFlow/develop
global damping is activated for velocity and rVelocity in both sphere…
2025-02-10 01:11:30 +03:30
HRN 8466e02d81 global damping is activated for velocity and rVelocity in both sphere and grain solvers 2025-02-10 01:10:13 +03:30
wanqing0421 f0f185983c bug fix during the build process of cuda mode 2025-02-08 23:47:21 +08:00
HRN db9b1e62e4 AB5 is added and bug is resolved when particles are being inserted 2025-02-08 18:06:30 +03:30
HRN b9ab015eb1 bug resolve, chekcForCollision is set to true for always, adjustable search box is set to false for always, old hearChanges has been removed 2025-02-07 23:12:53 +03:30
HRN 02e0b72082 All messages are revisited for internal points and boundaries 2025-02-06 11:04:30 +03:30
HRN 63bd9c9993 the need to provide neighborLength in domain dictionary is lifted. Now it is optional 2025-02-03 23:49:11 +03:30
HRN fac5576df1 periodict boundary condition ->DEBUG and some minor changes boundaries 2025-02-03 19:16:14 +03:30
HRN 0f9a19d6ee reduction in boundary class size 2025-02-01 23:33:19 +03:30
HRN 3b88b6156d Merge branch 'develop' of github.com:PhasicFlow/phasicFlow into develop 2025-02-01 22:15:34 +03:30
HRN 64c041a753 boundaryListPtr is created and other classes were changed accordingly 2025-02-01 22:14:41 +03:30
PhasicFlow 2d7f7ec17f
Merge pull request #153 from PhasicFlow/develop
changes in contactSearch and timeControl and timeInfo
2025-01-31 13:44:07 +03:30
HRN af2572331d some cleanup 2025-01-31 01:06:16 +03:30
HRN f98a696fc8 changes in contactSearch and timeControl and timeInfo 2025-01-27 14:26:20 +03:30
Hamidreza Norouzi 2168456584 correctoins for running on cuda 2025-01-26 12:19:25 +03:30
HRN 42b024e1ed globalDamping is deactivated for future developement 2025-01-25 19:56:01 +03:30
HRN debb8fd037 bug fix for stridedRange 2025-01-25 19:48:36 +03:30
HRN 0fc9eea561 timeInfo and timeValue
- timeInfo updated
- timeValue type is added = double
- AB2 bug fixed
- updateInterval for broadSearch is activated
2025-01-25 19:18:11 +03:30
HRN 1ccc321c1d Merge branch 'develop' of github.com:PhasicFlow/phasicFlow into develop 2025-01-24 21:15:51 +03:30
HRN f4b15bc50a timeControl 2025-01-24 21:15:16 +03:30
Hamidreza Norouzi 2ec3dfdc7e global damping is added to the code 2025-01-20 21:02:50 +03:30
Hamidreza Norouzi cb1faf04f8 bug fixes for build with float in cuda 2025-01-20 15:43:56 +03:30
Hamidreza Norouzi 967bb753aa adding non-linear contact force model for grains 2025-01-20 15:37:48 +03:30
Hamidreza Norouzi c202f9eaae AB3, AB4 added, and AB2 modified 2025-01-20 14:55:12 +03:30
PhasicFlow bab1984b8e
Merge pull request #149 from PhasicFlow/develop
Binary conversion from pointFiled files to vtk format
2025-01-09 19:20:25 +03:30
HRN 66c3cda39e Binary conversion from pointFiled files to vtk format
- all vtk files are stored in the /particles/ folder
- terminal output is modified
- time series file are added. files with extntions .vtk.series can be loaded into paraview
2025-01-09 19:16:18 +03:30
alireza Hosseini f74ec1d1ac bug fixes for cuda run in plus side 2025-01-08 08:42:45 +03:30
PhasicFlow 59145425b1
Merge pull request #139 from PhasicFlow/develop
grainDEMSystem folder is added
2024-12-28 13:25:06 +03:30
HRN ff6c3454c9 grainDEMSystem folder is added 2024-12-28 13:22:12 +03:30