Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
350d0324
Commit
350d0324
authored
Feb 15, 2016
by
Henry Weller
Browse files
scripts: Reformat with consistent section separators
parent
01968229
Changes
370
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
350d0324
...
...
@@ -83,5 +83,3 @@ doc/Doxygen/DTAGS
# Ignore the test directory
/tutorialsTest
# end-of-file
Allwmake
View file @
350d0324
...
...
@@ -43,4 +43,4 @@ then
fi
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/Allwmake
View file @
350d0324
...
...
@@ -24,4 +24,4 @@ wmake -all utilities $*
wmake
-all
solvers
$*
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/compressible/rhoCentralFoam/Allwclean
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wclean libso BCs
wclean
wclean rhoCentralDyMFoam
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/compressible/rhoCentralFoam/Allwmake
View file @
350d0324
...
...
@@ -4,4 +4,4 @@ set -x
(
wmake libso BCs
&&
wmake
&&
wmake rhoCentralDyMFoam
)
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/compressibleInterFoam/Allwclean
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wclean libso twoPhaseMixtureThermo
wclean
wclean compressibleInterDyMFoam
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/compressibleInterFoam/Allwmake
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wmake libso twoPhaseMixtureThermo
wmake
wmake compressibleInterDyMFoam
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/compressibleMultiphaseInterFoam/Allwclean
View file @
350d0324
...
...
@@ -5,4 +5,4 @@ set -x
wclean libso multiphaseMixtureThermo
wclean
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/compressibleMultiphaseInterFoam/Allwmake
View file @
350d0324
...
...
@@ -5,4 +5,4 @@ set -x
wmake libso multiphaseMixtureThermo
wmake
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/driftFluxFoam/Allwclean
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wclean libso mixtureViscosityModels
wclean libso relativeVelocityModels
wclean
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/driftFluxFoam/Allwmake
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wmake libso mixtureViscosityModels
wmake libso relativeVelocityModels
wmake
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/interPhaseChangeFoam/Allwclean
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wclean libso phaseChangeTwoPhaseMixtures
wclean
wclean interPhaseChangeDyMFoam
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/interPhaseChangeFoam/Allwmake
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wmake libso phaseChangeTwoPhaseMixtures
wmake
wmake interPhaseChangeDyMFoam
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/multiphaseEulerFoam/Allwclean
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wclean libso multiphaseSystem
wclean libso interfacialModels
wclean
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/multiphaseEulerFoam/Allwmake
View file @
350d0324
...
...
@@ -7,4 +7,4 @@ wmake libso multiphaseSystem
wmake libso interfacialModels
wmake
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/multiphaseInterFoam/Allwclean
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wclean libso multiphaseMixture
wclean
wclean multiphaseInterDyMFoam
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/multiphaseInterFoam/Allwmake
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wmake libso multiphaseMixture
wmake
wmake multiphaseInterDyMFoam
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/reactingEulerFoam/Allwclean
View file @
350d0324
...
...
@@ -8,4 +8,4 @@ wclean libso interfacialCompositionModels
reactingTwoPhaseEulerFoam/Allwclean
reactingMultiphaseEulerFoam/Allwclean
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/reactingEulerFoam/Allwmake
View file @
350d0324
...
...
@@ -10,4 +10,4 @@ wmake libso interfacialCompositionModels
reactingTwoPhaseEulerFoam/Allwmake
reactingMultiphaseEulerFoam/Allwmake
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/Allwclean
View file @
350d0324
...
...
@@ -6,4 +6,4 @@ wclean libso multiphaseSystem
wclean libso multiphaseCompressibleTurbulenceModels
wclean
#
-----------------------------------------------------------------
end-of-file
#
-------------
-----------------------------------------------------------------
Prev
1
2
3
4
5
…
19
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment