Skip to content

New tutorial added for unresolvedPFFoam for v-1.0 #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from

Conversation

Nimajhi
Copy link

@Nimajhi Nimajhi commented Apr 14, 2025

No description provided.

@PhasicFlow
Copy link
Owner

  1. Provide a problem definition, a snapshot of the simulation case etc in a readme.md file in the main root of your case
  2. Use Gaussian method for distribution and cellDistribution for porosity.
  3. Use liquid (if it is actually a liquid) for the physical properties.
  4. Since the mesh is generated from a mesh file, it is better to construct the walls in DEM part using foamPatchWall utility.
    It is somehow like this in geometryDict file,
wallName
{
    type  foamPatchWall;
    
    patch patchName;
    
    material wallMat;

    // motion component name
    motion 	 none;
} 

You have 4 patches in the mesh. So, you need to provide 4 dictionaries.

  1. Update the Allrun file.

@Nimajhi
Copy link
Author

Nimajhi commented Apr 17, 2025

The format that you explained for foamPatchWall has an error for the type that says the vCtor isn't available, and just has the
1-cuboidWall 2-cylinderWall 3-planeWall 4-stlWall

@PhasicFlow
Copy link
Owner

In the settingsDict add this line, after run xxxx; line.

libs ("libpFCouplingUtilities.so");

@Nimajhi Nimajhi closed this Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants