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

Single rotating reference frame

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 2, 2006, 11:17
Default Single rotating reference frame
  #1
Belete Kiflie
Guest
 
Posts: n/a
Dear all,

I have a domain which contains a rotating impeller. But the domain consists of non-rotating fluid zones before and after the impeller. I used a rotating reference frame attached to the fluid zone. But in the velocity vector plot of the solution, it appears that the velocity of the elements in the non-rotating part of the fluid have components in all directions. How can I fix this problem?

Thank you in advance

  Reply With Quote

Old   June 2, 2006, 11:21
Default Re: Single rotating reference frame
  #2
myang
Guest
 
Posts: n/a
I think sliding mesh may be a better choice.
  Reply With Quote

Old   June 2, 2006, 15:35
Default Re: Single rotating reference frame
  #3
sam
Guest
 
Posts: n/a
how u can say this . it depends on need and requirements
  Reply With Quote

Old   June 5, 2006, 14:55
Default Re: Single rotating reference frame
  #4
Ben Lamek
Guest
 
Posts: n/a
she might use multiple reference frame, but usually MRF results are no good because:

If you do 5 or 6 MRF simulations of the same geometry but with the rotating parts fixed in a difference position for each simulation: each 5 simulaiton has different result. Try it you will see!

To avoid this you need to average the 5 (or 6) simulations when post-rpocessing or use sliding grid.

B.L.

  Reply With Quote

Old   June 7, 2006, 04:29
Default Re: Single rotating reference frame
  #5
Razvan
Guest
 
Posts: n/a
If you will plot absolute velocity vectors in front of the impeller you should see only axial direction vectors (if you set such inlet boundary condition!), but after the impeller absolute velocity vectors will not be axial if you don't have a stator blade stage to straighten the flow (the impeller will add a circumferential and a radial component for velocity).

On the other way, if you will plot relative velocity vectors, then pretty much all vectors in the flow domain will have all-direction components. It is perfectly normal.

Try to think more deeply about these concepts: absolute and relative velocity!

Razvan
  Reply With Quote

Old   June 7, 2006, 08:19
Default Re: Single rotating reference frame
  #6
Belete Kiflie
Guest
 
Posts: n/a
Dear all,

Thank you for your prompt reply.

Let me put my question in this manner. What will happen if I used a rotating reference frame attached to the fluid to simulate a flow through a pipe. Is it possible to do so in fluent theoretically and yet get meaningful result?

In my domain, there is part of the fluid which is outside the influence of the rotor to get a relatively developed flow condition at the rotor inlet.

Best regards
  Reply With Quote

Old   June 18, 2006, 03:38
Default Re: Single rotating reference frame
  #7
sam
Guest
 
Posts: n/a
r u sure. can u give some reference or any result u have done ur self .

i am will gratful to u

regards sam
  Reply With Quote

Old   November 9, 2018, 09:54
Default SRFcompressible openfoam
  #8
New Member
 
Luis Fernando
Join Date: May 2013
Posts: 14
Rep Power: 12
ingarcia1703 is on a distinguished road
Hello community

I would like to ask you recommendations in order to solve a single reference frame compressible flow in OpenFOAM. I have been adding some lines to the original SRFModel available, and also create a new compressible solver "SRFrhoSImpleFoam". The issue is that I still receive the following message from units problem at the Coriolis and centrifugal force:
--> FOAM FATAL ERROR:
incompatible dimensions for operation
[U[1 -2 -2 0 0 0 0] ] + [(Fcoriolis+Fcentrifugal)[0 1 -2 0 0 0 0] ]

From function checkMethod(const fvMatrix<Type>&, const GeometricField<Type, fvPatchField, volMesh>&)
in file /opt/openfoam240/src/finiteVolume/lnInclude/fvMatrix.C at line 1319.

FOAM aborting


It is a problem concerning the density. I have to multiply the centrifugal and Coriolis force by the density "rho" in order to get the same magnitude. Nevertheless, the files seem not to be taken into account this product:

Foam::tmp<Foam:imensionedField<Foam::vector, Foam::volMesh> >
Foam::SRF::SRFModel::Fcoriolis() const
{
return tmp<DimensionedField<vector, volMesh> >
(
new DimensionedField<vector, volMesh>
(
IOobject
(
"Fcoriolis",
mesh_.time().timeName(),
mesh_,
IOobject::NO_READ,
IOobject::NO_WRITE
),
rho*2.0*omega_ ^ Urel_
)
);
}


Foam::tmp<Foam:imensionedField<Foam::vector, Foam::volMesh> >
Foam::SRF::SRFModel::Fcentrifugal() const
{
return tmp<DimensionedField<vector, volMesh> >
(
new DimensionedField<vector, volMesh>
(
IOobject
(
"Fcentrifugal",
mesh_.time().timeName(),
mesh_,
IOobject::NO_READ,
IOobject::NO_WRITE
),
rho*omega_ ^ (omega_ ^ (mesh_.C() - origin_))
)
);
}
At following you can see what I have made ar the SRFModel.H and SRFModel.C

I already added some lines to SRFMOdel.C to consider this new value rho:
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

Foam::SRF::SRFModel::SRFModel
(
const word& type,
const volVectorField& Urel
const volScalarField& rho
)

And the SRFModel.H:

Public:

const volScalarField& rho;


BUt still appears the issue concerning the units, it is not taken into account the "rho" value.

I appreciate your feedback
ingarcia1703 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
Second Derivative Zero - Boundary Condition fu-ki-pa OpenFOAM 11 March 27, 2021 04:28
Error with Wmake skabilan OpenFOAM Installation 3 July 28, 2009 00:35
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 19:08
Gravity in single rotating reference frame QinxueTan FLUENT 0 May 7, 2008 06:59
G95 + CGNS Bruno Main CFD Forum 1 January 30, 2007 00:34


All times are GMT -4. The time now is 18:48.