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

Convection Term in Linearized Navier Stokes Equations

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 22, 2014, 10:53
Default Convection Term in Linearized Navier Stokes Equations
  #1
New Member
 
Andrea
Join Date: Sep 2014
Posts: 17
Rep Power: 11
And901 is on a distinguished road
Hi guys,

i'm trying to solve Linearized Navier Stokes Equations.
As we know the convective term is splitted in two parts:

[math] (U\ cdot \nabla) u + (u\ cdot \nabla) U [math]

where U is the base flux.

How can i write the second term in OpenFoam?
And901 is offline   Reply With Quote

Old   October 23, 2014, 02:33
Default
  #2
Senior Member
 
RodriguezFatz's Avatar
 
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 26
RodriguezFatz will become famous soon enough
Andrea, this "two parts" splitting only comes up, if you write the equations in a non-conservative way. This is not done in openFOAM, it handles these terms conservatively (thus using tensors):
d/dt(rho U) + nabla dot (rho U U).
You can find how to write these terms for example in "PisoFoam.C":
Code:
 fvm::ddt(U) + fvm::div(phi, U)
__________________
The skeleton ran out of shampoo in the shower.
RodriguezFatz 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
PISO algorithm for particular NS equation (special convection term) Cyp OpenFOAM Programming & Development 8 June 12, 2012 09:36
Navier stokes compresible viscid flow fea, somebody can help? Jose Choy Main CFD Forum 3 October 24, 2003 02:28
Navier Stokes Equations J.J. Main CFD Forum 2 June 29, 2000 09:31
help: I am trying to solve Navier Stokes compressible and viscid flow Jose Choy Main CFD Forum 2 May 18, 2000 05:45
Computational complexity of Navier Stokes equations Marco Ellero Main CFD Forum 5 May 5, 1999 21:07


All times are GMT -4. The time now is 15:32.