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-plus
Commits
195c5665
Commit
195c5665
authored
Dec 14, 2014
by
Henry
Browse files
Minor change to comment
parent
bc5134a5
Changes
265
Hide whitespace changes
Inline
Side-by-side
tutorials/Allclean
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
echo
"--------"
echo
"Cleaning tutorials ..."
...
...
tutorials/Allrun
View file @
195c5665
...
...
@@ -28,7 +28,7 @@
# Description
#
#------------------------------------------------------------------------------
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
...
...
tutorials/Alltest
View file @
195c5665
...
...
@@ -29,7 +29,7 @@
# quickly tests the tutorials and writes out the scheme/solver information
#
#------------------------------------------------------------------------------
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
usage
()
{
...
...
tutorials/DNS/dnsFoam/boxTurb16/Allclean
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial clean functions
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
...
...
tutorials/DNS/dnsFoam/boxTurb16/Allrun
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
...
...
tutorials/basic/laplacianFoam/flange/Allclean
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial clean functions
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
...
...
tutorials/basic/laplacianFoam/flange/Allrun
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
...
...
tutorials/basic/potentialFoam/cylinder/Allclean
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial clean functions
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
...
...
tutorials/basic/potentialFoam/cylinder/Allrun
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
...
...
tutorials/basic/potentialFoam/pitzDaily/Allclean
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial clean functions
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
...
...
tutorials/basic/potentialFoam/pitzDaily/Allrun
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
...
...
tutorials/combustion/PDRFoam/flamePropagationWithObstacles/Allclean
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial clean functions
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
...
...
tutorials/combustion/PDRFoam/flamePropagationWithObstacles/Allrun
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
...
...
tutorials/combustion/XiFoam/ras/Allclean
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial clean functions
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
...
...
tutorials/combustion/XiFoam/ras/Allrun
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
...
...
tutorials/combustion/chemFoam/gri/Allclean
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
...
...
tutorials/combustion/chemFoam/gri/Allrun
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
...
...
tutorials/combustion/chemFoam/gri/validation/Allrun
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Extract Chemkin II data into a friendlier format
echo
"# Time [s] Temperature [K]"
>
chemkinII
...
...
tutorials/combustion/chemFoam/h2/Allclean
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
...
...
tutorials/combustion/chemFoam/h2/Allrun
View file @
195c5665
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
#
r
un from this directory
cd
${
0
%/*
}
||
exit
1
#
R
un from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
...
...
Prev
1
2
3
4
5
…
14
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