Skip to content
GitLab
Menu
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
6eae29aa
Commit
6eae29aa
authored
Jun 21, 2021
by
Kutalmış Berçin
Committed by
Sergio Ferraris
Jun 22, 2021
Browse files
TUT: reduce the number of postProcessing files
parent
57304aea
Changes
62
Hide whitespace changes
Inline
Side-by-side
tutorials/compressible/acousticFoam/obliqueAirJet/precursor/system/controlDict
View file @
6eae29aa
...
...
@@ -57,7 +57,7 @@ functions
type surfaces;
surfaceFormat boundaryData;
writeControl timeStep;
writeInterval 10;
writeInterval 10
0
;
interpolationScheme cell;
fields
(
...
...
tutorials/incompressible/pimpleFoam/LES/periodicHill/Allclean
0 → 100755
View file @
6eae29aa
#!/bin/sh
cd
"
${
0
%/*
}
"
||
exit
# Run from this directory
#------------------------------------------------------------------------------
(
cd
steadyState
&&
./Allclean
)
(
cd
transient
&&
./Allclean
)
#------------------------------------------------------------------------------
tutorials/incompressible/pimpleFoam/LES/periodicHill/Allrun
View file @
6eae29aa
#!/bin/sh
cd
"
${
0
%/*
}
"
||
exit
# Run from this directory
.
${
WM_PROJECT_DIR
:?
}
/bin/tools/RunFunctions
# Tutorial run functions
#------------------------------------------------------------------------------
(
cd
steadyState
&&
./Allrun
)
...
...
tutorials/incompressible/pimpleFoam/LES/periodicHill/transient/Allclean
0 → 100755
View file @
6eae29aa
#!/bin/sh
cd
"
${
0
%/*
}
"
||
exit
# Run from this directory
.
${
WM_PROJECT_DIR
:?
}
/bin/tools/CleanFunctions
# Tutorial clean functions
#------------------------------------------------------------------------------
cleanCase0
#------------------------------------------------------------------------------
tutorials/incompressible/pimpleFoam/LES/periodicHill/transient/system/blockMeshDict
View file @
6eae29aa
...
...
@@ -31,11 +31,10 @@ vertices
blocks
(
hex (0 1 2 3 4 5 6 7) (200 160 80) simpleGrading (1 ((0.5 0.5 100)(0.5 0.5 0.01)) 1)
hex (0 1 2 3 4 5 6 7) (200 160 80)
simpleGrading (1 ((0.5 0.5 100)(0.5 0.5 0.01)) 1)
);
edges #codeStream
{
codeInclude
...
...
tutorials/incompressible/pimpleFoam/LES/periodicHill/transient/system/controlDict
View file @
6eae29aa
...
...
@@ -105,12 +105,17 @@ functions
{
type sets;
libs (sampling);
writeControl writeTime;
timeStart 1500.5; // approx 2x flow-throughs
interpolationScheme cellPoint;
setFormat raw;
executeControl onEnd;
writeControl onEnd;
setFormat raw;
fields
(
U
columnAverage:columnAverage(UMean)
columnAverage:columnAverage(UPrime2Mean)
);
sets
(
...
...
@@ -185,14 +190,6 @@ functions
end (0.224 1 0.063);
}
);
fields
(
U
columnAverage:columnAverage(UMean)
columnAverage:columnAverage(UPrime2Mean)
);
}
}
...
...
tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/controlDict
View file @
6eae29aa
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs (turbulenceModelSchemes);
libs
(turbulenceModelSchemes);
application pimpleFoam;
...
...
@@ -54,6 +54,7 @@ functions
libs (fieldFunctionObjects);
fields (U p);
}
DESField
{
// Mandatory entries
...
...
tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/sample
View file @
6eae29aa
...
...
@@ -16,7 +16,7 @@ FoamFile
type sets;
libs (sampling);
writeControl
writeTime
;
writeControl
onEnd
;
interpolationScheme cellPoint;
setFormat raw;
...
...
tutorials/incompressible/pimpleFoam/LES/vortexShed/system/controlDict
View file @
6eae29aa
...
...
@@ -80,8 +80,8 @@ functions
log true;
timeStart 100;
timeEnd 1000;
executeControl
timeStep
;
executeInterval 1;
executeControl
runTime
;
executeInterval 1
0
;
}
curlePoint
...
...
@@ -108,8 +108,8 @@ functions
log true;
timeStart 100;
timeEnd 1000;
executeControl
timeStep
;
executeInterval 1;
executeControl
runTime
;
executeInterval 1
0
;
}
cuttingPlane
...
...
tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion2D_pimpleFoam/system/ensightWrite
View file @
6eae29aa
...
...
@@ -18,7 +18,7 @@ ensightWrite
overwrite true;
writeControl
writeTime
;
writeControl
onEnd
;
consecutive false;
}
...
...
tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/system/visualization
View file @
6eae29aa
...
...
@@ -11,7 +11,7 @@
// Timing
_visualization
{
writeControl
writeTime
;
writeControl
onEnd
;
// enabled true;
...
...
tutorials/incompressible/pisoFoam/LES/pitzDaily/system/controlDict
View file @
6eae29aa
...
...
@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -69,7 +68,6 @@ functions
(0.1524 0.0253 0)
(0.1778 0.0253 0)
);
}
fieldAverage1
...
...
@@ -101,7 +99,7 @@ functions
{
type surfaces;
libs (sampling);
writeControl
writeTime
;
writeControl
onEnd
;
interpolationScheme cellPoint;
...
...
tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/controlDict
View file @
6eae29aa
...
...
@@ -99,7 +99,7 @@ functions
{
type surfaces;
libs (sampling);
writeControl
writeTime
;
writeControl
onEnd
;
interpolationScheme cellPoint;
...
...
tutorials/incompressible/simpleFoam/backwardFacingStep2D/system/sample
View file @
6eae29aa
type sets;
libs (sampling);
writeControl
writeTime
;
writeControl
onEnd
;
interpolationScheme cellPoint;
...
...
tutorials/mesh/moveDynamicMesh/relativeMotion/Allrun
View file @
6eae29aa
...
...
@@ -11,7 +11,6 @@ cd "${0%/*}" || exit # Run from this directory
runApplication snappyHexMesh
-overwrite
runApplication renumberMesh
-overwrite
runApplication createPatch
-overwrite
)
# Make a 2D mesh by extruding a patch and solve to steady state.
...
...
tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/controlDict
View file @
6eae29aa
...
...
@@ -75,7 +75,7 @@ functions
{
type surfaces;
libs (sampling);
writeControl
writeTime
;
writeControl
onEnd
;
surfaceFormat raw;
fields
(
...
...
tutorials/multiphase/interFoam/laminar/sloshingTank2D/system/controlDict
View file @
6eae29aa
...
...
@@ -75,7 +75,7 @@ functions
{
type surfaces;
libs (sampling);
writeControl
writeTime
;
writeControl
onEnd
;
surfaceFormat raw;
fields
(
...
...
tutorials/multiphase/interFoam/laminar/sloshingTank2D3DoF/system/controlDict
View file @
6eae29aa
...
...
@@ -75,7 +75,7 @@ functions
{
type surfaces;
libs (sampling);
writeControl
writeTime
;
writeControl
onEnd
;
surfaceFormat raw;
fields
(
...
...
tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/controlDict
View file @
6eae29aa
...
...
@@ -59,11 +59,17 @@ functions
type sets;
libs (sampling);
enabled true;
writeControl writeTime;
writeInterval 1;
writeControl onEnd;
interpolationScheme cellPoint;
setFormat raw;
fixedLocations false;
fields
(
U
alpha.water
);
sets
(
...
...
@@ -107,7 +113,6 @@ functions
end ( 7.5 0.005 0.8 );
nPoints 1001;
}
line6
{
type uniform;
...
...
@@ -133,12 +138,6 @@ functions
nPoints 1001;
}
);
fixedLocations false;
fields
(
U alpha.water
);
}
}
...
...
tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/controlDict
View file @
6eae29aa
...
...
@@ -59,11 +59,17 @@ functions
type sets;
libs (sampling);
enabled true;
writeControl writeTime;
writeInterval 1;
writeControl onEnd;
interpolationScheme cellPoint;
setFormat raw;
fixedLocations false;
fields
(
U alpha.water
);
sets
(
line1
...
...
@@ -74,14 +80,6 @@ functions
end ( 7.9253 19.8599 30.0 );
nPoints 1001;
}
);
fixedLocations false;
fields
(
U alpha.water
);
}
}
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
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