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

finding radial velocity using continuity equation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 13, 2017, 08:37
Default finding radial velocity using continuity equation
  #1
New Member
 
Balajee
Join Date: Dec 2013
Posts: 13
Rep Power: 12
bala_gk1988 is on a distinguished road
I want to calculate radial velocity from axial velocity using continuity equation

w(scalar) is known (axial velocity). I want to calculate radial velocity v(scalar) assuming azimuthal component is zero. (Theta is the angle of the line connecting cell center to the origin in the xy plane). So from continuity equation I obtain

\frac{\partial v(cos \Theta) }{\partial x} + \frac{\partial v(sin  \Theta)}{\partial y} = - \frac{\partial w }{\partial z}

It seems the process involves solving a set of linear equations.

Code:
  
fvScalarMatrix vEqn
(
         fvm::__________
);

solve(vEqn == __________)
Can someone help me
Thanks
bala_gk1988 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
Stuck in a Rut- interDyMFoam! xoitx OpenFOAM Running, Solving & CFD 14 March 25, 2016 07:09
Plotting Radial Velocity and Tangential Velocity in CFD Post ashtonJ CFX 5 July 13, 2015 02:49
mixture mass continuity v.s. volumetric mixture continuity in pressure equation kaifu OpenFOAM 0 June 9, 2011 08:14
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
non linear continuity equation S.Venkat Main CFD Forum 0 May 30, 2000 07:43


All times are GMT -4. The time now is 05:56.