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

Barotropic Compressibility & Periodicity

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By gregdB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 8, 2012, 10:07
Question Barotropic Compressibility & Periodicity
  #1
New Member
 
Gregory N de Boer
Join Date: Dec 2011
Posts: 12
Rep Power: 14
gregdB is on a distinguished road
Hi foamers,

I have a problem relating to periodic boundary conditions for barotropic compressible flow and I was looking for some direction.

The density I am modelling is purely a function of pressure (the compressibility is not constant but rather a function of pressure itself) and I am solving for laminar Navier-Stokes and the continuity equations.

I have written a solver based on rhoSimpleFoam which calculates the density from pressure and then solves for the pressure and velocity fields in the usual way. This is fine and works well for standard boundary conditions applied to p and U.

But my problem relates to periodicity for which I must use the fan BC in order to generate a pressure gradient across my geometry. This result of which is that I now require a scaled version of the cyclic BC which includes the effects of pressure on density.

Mathematically:
rho_m * U_m = rho_n * U_n
(Where m and n represent the master and neighbour sides of the cyclic boundary)
It can be shown that this scaling is the same for each component of velocity.

The values of rho_m and rho_n and be replaced by the function which describes their relationship to pressure and as such the velocity BC for the master patch becomes dependent on the pressure and velocity fields of the neighbour side.

I have implemented this by copying and adjusting the mechanics of the following fvPatchFields: fan, fixedJump and jumpCyclic. These BC's have the same outcomes as I require but defined only for scalar fields and profile jumps (not scaling).

I now have periodic boundary conditions which implement the mathematics as described but when I run with my solver on a uniform rectangular grid continuity is never satisfied over the domain and as a result the pressure and velocity fields are non-physical. These non-physical effects are seen across the cyclic interface.

Interestingly mass continuity across the cyclic boundary is solved. The same profile of mass flow into the domain leaves the domain, and the pressure jump can also be seen. Meaning that the BC's are met. And so the question is why does the solution not converge?

After spending sometime looking into the boundary condition hierarchy of openfoam I have realised that this problem may relate to how the gradients of each field are copied across the boundary.

For example, with the fan BC it is acceptable to only copy and change the values of the field across the interface because the gradient of a function which has been shifted by a constant is consistent to the original. This does not hold for scaling, i.e. the gradient must also be scaled by the same amount as the value itself.

So if I was able to scale the gradients in the same way as the field values will my problem converge given my solver and BC's? Given that these functions lie in coupledFvPatchField and will be different to cyclicFvPatchField, will I have to create a whole new type of BC rather than a derived class of cyclic?

Or am I missing something obvious?

Many thanks,
Greg
nimasam likes this.
gregdB is offline   Reply With Quote

Reply

Tags
boundary condition, compressibility, periodicity


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
[ICEM] ICEM periodicity specification robboflea ANSYS Meshing & Geometry 18 November 11, 2014 14:51
Calculating total compressibility for a liquid + porous solid system bzz77 Main CFD Forum 0 February 12, 2012 14:45
Periodicity lost during quater ogrid blocking syler3321 ANSYS Meshing & Geometry 0 October 17, 2011 23:24
Compressibility in incompressible flow mode Streamlet FLOW-3D 0 March 20, 2011 19:55
translational periodicity wasim CFX 0 May 13, 2006 13:34


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