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

how can I apply this BC? please help me

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 16, 2012, 10:50
Default how can I apply this BC? please help me
  #1
Senior Member
 
adambarfi's Avatar
 
Mostafa Mahmoudi
Join Date: Jan 2012
Posts: 322
Rep Power: 15
adambarfi is on a distinguished road
Send a message via Yahoo to adambarfi Send a message via Skype™ to adambarfi
Hi everybody,

I want to apply this BC to my U:

Code:
du/dx=-dv/dy , dv/dx=0
which the u is the x-component and v is the y-component of U.

any body knows how can I define this BC?
any hint will valuable for me.

Thank you.
adambarfi is offline   Reply With Quote

Old   December 16, 2012, 14:01
Default
  #2
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
what shape does your boundary have?is it aligned with x or y axis or any other?
Can't you simplify the formula on the boundary?
immortality is offline   Reply With Quote

Old   December 16, 2012, 14:22
Default
  #3
Senior Member
 
adambarfi's Avatar
 
Mostafa Mahmoudi
Join Date: Jan 2012
Posts: 322
Rep Power: 15
adambarfi is on a distinguished road
Send a message via Yahoo to adambarfi Send a message via Skype™ to adambarfi
Quote:
Originally Posted by immortality View Post
what shape does your boundary have?is it aligned with x or y axis or any other?
Can't you simplify the formula on the boundary?
It's not a matter that my bc is horizontal or vertical, I want to know how can I apply such a bc.
adambarfi is offline   Reply With Quote

Old   December 18, 2012, 06:55
Default
  #4
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi
Is your problem 2-D? If yes first BC says that div(V)=0 so I think this may be a problematic BC. For the second one I think you can use OF BCs.
ata is offline   Reply With Quote

Old   December 18, 2012, 07:23
Default
  #5
Senior Member
 
adambarfi's Avatar
 
Mostafa Mahmoudi
Join Date: Jan 2012
Posts: 322
Rep Power: 15
adambarfi is on a distinguished road
Send a message via Yahoo to adambarfi Send a message via Skype™ to adambarfi
Quote:
Originally Posted by ata View Post
Hi
Is your problem 2-D? If yes first BC says that div(V)=0 so I think this may be a problematic BC. For the second one I think you can use OF BCs.
ِDear ata,

These conditions are for only one boundary. I want to apply this two conditions for my boundary simultaneously.
yes, I's 2D.
the complete form of my bc is attached.

thank you.
Attached Images
File Type: png mybc.PNG (9.6 KB, 17 views)
adambarfi is offline   Reply With Quote

Old   December 18, 2012, 08:40
Default
  #6
New Member
 
Joe Nick
Join Date: Dec 2012
Posts: 3
Rep Power: 13
joenick is on a distinguished road
Hello,
without knowing the context of your problem, a good answer will be difficult. Which process do you calculate? What are P, theta, in and out in the attached figure?

Have you tried to reformulate the BC using the PDE that is being solved?
joenick is offline   Reply With Quote

Old   December 18, 2012, 09:26
Default
  #7
Senior Member
 
adambarfi's Avatar
 
Mostafa Mahmoudi
Join Date: Jan 2012
Posts: 322
Rep Power: 15
adambarfi is on a distinguished road
Send a message via Yahoo to adambarfi Send a message via Skype™ to adambarfi
Quote:
Originally Posted by joenick View Post
Hello,
without knowing the context of your problem, a good answer will be difficult. Which process do you calculate? What are P, theta, in and out in the attached figure?

Have you tried to reformulate the BC using the PDE that is being solved?
Thanks Joe,

Assume a cavity that its right wall is open and the conditions I refered above are the conditions at this open side. my solver is buoyantBoussinesqSimpleFoam and as I mentioned above the pressure is P=0 and the theta is the temperature.

What is your meaning of 'reformulation of BC using the PDE that is being solved'?

Thank you
adambarfi is offline   Reply With Quote

Old   December 18, 2012, 12:12
Default
  #8
New Member
 
Joe Nick
Join Date: Dec 2012
Posts: 3
Rep Power: 13
joenick is on a distinguished road
Hello,
I'm afraid I cannot help, because I don't know this solver.

What I mean by reformulating the BC is to make use of the differential equations for U in your solver to simplify your BC. Just a thought.

If you explain why you choose this BC instead of showing only the equation, somebody might be able to help. What are you trying to solve conceptually, not mathematically?

dv/dx=0 seems to make assumptions about the normal direction of the boundary and can't be applicable in general unless you have some anisotropic forces.
joenick is offline   Reply With Quote

Old   December 18, 2012, 12:30
Default
  #9
Senior Member
 
adambarfi's Avatar
 
Mostafa Mahmoudi
Join Date: Jan 2012
Posts: 322
Rep Power: 15
adambarfi is on a distinguished road
Send a message via Yahoo to adambarfi Send a message via Skype™ to adambarfi
thank you Joe,

As I mentioned in my last post, I want to model an open cavity. this kind of cavities have an open side that have special conditions that I want to model it. I tried to replace it with other boundary conditions and even with a huge space with special BCs that might make my desired BC. but all of them failed.
I will try if can I include this bc in my solver or not!!
adambarfi is offline   Reply With Quote

Old   December 24, 2012, 08:10
Default
  #10
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings to all,

Since adambarfi sent me an email the other day about this and although I'm not much of help here, here's what I know on the subject:
  • To create a new boundary condition, check this page: http://openfoamwiki.net/index.php/Ho...dary_condition
  • Look into the source code of all of the other boundary conditions for clues on how to do this.
  • For simulating open areas, AFAIK there are a few standard boundary conditions already in OF:
    • Symmetry patch - probably not exactly what you're looking for, but it's possibly the closest you'll find in OF that will respect such a boundary condition.
    • Atmospheric patches: "atmBoundaryLayerInletEpsilon", "atmBoundaryLayerInletVelocity" and "pressureInletOutletVelocity". For more ideas, run:
      Code:
      find $FOAM_TUTORIALS -name U | xargs grep -isl atm
      and check the tutorials listed by that command line.
Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   December 26, 2012, 13:57
Default
  #11
Senior Member
 
adambarfi's Avatar
 
Mostafa Mahmoudi
Join Date: Jan 2012
Posts: 322
Rep Power: 15
adambarfi is on a distinguished road
Send a message via Yahoo to adambarfi Send a message via Skype™ to adambarfi
thank you Bruno,

I simplified my problem so that my problematic boundary has just one condition:

Code:
dv/dx=0
which the v is y-component of U.

any body knows how can I apply this condition?

Thanks
adambarfi 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
Channel flow- How to apply "Translational Periodicity" Giorgitseli CFX 3 May 30, 2011 06:17
How to apply KINETIC rate equation on walls SEEMI FLUENT 0 August 28, 2008 08:07
Relief Plots in CFX Michael CFX 15 June 30, 2006 08:01
Which B.C. i should apply for this problem?urgent raivish FLUENT 0 January 6, 2006 08:48
Is it possible apply AC and DC at the same time andyslee Main CFD Forum 0 January 28, 2003 23:39


All times are GMT -4. The time now is 20:53.