You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently a couple issues with the d3q27_pf_velocity model that need to be resolved. These do not necessarily impact results, but are unsafe access behaviours that should be amended:
Currently the wall phase update reads PhaseF and writes PhaseF. This creates potential race condition as it is a stencil field. To amend this, the solid flag field could be modified to wall phase field value and updated from PhaseF in the wall phase update.
Init_distributions currently saves and writes PhaseF. This doesn't look to be necessary, but could create issues in e.g. boundary cells.
@shkodm this might concern you. But I will either fix when I have time or if you have time feel free to also fix.
The text was updated successfully, but these errors were encountered:
There are currently a couple issues with the d3q27_pf_velocity model that need to be resolved. These do not necessarily impact results, but are unsafe access behaviours that should be amended:
@shkodm this might concern you. But I will either fix when I have time or if you have time feel free to also fix.
The text was updated successfully, but these errors were encountered: