Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
f0375fc3
Commit
f0375fc3
authored
Jun 28, 2016
by
Andrew Heather
Browse files
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
parents
0f6f3e3c
8752f77a
Changes
162
Hide whitespace changes
Inline
Side-by-side
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/Allrun
View file @
f0375fc3
...
...
@@ -6,6 +6,6 @@ cd ${0%/*} || exit 1 # Run from this directory
runApplication blockMesh
runApplication mdInitialise
runApplication
`
getApplication
`
runApplication
$(
getApplication
)
#------------------------------------------------------------------------------
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/Allrun
View file @
f0375fc3
...
...
@@ -6,6 +6,6 @@ cd ${0%/*} || exit 1 # Run from this directory
runApplication blockMesh
runApplication mdInitialise
runApplication
`
getApplication
`
runApplication
$(
getApplication
)
#------------------------------------------------------------------------------
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/Allrun
View file @
f0375fc3
...
...
@@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
application
=
`
getApplication
`
application
=
$(
getApplication
)
runApplication blockMesh
...
...
tutorials/electromagnetics/mhdFoam/hartmann/Allrun
View file @
f0375fc3
...
...
@@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # Run from this directory
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
# Set application name
application
=
`
getApplication
`
application
=
$(
getApplication
)
runApplication blockMesh
runApplication
$application
...
...
tutorials/heatTransfer/buoyantBoussinesqPimpleFoam/hotRoom/Allrun
View file @
f0375fc3
...
...
@@ -4,10 +4,10 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
application
=
`
getApplication
`
application
=
$(
getApplication
)
runApplication blockMesh
cp
0/T.org 0/T
\
c
p 0/T.org 0/T
runApplication setFields
runApplication
$application
...
...
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/Allrun
View file @
f0375fc3
...
...
@@ -4,10 +4,10 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
application
=
`
getApplication
`
application
=
$(
getApplication
)
runApplication blockMesh
cp
0/T.org 0/T
\
c
p 0/T.org 0/T
runApplication setFields
runApplication
$application
...
...
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/Allrun
View file @
f0375fc3
...
...
@@ -6,6 +6,6 @@ cd ${0%/*} || exit 1 # Run from this directory
runApplication blockMesh
runApplication snappyHexMesh
-overwrite
runApplication
`
getApplication
`
runApplication
$(
getApplication
)
#------------------------------------------------------------------------------
tutorials/heatTransfer/buoyantPimpleFoam/hotRoom/Allclean
View file @
f0375fc3
...
...
@@ -5,6 +5,6 @@ cd ${0%/*} || exit 1 # Run from this directory
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
cleanCase
cp
0/T.org 0/T
\
c
p 0/T.org 0/T
#------------------------------------------------------------------------------
tutorials/heatTransfer/buoyantPimpleFoam/hotRoom/Allrun
View file @
f0375fc3
...
...
@@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # Run from this directory
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
# Get application name
application
=
`
getApplication
`
application
=
$(
getApplication
)
runApplication blockMesh
runApplication setFields
...
...
tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/Allrun
View file @
f0375fc3
...
...
@@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # Run from this directory
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
# Set application name
application
=
`
getApplication
`
application
=
$(
getApplication
)
runApplication blockMesh
runApplication
$application
...
...
tutorials/heatTransfer/buoyantSimpleFoam/circuitBoardCooling/Allrun
View file @
f0375fc3
...
...
@@ -2,11 +2,11 @@
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
# Get application name
application
=
`
getApplication
`
application
=
$(
getApplication
)
runApplication blockMesh
cp
-r
0.org 0
restore0Dir
# Create 1D and 3D baffles
runApplication createBaffles
-overwrite
...
...
tutorials/heatTransfer/buoyantSimpleFoam/hotRadiationRoom/Allrun
View file @
f0375fc3
...
...
@@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
application
=
`
getApplication
`
application
=
$(
getApplication
)
runApplication blockMesh
runApplication
$application
...
...
tutorials/heatTransfer/buoyantSimpleFoam/hotRadiationRoomFvDOM/Allrun
View file @
f0375fc3
...
...
@@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
application
=
`
getApplication
`
application
=
$(
getApplication
)
runApplication blockMesh
runApplication
$application
...
...
tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/Allrun
View file @
f0375fc3
...
...
@@ -23,7 +23,7 @@ do
viewFactorsGen
-region
$i
>
log.viewFactorsGen.
$i
2>&1
done
runApplication
`
getApplication
`
runApplication
$(
getApplication
)
echo
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun
View file @
f0375fc3
...
...
@@ -23,13 +23,13 @@ done
#-- Run on single processor
#runApplication
`
getApplication
`
#runApplication
$(
getApplication
)
# Decompose
runApplication decomposePar
-allRegions
# Run
runParallel
`
getApplication
`
runParallel
$(
getApplication
)
# Reconstruct
runApplication reconstructPar
-allRegions
...
...
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun
View file @
f0375fc3
...
...
@@ -27,14 +27,14 @@ done
#-- Run on single processor
runApplication
`
getApplication
`
runApplication
$(
getApplication
)
## Decompose
#runApplication decomposePar -allRegions
#
## Run
#runParallel
`
getApplication
`
#runParallel
$(
getApplication
)
#
## Reconstruct
#runApplication reconstructPar -allRegions
...
...
tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun
View file @
f0375fc3
...
...
@@ -21,7 +21,6 @@ rm log.topoSet
runApplication topoSet
-region
cabin
-dict
system/topoSetDictRegister
# set the initial fields
rm
-rf
0
cp
-rf
0.org 0
restore0Dir
runApplication
$(
getApplication
)
tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/Allrun.pre
View file @
f0375fc3
...
...
@@ -17,5 +17,4 @@ runApplication subsetMesh c0 -patch walls -overwrite
runApplication splitMeshRegions
-cellZones
-overwrite
# set the initial fields
rm
-rf
0
cp
-rf
0.org 0
restore0Dir
tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/Allrun.pre
View file @
f0375fc3
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
# Source tutorial run functions
...
...
@@ -25,5 +24,4 @@ rm -rf constant/air/polyMesh/sets
paraFoam
-touch
-region
porous
paraFoam
-touch
-region
air
cp
-rf
0.org 0
restore0Dir
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/Allrun
View file @
f0375fc3
...
...
@@ -26,7 +26,7 @@ do
viewFactorsGen
-region
$i
done
runApplication
`
getApplication
`
runApplication
$(
getApplication
)
...
...
Prev
1
2
3
4
5
6
7
…
9
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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