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

how to add a damping in the momentum equation

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 24, 2014, 00:34
Post how to add a damping in the momentum equation
  #1
New Member
 
Htq
Join Date: Sep 2014
Posts: 3
Rep Power: 11
htq2014 is on a distinguished road
Recently, I'm using the groovyBC to make wave with the interFoam solver,so it must build a field as the relaxationZone,and I choose to add a damping in the momentum equation,the special attention is that I use the RAS turbulence model,I have looked some papers about it,but all the papers are in Laminar flow model,so I must solve the question.the momentum equation with damping which compiled by myself as follow:
fvVectorMatrix UEqn
(
fvm::ddt(rho, U)
+ fvm::div(rhoPhi, U)
+ turbulence->divDevRhoReff(rho, U)
- fvm::laplacian(muf,U)
-(fvc::grad(U)&fvc::grad(muf))
+U*rho*thetaField
);
and the part
"- fvm::laplacian(muf,U)
-(fvc::grad(U)&fvc::grad(muf))
+U*rho*thetaField"
is added by me,Among them,the part
"+U*rho*thetaField"
is the damping,but I don't know the parts
"- fvm::laplacian(muf,U)
-(fvc::grad(U)&fvc::grad(muf))"
and
" + turbulence->divDevRhoReff(rho, U)"have question,because in the Laminar flow model paper,only have the part
"- fvm::laplacian(muf,U)
-(fvc::grad(U)&fvc::grad(muf))",so I want somebody give me a guide.
htq2014 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
solving the momentum equation in UEqn. callahance OpenFOAM 2 October 18, 2012 10:38
Derivation of Momentum Equation in Integral Form Demonwolf Main CFD Forum 2 October 29, 2009 20:53
Derivation of k-e model from momentum equation CFDtoy Main CFD Forum 5 May 10, 2006 17:53
Guess Momentum add value Jackie Main CFD Forum 0 August 1, 2003 00:39
How to add a fixed force on momentum equation sun Phoenics 3 January 19, 2002 07:31


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