View Issue Details

IDProjectCategoryView StatusLast Update
0003373OpenFOAMPatchpublic2019-10-17 18:47
Reportertteichmann Assigned Tohenry  
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
PlatformallOSallOS Versionall
Product Versiondev 
Summary0003373: Correct header of bin/sonicFoam
DescriptionThe header was likely copied from some older script and not updates. The attached patch updates the header to actually reflect what the script does.
TagsNo tags attached.

Activities

tteichmann

2019-10-17 18:00

reporter  

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##*/}
patch.diff (1,005 bytes)   

henry

2019-10-17 18:47

manager   ~0010844

Resolved by commit 7ec1f0d6a8f4dfe237d18caf5905e3ff9f05efef

Issue History

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