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

modelling a rotating domain in zCFD

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 3, 2020, 04:15
Default modelling a rotating domain in zCFD
  #1
New Member
 
mitsushi
Join Date: Jun 2014
Posts: 5
Rep Power: 11
mitsushi is on a distinguished road
Hello zCFD team,

I would like to model a rotating geometry either with
- rotating reference frame (steady-state condition), or
- rigid body, moving mesh (transient condition).
in zCFD.

I suppose that the set-ups involved are:
- set the interface between the rotating and the surrounding stationary domains
- set the rotating condition either reference frame or moving mesh.

I can not find how to set up such conditions in the documentation or validation samples.

Would you please teach me? A very simple input sample file would be very helpful.

Regards,
Mitsushi
mitsushi is offline   Reply With Quote

Old   December 14, 2020, 05:00
Default
  #2
New Member
 
Mark Allan
Join Date: Dec 2020
Posts: 1
Rep Power: 0
mallan is on a distinguished road
Hello Mitsushi,

First of all, at present zCFD only supports "frozen rotor" steady state simulations, however we're nearing completion on our overset capability which will allow time accurate rotating domains.

In order to set up rotating domains for frozen rotor simulations, you first need to create a mesh with the rotating domains "tagged" in the CFD mesh, such that they can be selected as rotating domains. After that, the set up is simply a case of selecting the fluid zones and defining their properties. Below is an example of the python code which would set up two counter rotating zones (rotation around the y-axis with axis offset). The zone number is that given to the volume during mesh conversion.

'FZ_1' : {
'type' : 'rotating',
'zone' : [15],
'axis' : [0.0, 1.0, 0.0],
'origin' : [0.5, 0.0, 7.5],
'omega' : -1.64,
},

'FZ_2' : {
'type' : 'rotating',
'zone' : [16],
'axis' : [0.0, 1.0, 0.0],
'origin' : [0.5, 0.0, -7.5],
'omega' : 1.64,
},

All walls within these zones, will rotate at the same angular velocity as the rotating volume. I've set up a mesh that uses this example, which I will send details for you to download.

Regards,

Mark.
mallan is offline   Reply With Quote

Reply

Tags
zcfd


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
Periodic Pressure drop cfd_begin CFX 10 May 25, 2017 07:09
[ICEM] interface between rotating and stationery domain in icem mesh mohamed samy ANSYS Meshing & Geometry 0 May 16, 2017 12:27
CHT , multiphase, rotating domain. Can't get a solution diamondx CFX 3 December 10, 2014 11:12
Monitor a point in a rotating domain taichijulie CFX 0 August 12, 2009 16:25
rotating domain eros CFX 9 September 21, 2007 13:23


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