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

how to discretize fourth order term

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 1, 2011, 18:27
Default [solved]how to discretize fourth order term
  #1
Senior Member
 
Mieszko Młody
Join Date: Mar 2009
Location: POLAND, USA
Posts: 145
Rep Power: 17
ziemowitzima is on a distinguished road
Dear Foamers,
Does anyone of you know what is the best way to make 4 order term discretization:
I mean:
U(x,y)
U_xxxx + U_yyyy

Thanks
ZM

Last edited by ziemowitzima; August 4, 2011 at 12:27. Reason: solved
ziemowitzima is offline   Reply With Quote

Old   August 2, 2011, 17:54
Default
  #2
Senior Member
 
Mieszko Młody
Join Date: Mar 2009
Location: POLAND, USA
Posts: 145
Rep Power: 17
ziemowitzima is on a distinguished road
so far I found such explicit solution (U == T):

volVectorField gradT=fvc::grad(T); // (T_x, T_y)
volScalarField Txxxx = gradT.component(0); // T_x
gradT = fvc::grad(Txxxx); // (T_xx, T_xy)
Txxxx = gradT.component(0); // T_xx
gradT = fvc::grad(Txxxx); // (T_xxx, T_xxy)
Txxxx = gradT.component(0); // T_xxx
gradT = fvc::grad(Txxxx); // (T_xxxx, T_xxxy)
Txxxx = gradT.component(0); // T_xxxx

Maybe someone have some better idea ?
Is it possible to descritize T_xxxx implicitly ?

-ZM
ziemowitzima is offline   Reply With Quote

Old   August 4, 2011, 12:26
Default
  #3
Senior Member
 
Mieszko Młody
Join Date: Mar 2009
Location: POLAND, USA
Posts: 145
Rep Power: 17
ziemowitzima is on a distinguished road
seems to be solved:
http://www.cfd-online.com/Forums/ope...direction.html
ziemowitzima is offline   Reply With Quote

Reply

Tags
fourth order term


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
Fourth Order Runge Kutta time integration lr103476 OpenFOAM Running, Solving & CFD 45 November 10, 2022 02:36
How to compute UDS fourth order gradient Emma66 FLUENT 1 April 27, 2010 05:44
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 15:45
Help for fourth order accurate convective schemes Z.C.Wang Main CFD Forum 0 January 15, 2009 06:53
Fourth order surface normal gradient interpolation adona058 OpenFOAM Running, Solving & CFD 8 September 24, 2007 15:12


All times are GMT -4. The time now is 01:49.