CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   rhoCentralFoam solver with Slip BCs fails in Parallel Only (https://www.cfd-online.com/Forums/openfoam-solving/107642-rhocentralfoam-solver-slip-bcs-fails-parallel-only.html)

JLight October 3, 2012 01:15

rhoCentralFoam solver fails in Parallel Only (Possible Error In Processor Patch?)
 
1 Attachment(s)
NOTE: I appended the title, to reflect some new development. The old title was 'rhoCentralFoam solver with Slip BCs fails in Parallel Only'.

Hi OpenFoam Users!
I am trying to solve the flow over a very small cylinder at near transonic Mach numbers using rhoCentralFoam (OF version 2.1.0).

The issue is the solver does not have any Floating Point Exception Error when running as a single process. When I decompose the mesh and run on 4 cores it gives Floating Point Errors.

On debugging (when running parallel) the error was at the point when mu was calculated using sutherlands Law because the T was -ve. Once again at this time step T is not -ve when using a single processor.

To help me further debug, I modified rhoCentralFoam to
  1. Bound rho, U, rhoE and e using library boundMinMax (from OpenFOAM extended)
  2. Print the min/max values of rho, mag(rhoU), mag(U), rhoE, e and T to give me more debug info
  3. Change the boundary slip conditions to constant value

When running with constant boundary (wire wall) there is not problem running single/parallel.

So switiching back the the slip boundary conditions. When running on a single processor none of the fileds are bounded (they are all reasonably valued). However, when running in parallel, very early in the run, the values of rho, rhoU, U fields are WAY off like an order of 10^6 off!.

I have attached my modified solver "boundedRhoCentralFoam" and the case I am investigating "wire".

The case has two initial conditions. The 0 used slip/temp jump condtions at the wire's wall. The 0.org has constant wall conditions.

I believe the issue is with the BCs defined in the rhoCentralFoam solver:
  • smoluchowskiJumpTFvPatchScalarField
  • maxwellSlipUFvPatchVectorField

I have reached my limit of debuging this problem, I would really appericate any help sugestion on this.

Cheers!

Nishit

PS: My case file is a bit large (4MB). Please download from my google Drive

JLight October 4, 2012 02:30

Not Slip but Processor BC that is the issue?
 
2 Attachment(s)
Hi
Just an update on this front. After more investigation it seems to me that the boundaries created by the processor patch may as well be the cause of the issue. I am not entirely sure why this is so.

To issustrate this, I decomposed my mesh using scotach. I also fixed the deltaT to a very small value and also made the writeInterval equal to that value. This way I output results at every time step. The solver gives a Floating Point Error during the third time step when run on 4 cores. (I guess buy now I do not have to state that on a single processor the solver continues without any error and the solution does seem to form.)

Seeing the results in Paraview is really interesting. It shows slight variation at the processor patch region. Take a look at the images below. The first is with the part of the mesh that was with 'processor2' the second images is without. There is a change in the T (shown, but also in other flow field variables) at the boundary of the patches. Is this normal?

My understanding is the processor patch does not influence the solution in any way. Why is it doing so in this case? Could this explain why there is no error in a single processor and error in Parallel since the solution is getting destorted? Does this mean that my eariler assumption that the slip BC being the issue is incorrect?

Any help is greately valued.

JLight

JLight October 11, 2012 22:08

Fix for the issue
 
An update for the record.

I had reported this as a bug on OF-2.1.x. I was informed that the issue is when thermalCreep is turned on.

The OF bug manager noted that "The maxwellSlipU BC does a gradient calculation of T in case of thermalCreep and this overwrites the processor buffer values."

He also inform that it will be fixed in the next major release.

Bug report is NO: 0000659.

Cheers


All times are GMT -4. The time now is 14:36.