|
4 | 4 |
|
5 | 5 | . |
6 | 6 |
|
7 | | -**PhasicFlowPlus** is a software package for simulating fluid-particle flows. It is a combination of computational fluid dynamics (CFD) and discrete element method (DEM). The fluid is assumedas a continuum phase and the particles as discrete bodies. |
| 7 | +**PhasicFlowPlus** is a software package for simulating fluid-particle flows. It is a combination of computational fluid dynamics (CFD) and discrete element method (DEM). The fluid is assumedto be continuum phase and the particles as discrete bodies. |
8 | 8 |
|
9 | | -Here, DEM calculations are handled using features of[PhasicFlow](https://github.com/PhasicFlow/phasicFlow). It is a parallel DEM package that can be run on multi-core CPUs or GPUs. The equations for the fluid phase arediscritized based on finite volume (FV) and solved using OpenFOAM. OpenFOAM is parallelized based on MPI forbeing executed on multicore CPUs. The fluid-particle coupling (PhasicFlowPlus) uses both parallelization methods, shared-memory and MPI, to leverage the maximum computational resoureces. |
| 9 | +Here, DEM calculations are handled using features of[PhasicFlow](https://github.com/PhasicFlow/phasicFlow). It is a parallel DEM package that can be run on multi-core CPUs or GPUs. The equations for the fluid phase arediscretized based on finite volume (FV) and solved using OpenFOAM. OpenFOAM is parallelized based on MPI forrunning on on multicore CPUs. The fluid-particle coupling (PhasicFlowPlus) uses both parallelization methods, shared-memory and MPI, to leverage the maximum computational resoureces. |
10 | 10 |
|
11 | 11 | Based on the above configuration, PhasicFlowPlus can use the computational resources of a multi-core CPU or use the computational resource of both CPU and GPU. |
12 | 12 |
|
13 | 13 | ##What is under development? |
14 | 14 | The following parts are being developed at the moment: |
15 | | -*Coursegraining for CFD-DEM |
| 15 | +*Coarse-graining for CFD-DEM |
16 | 16 | * Resolved solver for CFD-DEM |
17 | 17 | * Modifying some parts for better functionality and performance |
18 | 18 |
|
|