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

ChannelOodles Want to prescribe mass flux instead of mean velocity

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 22, 2008, 07:01
Default Hi Tammo, I am having exact
  #1
Member
 
Markus Weinmann
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 77
Rep Power: 17
cfdmarkus is on a distinguished road
Hi Tammo,

I am having exactly the same problem with prescribing a mass flux instead of Ubar.

The mas flux through cyclic patches is obviously zero.

Have you found a way to compute the mass flux through your domain?



Regards,
Markus
cfdmarkus is offline   Reply With Quote

Old   September 22, 2008, 11:25
Default Hi I have done something si
  #2
ngj
Senior Member
 
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,900
Rep Power: 37
ngj will become famous soon enoughngj will become famous soon enough
Hi

I have done something similar once upon a time. As you are having the flowDirection, I believe something like this would give you the flux:

scalar flux = sum(pos(flowDirection & mesh.boundary()[patchID].Sf()) * phi.boundaryField()[patchID])

where patchID is referring to the cyclic patch in question. As the face-normal is pointing in opposite directions on the two cyclic patches the inner product will yield opposite sign, thus the "pos" part of the entry filters all opposite phis out of the summation, and voila

Have fun,

Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request.
ngj is offline   Reply With Quote

Old   September 22, 2008, 12:23
Default Brilliant, it does exactly wha
  #3
Member
 
Markus Weinmann
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 77
Rep Power: 17
cfdmarkus is on a distinguished road
Brilliant, it does exactly what I need.

Thank you very much!
cfdmarkus 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
Questions about swirl velocity in mass-flux bc Ray FLUENT 1 May 28, 2012 05:39
ChannelOodles Correcting driving force for a constant mass flow rate maka OpenFOAM Running, Solving & CFD 3 September 21, 2005 05:18
Mass Flux vs Velocity Inlet Sandra FLUENT 5 July 20, 2005 13:09
Prescribe pulsatile velocity boundary condition Terri Novotny FLUENT 0 December 3, 2004 09:35
How are the mass flux and mass flow rate defined? Miles Siemens 2 November 7, 2002 08:45


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