Skip to content
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

Add a Fluid-Fluid module #67

Merged
merged 38 commits into from
Jul 29, 2020
Merged

Add a Fluid-Fluid module #67

merged 38 commits into from
Jul 29, 2020

Conversation

MakisH
Copy link
Member

@MakisH MakisH commented Feb 6, 2019

This Pull Request adds a simple Fluid-Fluid module.

I have currently implemented reading and writing pressures and velocities, but I have not yet tested it.

See issue #60.

@MakisH MakisH requested a review from uekerman February 7, 2019 15:38
@MakisH MakisH self-assigned this Feb 7, 2019
@MakisH MakisH added the FF Fluid-fluid coupling label Feb 25, 2020
Updates for:
- preCICE v2
- preciceDict replacing precice-adapter-config.yml
- ability to act as a 2D solver
- mesh connectivity
and more.

Some indentation issues came up during merging, most of the code should be consistent now.
Copy link
Member Author

@MakisH MakisH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at this code after several months and it looks like we can change a few things.

@MakisH MakisH requested a review from pachesp July 23, 2020 11:09
Copy link
Member

@uekerman uekerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a few tweaks to the sonicLiquidFoam case. Now, both cases converge nicely.
There are many white-space changes. Where do they come from and do we want to keep them?

@MakisH
Copy link
Member Author

MakisH commented Jul 29, 2020

@uekerman In my local copy I had cleaned up the case files, I will clean them again.

There are indeed many whitespace changes, but I plan to work on #126 soon afterwards, as right now out formatting is quite inconsistent and we will have similar problems later on.

MakisH and others added 4 commits July 29, 2020 13:54
@MakisH
Copy link
Member Author

MakisH commented Jul 29, 2020

This is now ready enough to merge to develop, so that we are able to built upon it. Thank you both for the reviews!

@MakisH MakisH changed the title WIP: Add a Fluid-Fluid module Add a Fluid-Fluid module Jul 29, 2020
@MakisH MakisH merged commit 740f08f into develop Jul 29, 2020
@MakisH MakisH mentioned this pull request Apr 14, 2021
@MakisH MakisH deleted the FF branch April 15, 2021 09:30
@FrankyOpenFOAM
Copy link

Hello, in system file, there is a "precicedict". In precicedict, there is a interface, which is used to determine patch to transfer the data. But in my work, I want to transfer all of my data in whole computational domain to other openfoam solver. Do you know if there is a way to do this?

@MakisH
Copy link
Member Author

MakisH commented May 4, 2022

What you want to do is what we refer to as "volume coupling". A few people have tried this already (e.g., #183, #182, #181) and we are working to implement this properly and fully in the adapter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FF Fluid-fluid coupling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants