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

icoUncoupledKinematicParcelFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 1, 2013, 19:04
Default icoUncoupledKinematicParcelFoam
  #1
Member
 
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13
sanjar is on a distinguished road
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!
sanjar is offline   Reply With Quote

Old   December 2, 2013, 03:34
Default
  #2
Senior Member
 
Join Date: Dec 2011
Posts: 111
Rep Power: 20
haakon will become famous soon enough
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).
haakon is offline   Reply With Quote

Old   December 2, 2013, 16:07
Default
  #3
Member
 
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13
sanjar is on a distinguished road
hello Hakon, thanks mae for your reply. Are you sure? i mean, is there anywhere a information source or somethig like this?
sanjar is offline   Reply With Quote

Old   December 2, 2013, 16:37
Default
  #4
Senior Member
 
Join Date: Dec 2011
Posts: 111
Rep Power: 20
haakon will become famous soon enough
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;
    }
It obviously does not solve any flow equations, so yes, I am sure.
haakon is offline   Reply With Quote

Old   December 3, 2013, 19:19
Default
  #5
Member
 
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13
sanjar is on a distinguished road
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.
sanjar is offline   Reply With Quote

Old   December 5, 2013, 03:29
Default
  #6
Senior Member
 
Join Date: Dec 2011
Posts: 111
Rep Power: 20
haakon will become famous soon enough
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.
haakon is offline   Reply With Quote

Old   December 5, 2013, 06:04
Default
  #7
Member
 
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13
sanjar is on a distinguished road
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
sanjar is offline   Reply With Quote

Old   December 5, 2013, 06:18
Default
  #8
Senior Member
 
Join Date: Dec 2011
Posts: 111
Rep Power: 20
haakon will become famous soon enough
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.
haakon is offline   Reply With Quote

Old   December 5, 2013, 07:02
Default
  #9
Member
 
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13
sanjar is on a distinguished road
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.
sanjar is offline   Reply With Quote

Old   December 22, 2013, 20:43
Default
  #10
Member
 
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13
sanjar is on a distinguished road
still looking for some god advices and help..:/

Last edited by sanjar; January 2, 2014 at 03:28.
sanjar is offline   Reply With Quote

Old   December 25, 2013, 13:16
Default
  #11
Member
 
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 13
sanjar is on a distinguished road
still looking for some god advices and help..:/
sanjar is offline   Reply With Quote

Old   July 19, 2017, 15:54
Default
  #12
Senior Member
 
Reviewer #2
Join Date: Jul 2015
Location: Knoxville, TN
Posts: 141
Rep Power: 11
randolph is on a distinguished road
Quote:
Originally Posted by haakon View Post
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;
    }
It obviously does not solve any flow equations, so yes, I am sure.
Whats the use of these two lines?

laminarTransport.correct();

mu = laminarTransport.nu()*rhoInfValue;
randolph is offline   Reply With Quote

Reply


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



All times are GMT -4. The time now is 21:49.