CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Uturb in DieselFoam (https://www.cfd-online.com/Forums/openfoam-solving/65155-uturb-dieselfoam.html)

flying June 5, 2009 14:09

Uturb in DieselFoam
 
Hey foamers:

I hope all of you have a nice weekend.
I would like to inquire you the " Uturb" in the parcel, which is used in the DieselFoam.
I read the source code, but it is sad that I didn't find where to solve the Uturb. Moreover, I also don't understand the function of the dispersionModel. Does it have some relation with the Uturb?

Thanks and best wishes!

flying June 7, 2009 05:56

Is there anybody know about the problem?
It is very small question, but it is very important.

flying June 8, 2009 08:10

Is there nobody to care about this problem? I am waiting for answer

niklas June 8, 2009 08:24

have you checked for instance

src/lagrangian/dieselSpray/spraySubModels/dispersionModel/stochasticDispersionRAS/stochasticDispersionRAS.C

where Uturb is calculated.

When the parcel properties are to be updated Uturb is simply added to to the gaseous velocity in

src/lagrangian/dieselSpray/parcel/parcel.C

as
vector Up = sDB.UInterpolator().interpolate(position(), celli, facei)
+ Uturb();

so this will influence both drag and mass/heat transfer.

flying June 8, 2009 14:59

Thanks for your reply, and I have checked that instance. However, I am not sure whether the dispersionModel has relation with the Uturb.

And I think if I don't need to use the Uturb. I think I only need to set up the option of " dispersionModel " off. Is it right?

Thanks!

niklas June 9, 2009 01:59

Quote:

Originally Posted by flying (Post 218607)
Thanks for your reply, and I have checked that instance. However, I am not sure whether the dispersionModel has relation with the Uturb.

Uturb is only from the dispersion model.

Quote:

Originally Posted by flying (Post 218607)
And I think if I don't need to use the Uturb. I think I only need to set up the option of " dispersionModel " off. Is it right?

that is correct.
setting it to off will result in Uturb = vector::zero.

flying June 9, 2009 05:15

Thanks! I am clear about it now.


All times are GMT -4. The time now is 06:35.