View Issue Details

IDProjectCategoryView StatusLast Update
0004136OpenFOAMPatchpublic2024-08-12 19:20
Reporterwyldckat Assigned Towill  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Version12 
Fixed in Versiondev 
Summary0004136: Issues reported at 4121 and 4122 also affect OpenFOAM 12
DescriptionThe issues reported at the following reports, also affect OpenFOAM 12:
- https://bugs.openfoam.org/view.php?id=4121
- https://bugs.openfoam.org/view.php?id=4122

You can use "git cherry-pick" to apply the changes automatically, assuming you have both OpenFOAM-12 and OpenFOAM-dev in the same git config. For example:

1. Adding the OpenFOAM-dev repo to the OpenFOAM-12 working folder:

   git remote add OFdev https://github.com/OpenFOAM/OpenFOAM-dev.git
   git fetch OFdev

2. Cherry picking the commits for those issues from OFdev:

   git cherry-pick b460ed9f74e9525e7301069abde00c2840558069
   git cherry-pick 4f44764795d9b6b3abca4ee6ddf0753e8595404f
TagsNo tags attached.

Activities

henry

2024-08-12 17:16

manager   ~0013366

These changes don't look essential, why do you need OpenFOAM-12 changed? As they are now in OpenFOAM-dev they will of course be included in OpenFOAM-13.

wyldckat

2024-08-12 18:13

updater   ~0013367

These are not essential, but since yesterday I stumbled again with the typo in 'applications/modules/compressibleVoF/Allwclean' while rebuilding it in OpenFOAM 12 (am testing a few things with a few GCC versions), and given that a quick 'git cherry-pick' would sort these out... I opened this report with the step-by-step for quickly applying them to OpenFOAM 12.

Oh, I did forget that in the report 4121, the file 'applications/legacy/combustion/PDRFoam/Make/options'has changed considerably between dev and 12... so the cherry-pick will not work out of the box :(

I leave it up to you to decide. Feel free to close it.

Issue History

Date Modified Username Field Change
2024-08-12 16:09 wyldckat New Issue
2024-08-12 16:09 wyldckat Status new => assigned
2024-08-12 16:09 wyldckat Assigned To => will
2024-08-12 17:16 henry Note Added: 0013366
2024-08-12 18:13 wyldckat Note Added: 0013367
2024-08-12 19:20 henry Status assigned => closed
2024-08-12 19:20 henry Resolution open => fixed
2024-08-12 19:20 henry Fixed in Version => dev