|
[Sponsors] |
December 15, 2008, 10:56 |
Hello again.
I'm starting a
|
#1 |
Senior Member
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20 |
Hello again.
I'm starting a discussion about fvSchemes in general. I'm using Gauss limitedLinearV 1 for the div(rho*phi,U) in the interFoam solver. Between which boundaries is the solution limited? BTW: Why is there a rho*phi,U? Does that yield rho*rho*U*U? What is the extra rho used for?
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!" |
|
December 15, 2008, 13:12 |
Hey,
in interFoam:
" phi =
|
#2 |
Member
Pierre Le Fur
Join Date: Mar 2009
Location: UK
Posts: 60
Rep Power: 17 |
Hey,
in interFoam: " phi = phiU + ( fvc::interpolate(interface.sigmaK())*fvc::snGrad(g amma) - ghf*fvc::snGrad(rho) )*rUAf*mesh.magSf(); adjustPhi(phi, U, pd); " so rho*phi,U is rho*phi,U phi is volumetric and rho*phi is mass flux. limited means here that the differencing scheme uses a limiter to limit or blend central diffencing with a bit of upwinding. Have a look at the code for further detail on the scheme. Ciao Pierre |
|
February 15, 2010, 12:07 |
details of the interFoam solver
|
#3 |
Senior Member
Suresh kumar Kannan
Join Date: Mar 2009
Location: Luxembourg, Luxembourg, Luxembourg
Posts: 129
Rep Power: 17 |
Hello Pierre Le Fur,
I am working on LES simulations of liquid sheets using lesInterFOAM. I ran some preliminary simulations and then tried to compare the dominant wavelength with that of a linear stability analysis. I also ran the simulation on a sufficiently fine mesh with different CFL numbers. I found that he simulations with the smallest CFL number match more closer to the linear stability results. So now i want to find out the reason for this and I have started looking into the solver details. I found out that you had done your P.hD on a LES-VOF methodology. So i thought that it would be really helpful for me to understand the solver by looking into your thesis or some article of yours, so if you have no problem in sharing your thesis, with me and i guarantee that i will not make it public aand only keep it for my reference purpose. You can send it to my email : kumar.kannan@uni.lu thanks in advance bye with regards K.Suresh kumar |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem in fvschemes divSchemes cannot use Gauss linearUpwind | nico765 | OpenFOAM Bugs | 30 | August 9, 2018 08:39 |
General help for fvSchemes and fvSolution settings | harly | OpenFOAM Running, Solving & CFD | 4 | September 7, 2009 11:31 |
flux required keyword in fvSchemes | srinath | OpenFOAM Running, Solving & CFD | 1 | June 19, 2008 12:44 |
FvSchemes from 12 to 11 | fedegavo | OpenFOAM Running, Solving & CFD | 1 | January 20, 2006 14:49 |