|
[Sponsors] |
September 23, 2014, 04:57 |
dynamic mesh to twoPhaseEulerFoam correctPhi
|
#1 |
Member
Jan Potac
Join Date: Aug 2009
Posts: 30
Rep Power: 17 |
I have been trying to introduce dynamic mesh abilities to twoPhaseEulerFoam solver. I have taken a look into similar solvers like interFoam and pimpleFoam tried to apply it on the twoPhaseEulerFoam solver. Basically, I have included dynamicFvMesh.H, createDynamicFvMesh.H, and correctPhi.H. After some adjustments, I did succeed with compiling a new solver twoPhaseEulerDyMFoam (used wclean wmake).
The solver seem to work but needed to edit units in correctPhi.H: Code:
dimensionedScalar rAUf("rAUf", dimTime/dimMass*dimVolume, 1.0); // dimensionedScalar rAUf("rAUf", dimTime/rho.dimensions() Last edited by potac; September 26, 2014 at 07:28. |
|
March 17, 2015, 05:20 |
|
#2 |
Member
Brian Willis
Join Date: Mar 2011
Location: Cape Town, South Africa
Posts: 58
Rep Power: 15 |
Hey Potac
Did you have success with this in the end? It is something which I also was planning to work on soon. |
|
June 15, 2015, 15:30 |
|
#3 |
Member
Michael Page
Join Date: Mar 2009
Location: Quebec, Canada
Posts: 36
Rep Power: 17 |
Hi,
I work on it also. I want to simulate a screw conveyor, so I need a rotating mesh. Do you have successfully implemented this solver? Best regards |
|
June 17, 2015, 13:10 |
twoPhaseEulerDyMFoam - First try
|
#4 |
Member
Michael Page
Join Date: Mar 2009
Location: Quebec, Canada
Posts: 36
Rep Power: 17 |
Hi,
Here's a first try of twoPhaseEulerDyMFoam. The code is compiling, but it doesn't work. But, the same model with twoPhaseEuler does not work either. I think that the problem is with the cyclicAMI patch. Any help and feedback would be appreciated. Thank you, |
|
May 28, 2019, 09:47 |
|
#5 | |
New Member
liliu
Join Date: Nov 2018
Posts: 12
Rep Power: 8 |
Quote:
I work on it also. I need to simulate a moving boundary with multiphase flow inside. Do you have successfully implemented this solver? Best regards |
||
October 29, 2019, 12:22 |
|
#6 |
New Member
Adrien
Join Date: Oct 2018
Posts: 6
Rep Power: 8 |
Hi,
I am working on this problem as well. Did you manage to create the solver? Thanks in advance |
|
November 16, 2019, 10:57 |
|
#7 |
New Member
Andrea
Join Date: Dec 2017
Posts: 10
Rep Power: 9 |
I'm really interested in this DyM version of the solver. Did you succeed? i would like to set vibrations to the simulation by making the entire mesh moving up and down at 50hz.
|
|
November 18, 2019, 11:14 |
|
#8 |
New Member
Adrien
Join Date: Oct 2018
Posts: 6
Rep Power: 8 |
Hi Pisolino,
I partially managed to implement the dynamic library into twoPhaseEulerFoam. There is still some work to be done but if you want I can send you the current version. The solver works but I had to remove some flux due to the particle interaction |
|
November 18, 2019, 12:43 |
|
#9 | |
New Member
Andrea Pisa
Join Date: Feb 2013
Posts: 6
Rep Power: 13 |
Quote:
Hi adrien, i'm not a coder but since i'm interested in such solver i can give my best to help you to conclude the solver. Let me know how to go on with the development of such solver. Andrea |
||
November 18, 2019, 17:41 |
|
#10 |
New Member
Adrien
Join Date: Oct 2018
Posts: 6
Rep Power: 8 |
You can give me your email, I'll send you the folder
|
|
November 18, 2019, 18:30 |
|
#11 |
New Member
Andrea
Join Date: Dec 2017
Posts: 10
Rep Power: 9 |
i sent you a PM with the mail address
|
|
January 2, 2020, 22:09 |
|
#12 | |
New Member
Lin Xiangfeng
Join Date: Dec 2016
Posts: 11
Rep Power: 10 |
Quote:
Hi adrien, I am also very interested in your solver about the twoPhaseEulerFoam, could you also send me a copy of it? |
||
January 9, 2020, 11:46 |
Dynamic mesh in two fluid
|
#13 |
New Member
roshan
Join Date: Dec 2019
Posts: 10
Rep Power: 7 |
Hi can you share with your code? I need to apply dynamic mesh in twoPhaseEulerFoam. I need some hints, I appreciate if you help me about that.
|
|
April 26, 2020, 00:21 |
|
#14 |
New Member
A V Pantaleao
Join Date: May 2010
Posts: 5
Rep Power: 16 |
||
May 28, 2020, 18:19 |
|
#15 | |
New Member
Maurício Guilherme Alves dos Reis
Join Date: Feb 2015
Posts: 10
Rep Power: 11 |
Quote:
Hello Adrien, I am trying to simulate multiphase fluid pumping. I have not yet succeeded in modifying twoPhaseEulerFoam for this task, could you share your code with me? Thanks. |
||
May 30, 2020, 20:02 |
twoPhaseEulerfoam with dynamic Mesh
|
#16 |
New Member
Maurício Guilherme Alves dos Reis
Join Date: Feb 2015
Posts: 10
Rep Power: 11 |
I tried to implement dynamic mesh in twoPhaseEulerFoam based on interDyMFoam. The application compiles, but the results are not coherent. I believe that the corrections of the fluxes (phi1 and phi2) are missing. I'm working with a incompressible case. Would anyone have a suggestion to fix the app? Thank you.
My main question is about the calculation of relative fluxes, the solver has several (phi1,alphaPhi1,alphaRhoPhi1,phi2,alphaPhi2,alphaR hoPhi2), do I need to calculate all? pEqn.H twoPhaseEulerDyMFoam.C correctPhi.H Last edited by MauricioReis; June 4, 2020 at 11:04. Reason: corrected code |
|
July 14, 2020, 12:30 |
|
#17 | |
New Member
Join Date: Feb 2017
Posts: 1
Rep Power: 0 |
Quote:
Could you please share also with me the version of the twoPhaseEulerFoam with dynamic mesh refinement that you have available? |
||
December 23, 2020, 00:53 |
|
#18 | |
New Member
Join Date: Mar 2020
Posts: 3
Rep Power: 6 |
Quote:
I am working on the DyM version of twophaseEulerFoam without success yet. Could we have some talk about this topic for some hints. I appreciate that! JZ |
||
November 1, 2022, 04:01 |
|
#19 | |
New Member
jinmingjie
Join Date: Oct 2022
Posts: 7
Rep Power: 4 |
Quote:
my email is 710347000@qq.com |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic Mesh on Pintle type injector. | herntan | FLUENT | 16 | September 4, 2020 09:27 |
Dynamic mesh is not getting updated. | cardio | FLUENT | 1 | May 20, 2014 09:41 |
[ICEM] Dynamic mesh setup with ICEM | David121284 | ANSYS Meshing & Geometry | 0 | April 11, 2014 05:19 |
Dynamic Mesh "Shadow Wall" | thezack | FLUENT | 0 | June 4, 2013 23:09 |
dynamic mesh for drop interface | IndrajitW | FLUENT | 0 | March 30, 2013 09:03 |