PFC3D_OpenFOAM icon indicating copy to clipboard operation
PFC3D_OpenFOAM copied to clipboard

Using PFC3D with OpenFOAM for fluid-particle interaction modeling.

Results 5 PFC3D_OpenFOAM issues
Sort by recently updated
recently updated
newest added

Hi, I am just wondering why in sending body force data, yiu used: ((ca.drag().T/element_volume).T/fluid_density) I didn't get the reason of "fluid_density" ![image](https://github.com/jkfurtney/PFC3D_OpenFOAM/assets/122246737/24c7dd17-3c9d-4dd4-9b05-7acf085fc980)

An error occurred during the final step of verifying the compilation feasibility. python -c "import pyDemFoam; print(pyDemFoam.__version__)" Traceback (most recent call last): File "", line 1, in File "/home/dyfluid/.local/lib/python3.8/site-packages/pyDemFoam/__init__.py", line...

Hello, While building pyDemFoam all the commands go well but at the end to test the working of pyDemFoam the command "python -c "import pyDemFoam; print(pyDemFoam.__version__)" gives following error "Traceback...

When I ran the model using the demicofoam solver, I found that the pressure gradient of the fluid was always calculated to be zero.Has anyone encountered the same problem?

I tried to run the codes. in PFC everything was ok but once I executed cfd_dropTest1.py, I saw "Python error: NameError("name 'ca' is not defined",)" what is the reason. ca...