CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Problem with implementation LES Clark model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 13, 2016, 15:45
Default Problem with implementation LES Clark model
  #1
Member
 
Lorenzo
Join Date: Oct 2015
Location: Graz
Posts: 49
Rep Power: 10
Lorenzo92 is on a distinguished road
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
Lorenzo92 is offline   Reply With Quote

Old   October 18, 2016, 16:55
Default
  #2
Senior Member
 
Syavash Asgari
Join Date: Apr 2010
Posts: 473
Rep Power: 18
syavash is on a distinguished road
Quote:
Originally Posted by Lorenzo92 View Post
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
Hi,

take a look at HomogeneousDynamicSmagorinsky in 2.3.1 version to find how Leonard stress is calculated.

Syavash
syavash is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20
Cs in the homogeneousDynSmagorinsky LES model allenfieldin OpenFOAM Running, Solving & CFD 1 August 4, 2015 23:10
Mixture model problem - could someone please advise? matlab_monkey FLUENT 2 July 26, 2012 08:20
Implementing a new LES Model in OpenFoam fs82 OpenFOAM 6 October 13, 2009 09:58
help for different between les model (subgrid-scale model) liuyuxuan FLUENT 1 October 2, 2009 15:25


All times are GMT -4. The time now is 02:26.