|
[Sponsors] |
December 1, 2013, 19:04 |
icoUncoupledKinematicParcelFoam
|
#1 |
Member
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13 |
hey guys,
i am very desperated. it is really important for me: is somebody here who has experience in plotting residuals (with p, u, k, e - values) with icoUncoupledKinematicParcelFoam!! it would be fantastic if there is some advice! |
|
December 2, 2013, 03:34 |
|
#2 |
Senior Member
Join Date: Dec 2011
Posts: 111
Rep Power: 20 |
I think icoUncoupledKinematicParcelFoam (puh!) only solves for the particle motions, and not flow. Hence, there is no residuals to plot (since no flow equations are solved).
|
|
December 2, 2013, 16:07 |
|
#3 |
Member
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13 |
hello Hakon, thanks mae for your reply. Are you sure? i mean, is there anywhere a information source or somethig like this?
|
|
December 2, 2013, 16:37 |
|
#4 |
Senior Member
Join Date: Dec 2011
Posts: 111
Rep Power: 20 |
Look at the solver source, icoUncoupledKinematicParcelFoam.C:
Code:
while (runTime.loop()) { Info<< "Time = " << runTime.timeName() << nl << endl; Info<< "Evolving " << kinematicCloud.name() << endl; laminarTransport.correct(); mu = laminarTransport.nu()*rhoInfValue; kinematicCloud.evolve(); runTime.write(); Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s" << " ClockTime = " << runTime.elapsedClockTime() << " s" << nl << endl; } |
|
December 3, 2013, 19:19 |
|
#5 |
Member
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13 |
thank you haakon,
i appreciate your help. do you know any solver of this list http://www.openfoam.com/features/standard-solvers.php which is easy to handle if you want to transfer your simulation from icoUncoupledKinematicParcelFoam to one of those solvers? which one would you recommend, especially if you want to plot their residuals..?? i would use reactingParcelFoam, but i am not sure if it can plot residuals with the influence of the particles...does somebody have experience with that? thank you guys in advance Last edited by sanjar; December 4, 2013 at 06:25. |
|
December 5, 2013, 03:29 |
|
#6 |
Senior Member
Join Date: Dec 2011
Posts: 111
Rep Power: 20 |
There is a solver in the latest 2.2.x version on Github called DPMFoam, you could give that a try.
However, I don't understand all your interest in the residuals, but it should be possible to do in DPMFoam, hopefully the same way as you normally do it. |
|
December 5, 2013, 06:04 |
|
#7 |
Member
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13 |
Thanks for this advice. I updated OF from 2.2.0 t 2.2.2 but there is not such a solver. at least not in this version.
thanks at all |
|
December 5, 2013, 06:18 |
|
#8 |
Senior Member
Join Date: Dec 2011
Posts: 111
Rep Power: 20 |
Please read my previous post again: There is a solver in the latest 2.2.x version on Github called DPMFoam.
And for the reference, the sources is here: https://github.com/OpenFOAM/OpenFOAM...angian/DPMFoam There is also a tutorial associated with that solver, called Goldschmidt, you should look into that to get started with the solver. |
|
December 5, 2013, 07:02 |
|
#9 |
Member
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13 |
yes, i found it too while researching it. at first i did not really got over the system of gitHub. now i got it. thank you.
|
|
December 22, 2013, 20:43 |
|
#10 |
Member
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13 |
still looking for some god advices and help..:/
Last edited by sanjar; January 2, 2014 at 03:28. |
|
December 25, 2013, 13:16 |
|
#11 |
Member
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13 |
still looking for some god advices and help..:/
|
|
July 19, 2017, 15:54 |
|
#12 | |
Senior Member
Reviewer #2
Join Date: Jul 2015
Location: Knoxville, TN
Posts: 141
Rep Power: 11 |
Quote:
laminarTransport.correct(); mu = laminarTransport.nu()*rhoInfValue; |
||
|
|