View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003373 | OpenFOAM | Patch | public | 2019-10-17 18:00 | 2019-10-17 18:47 |
Reporter | tteichmann | Assigned To | henry | ||
Priority | low | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | all | OS | all | OS Version | all |
Product Version | dev | ||||
Summary | 0003373: Correct header of bin/sonicFoam | ||||
Description | The header was likely copied from some older script and not updates. The attached patch updates the header to actually reflect what the script does. | ||||
Tags | No tags attached. | ||||
|
patch.diff (1,005 bytes)
diff --git a/bin/sonicFoam b/bin/sonicFoam index 11bd822d..18650817 100755 --- a/bin/sonicFoam +++ b/bin/sonicFoam @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | Website: https://openfoam.org -# \\ / A nd | Copyright (C) 2018 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2019 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -23,10 +23,11 @@ # along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. # # Script -# supersededByPostProcess +# sonicFoam # # Description -# Script to suggest using the new "postProcess" utility. +# Script to inform the user that the "sonic" family of solvers has been +# merged into rhoPimpleFoam. # #------------------------------------------------------------------------------ sonicFoam=${0##*/} |
|
Resolved by commit 7ec1f0d6a8f4dfe237d18caf5905e3ff9f05efef |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-10-17 18:00 | tteichmann | New Issue | |
2019-10-17 18:00 | tteichmann | File Added: patch.diff | |
2019-10-17 18:47 | henry | Assigned To | => henry |
2019-10-17 18:47 | henry | Status | new => resolved |
2019-10-17 18:47 | henry | Resolution | open => fixed |
2019-10-17 18:47 | henry | Note Added: 0010844 |