CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Fluid flow circulating around a circular loop (2D)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 30, 2020, 05:45
Default Fluid flow circulating around a circular loop (2D)
  #1
New Member
 
Suk Tan
Join Date: Nov 2019
Posts: 19
Rep Power: 6
suktan is on a distinguished road
Hi everyone,


I created a simple model for learning CFD. It is a fluid flow circulating around a circular loop in 2D (incompressible, laminar). It is created in midas-NFX CFD.

The flow is created by assigning velocity BC in an interior edge. The velocity is uniform across the loop. No-slip wall is assigned to inner and outer boundaries as depicted in the sketch.


Both steady and transient simulation converged. The velocity and pressure profile of steady simulation are shown in the graphs. They look like proper solution of the model.


Do you agree? Am I making a correct CFD exercise?


Thanks!
suktan is offline   Reply With Quote

Old   June 30, 2020, 06:18
Default
  #2
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,151
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
Not sure about how the code you are using handles your setup, but the proper way to simulate it would be to actually have no interior edge at all and use a volume source term for the two momentum equations, so that the combined effect of both is a resulting momentum source that for each location is tangential to the nearest wall
sbaffini is offline   Reply With Quote

Old   July 1, 2020, 06:13
Default
  #3
New Member
 
Suk Tan
Join Date: Nov 2019
Posts: 19
Rep Power: 6
suktan is on a distinguished road
Thanks for your advice.


Quote:
Originally Posted by sbaffini View Post
use a volume source term

I am not sure whether I can define a volume source term in midas-NFX CFD. It is an FEM based code. Does it matter?
suktan is offline   Reply With Quote

Old   July 2, 2020, 05:21
Default
  #4
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,151
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
No, it shouldn't. Just the terminology, in this case, should then be different, it is a momentum source term.

If your circular pipe is centered in (x0,y0), for a given position (x,y), the angle that the relative position vector (x-x0,y-y0) makes with the x-aligned axis passing trough the center (x0,y0) is given by theta = atan2(y-y0,x-x0). Then, for a given magnitude m of the source term, you will need the following x and y components of momentum source terms for each position in the pipe:

mx = - m sin(atan2(y-y0,x-x0))
my = m cos(atan2(y-y0,x-x0))

given m, x0, y0. For m> 0 the flow will be couterclockwise. The higher m the higher the resulting velocity. A relation that links m to the mass flow rate in the pipe is, basically, a friction factor formula, that might or not exist for this very case, and will depend from the state of the flow, laminar or turbulent, and if turbulent from the very specific turbulence model you use. The simplest approach could be to go by trial and error, unless your needs require something more specific.
sbaffini 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
Fluid flow from a pipe Raza Javed OpenFOAM Running, Solving & CFD 44 July 25, 2019 08:53
Simulating a forced external flow loop with 2 phases CeesH FLUENT 1 August 27, 2018 07:31
Question about adaptive timestepping Guille1811 CFX 25 November 12, 2017 17:38
[ICEM] Circular 2D Flow Field Setup - Bourke ANSYS Meshing & Geometry 2 December 10, 2015 21:51
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44


All times are GMT -4. The time now is 15:39.