Skip to content

alundilong/demo-4-foamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1 demo-4-foamer

This project is designed for individuals utilizing OpenFOAM for their simulation needs but may lack the programming expertise or the budget to fully leverage the framework's capabilities. If you encounter any programming challenges or are unsure how to meet your specific needs in OpenFOAM, please don't hesitate to reach out with your questions. I am committed to turning your queries into demonstrative examples to guide and assist others in the community.

1.1 demo code for foamers

  • 1_repulsive-ball-overset

    • Feature:
      • using overset/6dof
      • repulsive force starts acting when one ball is within a given distance from the other one
      • solver
        • overPimpleDyMFoam
        • tested on openfoamv2312
      • how to run
        • source clean.sh && overPimpleDyMFoam (be aware: it is developed on openfoamv2312)
        • if encounter any problem, please create an issue
    • Demo: Alt text
  • 2_bc_ode

    • Feature:
      • implement a ode-goverened pressure boundary condtion
      • solve dP/dt ODE
      • solved pressure is applied to the bc
      • solver
        • simpleFoam
        • tested on openfoam11
      • how to run
        • blockMesh & simpleFoam (be aware: it is developed on openfoam11)
        • if encounter any problem, please create an issue
    • Demo: Alt text
  • 3_rts

    • cd 3_rts && mkdir build && cd build && cmake .. && make
    • ./rts1
    • Carefully reading this code will dramatically help you deepnin your understanding on how runtimeselectiontable-mechanism work in OpenFOAM

2 Support the Project

If you find this project useful and would like to support its development, consider making a donation. Your contributions will help cover costs such as hosting, software licenses, and development time, ensuring that the project can continue to grow and improve.

You can donate via PayPal. Every contribution, however small, is greatly appreciated!

Thank you for your support!

About

demo code for foamers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published