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
c7a59bb2
Commit
c7a59bb2
authored
Jun 17, 2008
by
Andrew Heather
Browse files
consistency update
parent
f290006a
Changes
32
Hide whitespace changes
Inline
Side-by-side
tutorials/MRFSimpleFoam/MRFSimpleFoam/MRFSimpleFoam.C
View file @
c7a59bb2
...
...
@@ -33,7 +33,7 @@ Description
#include
"fvCFD.H"
#include
"incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include
"incompressible/
turbulenceModel/turbulenceM
odel.H"
#include
"incompressible/
RASmodel/RASm
odel.H"
#include
"MRFZones.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/MRFSimpleFoam/MRFSimpleFoam/createFields.H
View file @
c7a59bb2
...
...
@@ -36,9 +36,9 @@
singlePhaseTransportModel
laminarTransport
(
U
,
phi
);
autoPtr
<
incompressible
::
turbulenceM
odel
>
turbulence
autoPtr
<
incompressible
::
RASm
odel
>
turbulence
(
incompressible
::
turbulenceM
odel
::
New
(
U
,
phi
,
laminarTransport
)
incompressible
::
RASm
odel
::
New
(
U
,
phi
,
laminarTransport
)
);
...
...
tutorials/MRFSimpleFoam/mixerVessel2D/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,7 +22,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
turbulence on;
...
...
tutorials/XiFoam/moriyoshiHomogeneous/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,7 +22,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
LaunderSharmaKE;
RASmodel
LaunderSharmaKE;
turbulence on;
...
...
tutorials/boundaryFoam/boundaryLaunderSharma/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,7 +22,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
LaunderSharmaKE;
RASmodel
LaunderSharmaKE;
turbulence on;
...
...
tutorials/boundaryFoam/boundaryWallFunctions/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -24,7 +24,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Turbulence model selection
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
// Do you wish to calculate turbulence?
turbulence on;
...
...
tutorials/bubbleFoam/bubbleColumn/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,7 +22,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
laminar;
RASmodel
laminar;
turbulence off;
...
...
tutorials/buoyantFoam/hotRoom/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,7 +22,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
turbulence on;
...
...
tutorials/buoyantSimpleFoam/hotRoom/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,7 +22,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
turbulence on;
...
...
tutorials/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,7 +22,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
turbulence on;
...
...
tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
turbulence on;
...
...
tutorials/engineFoam/kivaTest/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,7 +22,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
turbulence on;
...
...
tutorials/interDyMFoam/damBreakWithObstacle/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,8 +22,8 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//
turbulenceModel
kEpsilon;
turbulenceModel
laminar;
//
RASmodel
kEpsilon;
RASmodel
laminar;
turbulence off;
...
...
tutorials/rasInterFoam/damBreak/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -22,7 +22,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
turbulence on;
...
...
tutorials/rhoPimpleFoam/angledDuct/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
turbulence on;
laminarCoeffs
...
...
tutorials/rhoPorousSimpleFoam/angledDuctImplicit/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
turbulence on;
laminarCoeffs
...
...
tutorials/rhoTurbFoam/cavity/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -24,7 +24,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Turbulence model selection
turbulenceModel
kOmegaSST; //kEpsilon;
RASmodel
kOmegaSST; //kEpsilon;
// Do you wish to calculate turbulence?
turbulence on;
...
...
tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/createFields.H
View file @
c7a59bb2
...
...
@@ -41,9 +41,9 @@
Info
<<
"Creating turbulence model
\n
"
<<
endl
;
autoPtr
<
compressible
::
turbulenceM
odel
>
turbulence
autoPtr
<
compressible
::
RASm
odel
>
turbulence
(
compressible
::
turbulenceM
odel
::
New
compressible
::
RASm
odel
::
New
(
rho
,
U
,
...
...
tutorials/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam/rhoTurbTwinParcelFoam.C
View file @
c7a59bb2
...
...
@@ -32,7 +32,7 @@ Description
#include
"fvCFD.H"
#include
"basicThermo.H"
#include
"compressible/
turbulenceModel/turbulenceM
odel.H"
#include
"compressible/
RASmodel/RASm
odel.H"
#include
"basicThermoCloud.H"
#include
"basicKinematicCloud.H"
...
...
tutorials/rhoTurbTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties
View file @
c7a59bb2
...
...
@@ -24,7 +24,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Turbulence model selection
turbulenceModel
kEpsilon;
RASmodel
kEpsilon;
// Do you wish to calculate turbulence?
turbulence on;
...
...
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