|
[Sponsors] |
December 11, 2009, 09:07 |
laplacian term in turbulent model
|
#1 | |||
New Member
xiang chai
Join Date: Aug 2009
Posts: 13
Rep Power: 17 |
Hi Foamers,
I am a new users to OpenFOAM, and using OpenFOAM 1.6. I try to do some modification to LRR model. The l.h.s of the original equation of R is as follows: Quote:
Quote:
When running pisoFoam after compilation, I receive the error message. Quote:
Any help is appreciated! Thank you. |
||||
November 16, 2011, 12:04 |
|
#2 |
New Member
Join Date: Mar 2011
Posts: 12
Rep Power: 15 |
Hello,
I am facing exactly the same problem as you, were you able to fix it? Cheers, Thierry |
|
November 22, 2011, 18:08 |
|
#3 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
@Thierry
I had some similar problems a little while back. The code that was provided was Code:
- fvm::laplacian(Cs*(k_/epsilon_)*R_, R_) edit: I didn't see how old that thread was...so i directed it at Thierry after the fact |
|
November 23, 2011, 10:02 |
|
#4 |
New Member
Join Date: Mar 2011
Posts: 12
Rep Power: 15 |
Dear Chegdan,
Thanks for your answer. I see your point, I will try to investigate more in which way to set down the equation in order that it works. Cheers, Thierry |
|
March 8, 2012, 10:28 |
|
#5 |
New Member
Bill
Join Date: Jun 2011
Location: UK
Posts: 16
Rep Power: 15 |
I don't think it's an an implicit/explit issue. The first term in the laplacian function is automatically assumed explicit, I think. The problem is that OF 2.0 and previous don't have fvm::laplacian(tensor,tensor) functionality implemented. This has been fixed in the 2.0.x git repository, and presumably also in 2.1. I am running the same changes you describe to the LRR (and LaunderGibsonRSTM) in an up-to-date OF without problems. I don't yet have a handle on whether the accuracy of the modelling is improved by said changes.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to model a turbulent flow over a cylinder? | Mahbub | FLUENT | 14 | February 10, 2018 12:14 |
Reynolds transport, turbulence model, etc | Beginner | Main CFD Forum | 1 | January 7, 2009 06:36 |
Doubt about application of RST Turbulent model. | Dolly | Main CFD Forum | 0 | December 12, 2005 04:11 |
RNG turbulent model | Julie Polyakh | Siemens | 1 | June 5, 2003 14:24 |