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
47d0a28d
Commit
47d0a28d
authored
Nov 23, 2008
by
henry
Browse files
Updated utilities to use the new turbulenceModels paths.
parent
381b1e8c
Changes
34
Hide whitespace changes
Inline
Side-by-side
applications/solvers/combustion/PDRFoam/Make/options
View file @
47d0a28d
...
...
@@ -9,7 +9,7 @@ EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/combustion/lnInclude \
-I$(LIB_SRC)/turbulenceModels
/compressible/turbulenceModel
\
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/laminarFlameSpeed/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
...
...
applications/solvers/compressible/rhoPorousSimpleFoam/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/turbulenceModels
/compressible/turbulenceModel
\
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/RASModel \
-I$(LIB_SRC)/finiteVolume/cfdTools \
-I$(LIB_SRC)/finiteVolume/lnInclude \
...
...
applications/solvers/compressible/rhoSimpleFoam/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/turbulenceModels
/compressible/turbulenceModel
\
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/RASModel \
-I$(LIB_SRC)/finiteVolume/cfdTools \
-I$(LIB_SRC)/finiteVolume/lnInclude
...
...
applications/solvers/heatTransfer/buoyantSimpleFoam/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/turbulenceModels
/compressible/turbulenceModel
\
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
-I$(LIB_SRC)/finiteVolume/cfdTools \
-I$(LIB_SRC)/finiteVolume/lnInclude
...
...
applications/solvers/heatTransfer/buoyantSimpleRadiationFoam/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
-I$(LIB_SRC)/turbulenceModels
/compressible/turbulenceModel
\
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
-I$(LIB_SRC)/turbulenceModels/RAS \
-I$(LIB_SRC)/finiteVolume/cfdTools \
...
...
applications/solvers/incompressible/boundaryFoam/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/turbulenceModels
/incompressible/turbulenceModel
\
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
...
...
applications/solvers/incompressible/channelFoam/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/turbulenceModels
/incompressible/turbulenceModel
\
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/incompressible/LES/LESModel \
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
-I$(LIB_SRC)/transportModels \
...
...
applications/solvers/incompressible/simpleFoam/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/turbulenceModels
/incompressible/turbulenceModel
\
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
...
...
applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/postProcessing/postCalc \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/turbulenceModels/RAS \
-I$(LIB_SRC)/turbulenceModels/LES \
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
$(FOAM_LIBBIN)/postCalc.o \
-lfiniteVolume \
-lincompressibleTransportModels \
-lincompressibleRASModels \
-lincompressibleLESModels \
-lbasicThermophysicalModels \
-lspecie \
-lcompressibleRASModels \
-lcompressibleLESModels
-lcompressibleLESModels \
-lfiniteVolume
applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/execFlowFunctionObjects.C
View file @
47d0a28d
...
...
@@ -39,12 +39,12 @@ Description
#include
"incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include
"incompressible/RASModel/RASModel.H"
#include
"incompressible/LESModel/LESModel.H"
#include
"incompressible/
RAS/
RASModel/RASModel.H"
#include
"incompressible/
LES/
LESModel/LESModel.H"
#include
"basicThermo.H"
#include
"compressible/RASModel/RASModel.H"
#include
"compressible/LESModel/LESModel.H"
#include
"compressible/
RAS/
RASModel/RASModel.H"
#include
"compressible/
LES/
LESModel/LESModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
applications/utilities/postProcessing/turbulence/R/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/turbulenceModels/RAS \
-I$(LIB_SRC)/transportModels
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lincompressibleRASModels \
-lincompressibleTransportModels \
-lfiniteVolume
applications/utilities/postProcessing/turbulence/R/R.C
View file @
47d0a28d
...
...
@@ -32,21 +32,19 @@ Description
#include
"fvCFD.H"
#include
"incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include
"incompressible/RASModel/RASModel.H"
#include
"RASModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int
main
(
int
argc
,
char
*
argv
[])
{
#include
"setRootCase.H"
# include "setRootCase.H"
# include "createTime.H"
# include "createMesh.H"
# include "createFields.H"
#include
"createTime.H"
#include
"createMesh.H"
#include
"createFields.H"
// * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info
<<
"
\n
Calculating the Reynolds Stress R
\n
"
<<
endl
;
...
...
applications/utilities/postProcessing/turbulence/createTurbulenceFields/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/turbulenceModels/RAS \
-I$(LIB_SRC)/transportModels
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lincompressibleRASModels \
-lincompressibleTransportModels
-lincompressibleTransportModels \
-lfiniteVolume
\ No newline at end of file
applications/utilities/postProcessing/turbulence/createTurbulenceFields/createTurbulenceFields.C
View file @
47d0a28d
...
...
@@ -36,28 +36,26 @@ Source files:
#include
"fvCFD.H"
#include
"incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include
"incompressible/RASModel/RASModel.H"
#include
"RASModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int
main
(
int
argc
,
char
*
argv
[])
{
# include "addTimeOptions.H"
# include "setRootCase.H"
# include "createTime.H"
#include
"addTimeOptions.H"
#include
"setRootCase.H"
#include
"createTime.H"
// Get times list
instantList
Times
=
runTime
.
times
();
// set startTime and endTime depending on -time and -latestTime options
#
include "checkTimeOptions.H"
#
include
"checkTimeOptions.H"
runTime
.
setTime
(
Times
[
startTime
],
startTime
);
#
include "createMesh.H"
#
include
"createMesh.H"
#
include "createFields.H"
#
include
"createFields.H"
for
(
label
i
=
startTime
;
i
<
endTime
;
i
++
)
{
...
...
applications/utilities/postProcessing/velocityField/Pe/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/postProcessing/postCalc \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/turbulenceModels/RAS \
-I$(LIB_SRC)/turbulenceModels/LES \
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude
EXE_LIBS = \
$(FOAM_LIBBIN)/postCalc.o \
-lfiniteVolume \
-lmeshTools \
-lincompressibleTransportModels \
-lincompressibleRASModels \
-lincompressibleLESModels \
-lbasicThermophysicalModels \
-lspecie \
-lcompressibleRASModels \
-lcompressibleLESModels
-lcompressibleLESModels \
-lfiniteVolume \
-lmeshTools
applications/utilities/postProcessing/velocityField/Pe/Pe.C
View file @
47d0a28d
...
...
@@ -37,11 +37,11 @@ Description
#include
"fvc.H"
#include
"incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include
"incompressible/RASModel/RASModel.H"
#include
"incompressible/LESModel/LESModel.H"
#include
"incompressible/
RAS/
RASModel/RASModel.H"
#include
"incompressible/
LES/
LESModel/LESModel.H"
#include
"basicThermo.H"
#include
"compressible/RASModel/RASModel.H"
#include
"compressible/LESModel/LESModel.H"
#include
"compressible/
RAS/
RASModel/RASModel.H"
#include
"compressible/
LES/
LESModel/LESModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
applications/utilities/postProcessing/wall/wallHeatFlux/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/
finiteVolume/lnInclude
\
-I$(LIB_SRC)/turbulenceModels/
RAS
\
-I$(LIB_SRC)/
turbulenceModels
\
-I$(LIB_SRC)/turbulenceModels/
compressible/RAS/RASModel
\
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/combustion/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lcompressibleRASModels \
...
...
applications/utilities/postProcessing/wall/wallHeatFlux/wallHeatFlux.C
View file @
47d0a28d
...
...
@@ -34,7 +34,7 @@ Description
#include
"fvCFD.H"
#include
"hCombustionThermo.H"
#include
"
compressible/RASModel/
RASModel.H"
#include
"RASModel.H"
#include
"wallFvPatch.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -43,9 +43,9 @@ int main(int argc, char *argv[])
{
timeSelector
::
addOptions
();
#include
"setRootCase.H"
#
include "createTime.H"
#
include
"createTime.H"
instantList
timeDirs
=
timeSelector
::
select0
(
runTime
,
args
);
#
include "createMesh.H"
#
include
"createMesh.H"
forAll
(
timeDirs
,
timeI
)
{
...
...
@@ -53,7 +53,7 @@ int main(int argc, char *argv[])
Info
<<
"Time = "
<<
runTime
.
timeName
()
<<
endl
;
mesh
.
readUpdate
();
#
include "createFields.H"
#
include
"createFields.H"
surfaceScalarField
heatFlux
=
fvc
::
interpolate
(
RASModel
->
alphaEff
())
*
fvc
::
snGrad
(
h
);
...
...
applications/utilities/postProcessing/wall/wallShearStress/Make/options
View file @
47d0a28d
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/turbulenceModels/RAS \
-I$(LIB_SRC)/transportModels
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lincompressibleRASModels \
...
...
applications/utilities/postProcessing/wall/wallShearStress/wallShearStress.C
View file @
47d0a28d
...
...
@@ -32,7 +32,7 @@ Description
#include
"fvCFD.H"
#include
"incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include
"
incompressible/RASModel/
RASModel.H"
#include
"RASModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -40,9 +40,9 @@ int main(int argc, char *argv[])
{
timeSelector
::
addOptions
();
#include
"setRootCase.H"
#
include "createTime.H"
#
include
"createTime.H"
instantList
timeDirs
=
timeSelector
::
select0
(
runTime
,
args
);
#
include "createMesh.H"
#
include
"createMesh.H"
forAll
(
timeDirs
,
timeI
)
{
...
...
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
Info
<<
"Time = "
<<
runTime
.
timeName
()
<<
endl
;
mesh
.
readUpdate
();
#
include "createFields.H"
#
include
"createFields.H"
volSymmTensorField
Reff
(
RASModel
->
devReff
());
...
...
Prev
1
2
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