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

Momentum equation of Darcy's law

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 17, 2009, 02:25
Default Momentum equation of Darcy's law
  #1
New Member
 
andrianomena
Join Date: Mar 2009
Location: madagascar
Posts: 23
Rep Power: 17
sambatra is on a distinguished road
Hi there,
I'm dealing with combustion modeling which takes into account Darcy's law for the momentum equation.I'm trying to solve thi momentum equation and it seems like I got trouble:
the velocity equation is:
U = -K*fvc:grad(p); where K is constant to be calculated
the pressure equation is:
div(-K1*grad(p2)) = source term
to implement this into the code I tried this following syntax:
-fvm:laplacian(-K1,pow(p,2)) == S where S is the source term to be calculated also
and I came out with an error message like GeometricField:double....or something
Can somebody out there help me out and tell me what I have to do to implement this pressure equation into the code?
I have already posted this but nobody answered yet
Please,
Regards,
sambatra is offline   Reply With Quote

Old   April 17, 2009, 02:49
Default
  #2
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,685
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
You might wish to examine the rhoPorousSimpleFoam solver to gather some ideas.
olesen is offline   Reply With Quote

Old   April 17, 2009, 03:27
Default
  #3
New Member
 
andrianomena
Join Date: Mar 2009
Location: madagascar
Posts: 23
Rep Power: 17
sambatra is on a distinguished road
I have just taken a look at the rhoPorousSimpleFoam solver,
but you know, I am new to Openfoam and there are some syntax in the code I dont know and I cant find in the programmers guide such as 'tmp<>', so I'm struggling a bit.
My question is:
is it possible to have this fvm:laplacian(k,pow(p,2)) in the lapalcian scheme?
or do I have to cast 'p' in the coefficient 'k' and I get this
fvm:laplacian(k1,p)?
Regards,
sambatra 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
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
momentum equation (Normal to wall) kk Main CFD Forum 0 July 2, 2006 23:13
momentum equation (Normal to wall_ kk Main CFD Forum 0 July 2, 2006 23:10
Momentum equation used by mixture model George FLUENT 0 May 19, 2005 13:07
Darcy's Law flow into and out of a box Paul Missel Main CFD Forum 6 July 20, 2001 05:26


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