|
[Sponsors] |
October 13, 2016, 16:45 |
Problem with implementation LES Clark model
|
#1 |
Member
Lorenzo
Join Date: Oct 2015
Location: Graz
Posts: 49
Rep Power: 11 |
Hi everyone,
I'm trying to implement the LES Clark model which is well described in the book of Pope "Turbolent Flows" at page 628.I am using OF 2.4.0. My current problem is defining in Foam the Leonard contribution L_ij of the SGS tensor. In my opinion this quantity should be written as fvc::grad(U()) & (fvc::grad(U())).T() but foam complains about the fact that this is not a volSymmTensorField. The SGS tensor contains in a sum L_Ij (Germano decomposition) so also L_ij must be symmetric. 1)Is the implementation fvc::grad(U()) & (fvc::grad(U())).T() in accordance with the thoery of this model in your view? 2)Is fvc::grad(U()) & (fvc::grad(U())).T() a symmetric Tensor or am I wrong also with this issue? If there is anyone with more experience than me in programming in foam please help me , I really got confused with this matter. Thanks in advance |
|
October 18, 2016, 17:55 |
|
#2 | |
Senior Member
Ehsan Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18 |
Quote:
take a look at HomogeneousDynamicSmagorinsky in 2.3.1 version to find how Leonard stress is calculated. Syavash |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Cs in the homogeneousDynSmagorinsky LES model | allenfieldin | OpenFOAM Running, Solving & CFD | 1 | August 5, 2015 00:10 |
Mixture model problem - could someone please advise? | matlab_monkey | FLUENT | 2 | July 26, 2012 09:20 |
Implementing a new LES Model in OpenFoam | fs82 | OpenFOAM | 6 | October 13, 2009 10:58 |
help for different between les model (subgrid-scale model) | liuyuxuan | FLUENT | 1 | October 2, 2009 16:25 |