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

how to solver perturbation equations of navier stokes equations ?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 4, 2012, 10:19
Default how to solver perturbation equations of navier stokes equations ?
  #1
Senior Member
 
Join Date: Jun 2011
Posts: 163
Rep Power: 14
mechy is on a distinguished road
Hi All
I want to solve perturbation equation with OF. I attached these equations.
but I don't know how to calculate the convection term. I used the bellow equation

fvVectorMatrix UperEqn
(
fvm::ddt(Uper)
+ fvc::grad(U)& Uper
+ fvc::grad(Uper)& U
- fvc::laplacian(nu, Uper)
);

solve(UperEqn == -fvc::grad(pper));


but OF debug encounter error for calculating
fvc::grad(U)& Uper and fvc::grad(Uper)& U

I would be very appreciative if someone could point me in the right direction to get this model running.

Best Regards
Attached Images
File Type: jpg perturb1.jpg (95.1 KB, 49 views)
mechy is offline   Reply With Quote

Old   June 8, 2014, 18:04
Default
  #2
Senior Member
 
Mojtaba.a's Avatar
 
Mojtaba Amiraslanpour
Join Date: Jun 2011
Location: Tampa, US
Posts: 308
Rep Power: 15
Mojtaba.a is on a distinguished road
Send a message via Skype™ to Mojtaba.a
Hi,
Have you had any chance solving this?
__________________
Learn OpenFOAM in Persian
SFO (StarCCM+ FLUENT OpenFOAM) Project Team Member
Complex Heat & Flow Simulation Research Group
If you can't explain it simply, you don't understand it well enough. "Richard Feynman"
Mojtaba.a is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Navier stokes Equations in Unstructured Grid Mh.R Main CFD Forum 4 October 19, 2011 16:37
Adding a term to Navier Stokes Equation ashtonJ CFX 3 January 15, 2011 07:32
Navier Stokes Solver Khan Main CFD Forum 2 December 12, 2006 10:41
Navier-stokes equations and iterative solver?? wuliang Main CFD Forum 2 January 13, 2003 23:28
Laplace or Stokes equations solver by Boundary Elements Method Lemonnier Main CFD Forum 3 December 28, 1999 14:48


All times are GMT -4. The time now is 17:28.