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

ERCOFTAC centrifugal pump case study with OpenFOAM extend 3.2

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 8, 2017, 05:16
Default problem mixingPlane ERCOFTAC centrifugal pump case study with OpenFOAM extend 3.2
  #1
New Member
 
Join Date: Feb 2017
Posts: 4
Rep Power: 9
saleriCAE is on a distinguished road
Dear OpenFOAM extend community,

I would like to run the ERCOFTAC centrifugal pump case study with OpenFOAM extend 3.2.

I would like to use the solver MRFSimpleFOAM and the mixingPlane capability in order to mesh only a periodic part of the impeller.

My problem is connecting the impeller outlet mixingPlane with the diffuser inlet mixingPlane.

Looking at the tutorials, for example the axial turbine tutorial, the mixingPlane is applied connecting flat patches in the axial direction.
In my case this can be applied for connecting inlet pipe outlet with impeller inlet.


The flow enters the impeller in -Z direction and my boundary files looks like:
inletpipe_outlet
{
type mixingPlane;
nFaces 100;
startFace 11840;
shadowPatch impeller_inlet;
zone inletpipe_outletZone;
coordinateSystem
{
type cylindrical;
name mixingCS;
origin (0 0 0);
e1 (1 0 0);
e3 (0 0 1);
inDegrees true;
}
ribbonPatch
{
sweepAxis Theta;
stackAxis R;
discretisation bothPatches;
}

}

impeller_inlet
{
type mixingPlane;
nFaces 100;
startFace 12820;
shadowPatch inletpipe_outlet;
zone impeller_inletZone;
coordinateSystem
{
type cylindrical;
name mixingCS;
origin (0 0 0);
e1 (1 0 0);
e3 (0 0 1);
inDegrees true;
}
ribbonPatch
{
sweepAxis Theta;
stackAxis R;
discretisation bothPatches;
}
}

But how should be written the boundary file for impeller outlet and vaned diffuser inlet since the interface is curved?
I have not found any tutorial nor material explaining that, can you please help me in setting up properly the boundary file for this application?

Thank you very much,
Remo

Last edited by saleriCAE; March 9, 2017 at 09:35. Reason: title modified
saleriCAE 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
[DesignModeler] DesignModeler Scripting: How to get Full Command Access ANT ANSYS Meshing & Geometry 53 February 16, 2020 15:13
Is Playstation 3 cluster suitable for CFD work hsieh OpenFOAM 9 August 16, 2015 14:53
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
Autoblade centrifugal pump template mahdi balali Fidelity CFD 3 February 18, 2014 08:56
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24


All times are GMT -4. The time now is 06:37.