|
[Sponsors] |
September 16, 1999, 06:03 |
oldroyd derivative
|
#1 |
Guest
Posts: n/a
|
Hello, i'm trying to incorporate a nonlinear stress-strain relation into a turbulent flow solver. the flow solver is the one according to the book by ferziger and peric, "computational fluid dynamics". it uses colocated grid arrangement and a finite volume approach. the additional terms compared to a linear boussinesq approx are treated explicitly in the momentum conservation. the problem is that i can get a solution, but there are oscillations in the velocity- and pressure fields. without considering certain terms in the stress-strain model (especially the second derivative terms), the solution is without oscillations. How can this be explained ad what countermeasures can be taken to eliminate the oscillations ?
|
|
September 16, 1999, 10:40 |
Re: oldroyd derivative
|
#2 |
Guest
Posts: n/a
|
Hi,
I have implemented something similar a while back. If I remember correctly, the trick was to implement to non-linear stress term as an explicit correction onto the Boussinesq approximation (the effective viscosity part of the momentum equation remains unchanged). If you try to implement the whole div(R) explicitly OR rip out the parts corresponding to component-wise effective viscosity, you get oscillations. |
|
September 17, 1999, 05:45 |
Re: oldroyd derivative
|
#3 |
Guest
Posts: n/a
|
Hi, I've implemented a cubic (nonlinear) turbulence model and found that in order to avoid divergence I needed to apply a form of under-relaxation to the quadratic and cubic terms. Obtaining a stable solution was tricky at the best of times!!
richard |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Derivative matrix | jollage | Main CFD Forum | 0 | September 21, 2011 19:16 |
can i get pressure derivative in UDF? | ruirui389 | Fluent UDF and Scheme Programming | 4 | April 8, 2011 05:12 |
scalar and its derivative | sucker | Main CFD Forum | 1 | April 15, 2008 14:28 |
Second derivative with cfx 5.7.1 | Alessandro | CFX | 10 | April 21, 2006 11:31 |
how to obtain time derivative | soubhik | CFX | 1 | August 26, 2004 00:43 |