|
[Sponsors] | |||||
|
|
|
#1 |
|
Senior Member
Jie
Join Date: Jan 2010
Location: Australia
Posts: 115
Rep Power: 5 ![]() |
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 |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| thobois class engineTopoChangerMesh error | Peter_600 | OpenFOAM | 3 | May 4, 2013 08:19 |
| Remeshing_ ANSYS 14.0_ System Coupling | acdesa | ANSYS | 3 | February 25, 2013 10:09 |
| Segmentation Fault when using class based on KinematicParcel in parallel | gschaider | OpenFOAM Bugs | 1 | August 18, 2008 06:18 |
| one/two way coupling of DPM | Angela | FLUENT | 3 | April 28, 2008 09:29 |
| Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 20:30 |