CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

two-way coupling with KinematicParcel class

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 31, 2013, 02:28
Default two-way coupling with KinematicParcel class
  #1
Senior Member
 
Jie
Join Date: Jan 2010
Location: Australia
Posts: 134
Rep Power: 16
jiejie is on a distinguished road
Hi foamers

I am trying to implement a two-way coupling lagrangian solver by simply modifying the icoUncoupledKinematicParcelFoam.

The solver doesn't solve the flow field at the moment, I am thinking of adding back the flow solving routine from the icoFoam back into it in order for it to solve the flow field.

Regarding to the two-way coupling, it seems the KinematicParcel class has the ability of doing one/two-way coupling with the continuous phase from its description. Since the SU is calculated in KinematicCloudI.H. Can I just do the following to add the momentum source back to the flow solver?

fvVectorMatrix UEqn
(
fvm::ddt(U)
+ fvm::div(phi, U)
- fvm::laplacian(nu, U)
==
kinematicCloud.SU()/rho
);

Any help will be appreciated.

Jiejie
jiejie is offline   Reply With Quote

Old   August 6, 2013, 04:45
Default
  #2
Member
 
X Meng
Join Date: Jun 2012
Location: Scotland
Posts: 89
Rep Power: 13
mxylondon is on a distinguished road
Hi, I am thinking about and facing the very similar problem, have you found any possible way?
mxylondon is offline   Reply With Quote

Old   April 26, 2015, 23:32
Default
  #3
New Member
 
Jesus Ramirez
Join Date: Aug 2014
Location: Colombia
Posts: 13
Rep Power: 11
jarpve is on a distinguished road
Hello i am dealing with a similar problem. Have you figure out?. Thanks
jarpve is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remeshing_ ANSYS 14.0_ System Coupling acdesa ANSYS 4 November 2, 2016 10:12
thobois class engineTopoChangerMesh error Peter_600 OpenFOAM 4 August 2, 2014 10:52
Segmentation Fault when using class based on KinematicParcel in parallel gschaider OpenFOAM Bugs 1 August 18, 2008 07:18
one/two way coupling of DPM Angela FLUENT 3 April 28, 2008 10:29
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 21:30


All times are GMT -4. The time now is 12:28.