-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Conversation
The case is currently ill-defined.
Also fix bugs (typos) in PressureGradient. The tutorial case is still ill-defined.
Still ill-defined. Cylindrical mesh from https://github.com/MakisH/openfoam_bubble_column/tree/master/short_bubbleFoam_da3_Ua02
Some parameters (especially in the thermodynamicProperties files) are completely abitrary, copied from the OpenFOAM 5 bundled tutorial for sonicLiquidFoam.
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.
There was a problem hiding this 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.
tutorials/FF/pipe-pipe/sonicLiquidFoam-sonicLiquidFoam/precice-config.xml
Show resolved
Hide resolved
tutorials/FF/pipe-pipe/pimpleFoam-pimpleFoam/Fluid1/constant/transportProperties
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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?
tutorials/FF/pipe-pipe/pimpleFoam-pimpleFoam/precice-config.xml
Outdated
Show resolved
Hide resolved
tutorials/FF/pipe-pipe/sonicLiquidFoam-sonicLiquidFoam/precice-config.xml
Outdated
Show resolved
Hide resolved
tutorials/FF/pipe-pipe/sonicLiquidFoam-sonicLiquidFoam/precice-config.xml
Show resolved
Hide resolved
…-config.xml Co-authored-by: Benjamin Uekermann <benjamin.uekermann@gmail.com>
Co-authored-by: Benjamin Uekermann <benjamin.uekermann@gmail.com>
This is now ready enough to merge to develop, so that we are able to built upon it. Thank you both for the reviews! |
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? |
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.