|
[Sponsors] |
Problem with convection term in linearized Navier-Stokes equations |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 16, 2014, 11:55 |
Problem with convection term in linearized Navier-Stokes equations
|
#1 |
New Member
Andrea
Join Date: Sep 2014
Posts: 17
Rep Power: 12 |
Hi guys,
i'm trying to write a solver for Linearized Navier- Stokes equations. I modified icoFoam solver, splitting the convection term in two parts: fvm::div(phi_zero, U) + fvc::div(phi,U_zero). U_zero is the base flow, phi_zero is defined as phi_zero = linearInterpolate(U_zero) & mesh.Sf(). I tried to run a simulation around a cylinder and the result seems correct. Now, to prove that what i have written is correct, i should run two separate simulations: 1) The first one with fvc::div(phi,U_zero) = 0; 2) The second one with fvm::div(phi_zero, U) = 0; In both cases i should re-obtain a solution equal to the base flow U_zero. The first simulation works well but the second one doesn't. It seems that the fvc term without the fvm one causes some problems. Could anyone please help me? Regards, Andrea |
|
December 6, 2015, 05:37 |
|
#2 |
Senior Member
Join Date: Jan 2013
Posts: 135
Rep Power: 13 |
hi, Andrea!
Have you solved this problem? I'm facing a similar question now. |
|
December 8, 2015, 08:47 |
|
#3 |
New Member
Andrea
Join Date: Sep 2014
Posts: 17
Rep Power: 12 |
hi kkpal,
unfortunately I haven't solved this problem yet. Actually I'm not working on it anymore. It was the topic of my Master's Thesis, but me and my supervisor decided to change it because it would have required too much time to solve it (the graduate session was too near and my project too big). I hope my threads can help you. Let me know if you come up with a solution. Best Regards, Andrea |
|
December 21, 2015, 02:33 |
|
#4 |
Senior Member
Join Date: Jan 2013
Posts: 135
Rep Power: 13 |
Hi, Andrea!
I found several papers concerning this topic, especially this one: http://www.sciencedirect.com/science...70963813001879 Currently I'm trying to running some validation cases according this method. |
|
May 26, 2020, 05:52 |
|
#5 |
New Member
zein elserfy
Join Date: May 2018
Posts: 25
Rep Power: 8 |
have you succeeded in implimenting Linearized Navier- Stokes equations in openFOAM?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
coupled source term in 3 transport equations | mhassani | OpenFOAM Running, Solving & CFD | 1 | September 10, 2018 10:35 |
Problem modelling potential equations with addtional variables | pmtgt | CFX | 4 | October 3, 2013 09:20 |
LBM Vs navier stokes equations in turbulent fluid flow modeling. | sharad_shevate | Main CFD Forum | 0 | August 3, 2009 02:25 |
Newbie:Viscoelasticity and Navier stokes equation | Rajil Saraswat | Main CFD Forum | 2 | June 9, 2003 08:21 |
help: I am trying to solve Navier Stokes compressible and viscid flow | Jose Choy | Main CFD Forum | 2 | May 18, 2000 06:45 |