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

new interFoam solver parallelization issue

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 8, 2022, 02:00
Default new interFoam solver parallelization issue
  #1
Member
 
Anonymous.
Join Date: Sep 2020
Posts: 35
Rep Power: 5
gentodin is on a distinguished road
Hi, I've created a new solver based on interfoam.

The solver will update cells with alpha values of 1 after completing certain conditions.

The problem now is that when I run it in a parallel case, the solver showed different results than when I ran it in serial (single core).

I am not sure if I am missing something such as updating face value or calculating face value based on updated cells with alpha values of 1.

forAll(alpha1, celli)
{

if (some condition)
{
alpha1[celli] = 1;
}

}

//Should I add something here? for updating boundary faces also?
gentodin is offline   Reply With Quote

Old   September 8, 2022, 05:29
Default
  #2
Senior Member
 
krishna kant
Join Date: Feb 2016
Location: Hyderabad, India
Posts: 133
Rep Power: 10
kk415 is on a distinguished road
If that condition is depending on cell face then it could be the reason. Maybe you can put another check than that whether the face is a processor boundary or not and modify your condition accordingly.
kk415 is offline   Reply With Quote

Old   September 13, 2022, 02:54
Default Not dependant on cell face
  #3
Member
 
Anonymous.
Join Date: Sep 2020
Posts: 35
Rep Power: 5
gentodin is on a distinguished road
Quote:
Originally Posted by kk415 View Post
If that condition is depending on cell face then it could be the reason. Maybe you can put another check than that whether the face is a processor boundary or not and modify your condition accordingly.
Hello kk415,

Thank you for your reply, the condition is not dependant on cell face at all, it is always dependent on cell values. There will be cells that is being updated on processor boundaries which Im not sure if such a simple update will affect anything.

What do you think is the common error % between serial and parallel simulations?
gentodin is offline   Reply With Quote

Old   September 13, 2022, 03:29
Default
  #4
Senior Member
 
krishna kant
Join Date: Feb 2016
Location: Hyderabad, India
Posts: 133
Rep Power: 10
kk415 is on a distinguished road
Hello gentodin,

My personal experience is there is a negligible difference in the serial and parallel run. I have worked with single-phase and two-phase flow problems. I have worked on interpolation and gradient calculation techniques. There are a few functions that are different for serial and parallel runs like Sum(serial) and gSum(parallel). Be careful!

Thanks
kk415 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
How to remove viscosity term from the governing equation in interFoam solver Pasar OpenFOAM Programming & Development 3 February 18, 2022 05:56
CAMWA special issue on open-source numerical solver feixu2019 OpenFOAM Announcements from Other Sources 0 October 1, 2018 11:21
fluent divergence for no reason sufjanst FLUENT 2 March 23, 2016 16:08
interFoam solver needs pdRefCell? openTom OpenFOAM Running, Solving & CFD 2 May 10, 2009 10:20
Open Channel Flow using InterFoam type solver sxhdhi OpenFOAM Running, Solving & CFD 3 May 5, 2009 21:58


All times are GMT -4. The time now is 01:34.