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

Lagrangian particle tracking with a transient carrier flow

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By joshwilliams

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   August 21, 2017, 12:38
Default Lagrangian particle tracking with a transient carrier flow
  #1
New Member
 
Join Date: Dec 2016
Posts: 9
Rep Power: 9
Armin.Sh is on a distinguished road
Hi dear FOAMers,

I'm going to run a Lagrangian particle tracking after running a transient simulation for the continuous phase, which means the carrier flow velocity changes in each time step.

On the other hand, it seems that the current particle tracking in OpenFOAM has only been considered for the steady carrier flows (with fixed, i.e. "frozen" velocity). In other words, it reads the data from the start time and doesn't consider the changes of the continuous phase flow velocity in the next time steps.

I tried to solve this issue by entering the following part into the solver code:

Code:
Info<< "Reading field U\n" << endl;
    volVectorField U
    (
        IOobject
        (
          "U",
          runTime.timeName(),
          mesh,
          IOobject::MUST_READ,
          IOobject::NO_WRITE
        ),
        mesh
    );
It reads now the velocity in each time step, but apparently still doesn't apply it to the solving equations, because the results are as before. In conclusion, it seems that I should now change the code, where the velocity is applied to the particle tracking equations.

I'd like to know if somebody knows, how to overcome this issue or at least where the code containing main equations for the Lagrangian particle tracking is.

Thanks in advance!
Armin
Armin.Sh is offline   Reply With Quote

 

Tags
lagrangian, particle tracking, transient flow


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
dispersion model with lagragian particle tracking model for incompressible flows eelcovv OpenFOAM Running, Solving & CFD 54 April 10, 2018 09:36
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 01:27
Lagrangian Particle Tracking Initial step Bruce Hartley OpenFOAM Programming & Development 4 September 2, 2015 05:32
particle tracking in unsteady flow peterchen FLUENT 1 July 22, 2010 22:18
Particle Tracking in Multiphase Flow Paul CFX 0 December 15, 2003 11:32


All times are GMT -4. The time now is 11:23.