Henry Weller
83321bd4f7
functionObjects: renamed faceSource -> surfaceRegion, cellSource -> volRegion
...
The use of the term 'source' in the context of post-processing is
confusing and does not properly describe the process of region
selection. The new names 'surfaceRegion' and 'volRegion' better
describe the purpose of the functionObjects which is to provide field
processing functionality limited to a specified region of space, either
a surface or volume.
The keyword 'source' is renamed 'regionType' which better describes the
purpose which is to specify the method by which the surface or volume
region is selected.
The keyword to select the name of the surface or volume region is
renamed from 'sourceName' to 'name' consistent with the other
name-changes above.
2016-06-12 20:56:51 +01:00
Henry Weller
e2336fefd3
checkMesh: Added writing of faceSets and cellSets containing errors
...
In parallel the sets are reconstructed. e.g.
mpirun -np 6 checkMesh -parallel -allGeometry -allTopology -writeSets vtk
will create a postProcessing/ folder with the vtk files of the
(reconstructed) faceSets and cellSets.
Also improved analysis of disconnected regions now also checks for point
connectivity with is useful for detecting if AMI regions have duplicate
points.
Patch contributed by Mattijs Janssens
2016-06-12 20:51:07 +01:00
Henry Weller
326b646bb8
Allwmake -update: Further improvements to handle source-tree/dep file inconsistencies after git pull
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2091
2016-06-11 16:28:40 +01:00
Henry Weller
0365dec03e
functionObjects: 'valueOutput' -> 'writeFields'
2016-06-11 15:26:10 +01:00
Henry Weller
0f4df0150a
functionObjects: 'valueOutput' -> 'writeFields'
2016-06-11 15:25:00 +01:00
Henry Weller
55782e2868
foamList: Updated handling of switches and removed the '-redundant' option which does not work
2016-06-11 15:24:01 +01:00
Chris Greenshields
2d91b2d92c
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-11 12:41:03 +01:00
Chris Greenshields
ebac6c1512
pressureDifference packaged function object: corrected include statement
2016-06-11 12:40:59 +01:00
Henry Weller
8cca43e259
applications/Allwmake: Compile utilities after solvers
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2116
2016-06-11 11:49:35 +01:00
Chris Greenshields
1865b49aae
Packaged function objects: added a Description entry
2016-06-11 08:53:04 +01:00
Henry Weller
680b4e1f11
etc/config.[c]sh/unset: unalias wmRefresh
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2112
2016-06-10 22:19:21 +01:00
Henry Weller
5b38cb4862
bin/tools/RunFunctions: Simplified using the foamDictionary -value option
2016-06-10 20:24:12 +01:00
Henry Weller
29bff520a4
foamDictionary: Added -value option to print the value associated with an entry
2016-06-10 20:23:46 +01:00
Henry Weller
2f84769710
bin/tools/RunFunctions: Updated to use foamDictionary
2016-06-10 18:02:26 +01:00
Henry Weller
533135ebd4
foamDictionary: Added -expand and -includes options
...
Replaces expandDictionary utility
2016-06-10 17:39:16 +01:00
Chris Greenshields
d42836f2ec
wallFunctionTable: corrected source file name
2016-06-10 14:07:32 +01:00
Chris Greenshields
f5ed8e777a
autoRefineMesh: corrected source file and executable names
2016-06-10 14:05:30 +01:00
Henry Weller
c8188265f1
foamDebugSwitches -> foamList -debug
2016-06-10 13:34:58 +01:00
Henry Weller
603e34d514
UOPstream: corrected write(const char* str)
...
Resolved bug-report http://bugs.openfoam.org/view.php?id=2115
2016-06-10 13:33:40 +01:00
Henry Weller
079a024374
functionObjects::fieldValue: Added support for 'field' entry
...
Added patchIntegrate configuration
2016-06-10 10:37:37 +01:00
Henry Weller
0aa4d70b9d
applications/utilities: FOAM_USER_APPBIN -> FOAM_APPBIN
2016-06-10 10:35:57 +01:00
Henry Weller
829f97fb93
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-10 08:29:10 +01:00
Henry Weller
4b5905e535
functionObjects::writeRegisteredObject -> functionObjects::writeObjects
...
Added configuration file etc/caseDicts/postProcessing/fields/writeObjects
2016-06-10 08:28:13 +01:00
Chris Greenshields
288ead131d
Descriptions of solvers corrected and made more consistent and more user-friendly
2016-06-09 18:59:40 +01:00
Henry Weller
792eaa3566
stressComponents: utility replaced by the 'R' and 'components' functionObject used with the '-postProcess' option
2016-06-09 18:09:27 +01:00
Henry Weller
acdb7a0324
wallGradU: utility replaced by the 'grad' functionObject used with the '-postProcess' option
2016-06-09 18:06:39 +01:00
Henry Weller
657c2909ed
createTurbulenceFields: utility replaced by 'turbulenceFields' functionObject used with the '-postProcess' option
2016-06-09 17:17:19 +01:00
Henry Weller
0f5b4f3c49
functionObjects: Corrected docs
2016-06-09 16:29:06 +01:00
Henry Weller
6a03830b05
R: utility replaced by functionObject used with the '-postProcess' option
2016-06-09 16:28:30 +01:00
Henry Weller
13f91bf5de
functionObjects: 'output:' -> 'write:' for consistency with the naming of the 'write' function
2016-06-09 16:06:44 +01:00
Henry Weller
fd734554b9
functionObjects::yPlus: Rationalized the functionality in 'execute' and 'write'
2016-06-09 16:06:09 +01:00
Henry Weller
4734b1af5b
wallShearStress: utility replaced by functionObject used with the '-postProcess' option
2016-06-09 16:05:13 +01:00
Henry Weller
e175594e9f
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-09 14:52:04 +01:00
Henry Weller
ca588fb2c5
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-09 14:36:16 +01:00
Henry Weller
df904757b4
wmake/rules/General/CGAL: lib -> lib64 on 64bit OSs
...
Patch contributed by Bruno Santos
Resolves patch request http://bugs.openfoam.org/view.php?id=2114
2016-06-09 14:34:26 +01:00
Chris Greenshields
02886159cb
Update plateHole case to be consistent with User Guide tutorial
2016-06-08 15:34:16 +01:00
Henry Weller
43b3fa2ce3
functionObjects::scalarTransport: simplified, standardized, rationalized
...
tutorials/incompressible/pisoFoam/les/pitzDaily: Added scalarTransport
functionObject to demonstrate the new functionality
2016-06-08 15:11:57 +01:00
Chris Greenshields
421d3ffd5e
Name of packaged function object consistent with filename
...
to enable the postProcess -func <function> option to work
2016-06-08 14:15:20 +01:00
Chris Greenshields
ee6188ed09
Removed fixedWalls from cuttingPatches because it is redundant now fixedWalls is noSlip
2016-06-08 14:08:26 +01:00
Chris Greenshields
c32f4fef00
Corrected RAS cavity case to be consistent with User Guide tutorial
2016-06-08 14:01:50 +01:00
Henry Weller
70f3947c48
etc/bashrc,cshrc: Use "$WM_PROJECT" rather than "OpenFOAM" in the setting of $FOAM_INST_DIR
...
Patch contributed by Bruno Santos
Resolves patch request http://bugs.openfoam.org/view.php?id=2112
2016-06-08 11:51:21 +01:00
Henry Weller
c93dcf98a6
applications/utilities/miscellaneous/foamDictionary/Make/options: Removed debug options
2016-06-07 16:27:22 +01:00
Henry Weller
680c687407
src/rigidBodyMeshMotion/Make/options: Removed debug switches
2016-06-07 16:25:29 +01:00
Henry Weller
6fe3812698
etc/config.*/aliases: Updated, removed duplicates and added foamVersion
...
foamVersion: prints the current OpenFOAM version
foamVersion <version>: changes to the specified version
2016-06-07 16:15:46 +01:00
Henry Weller
c88070040e
PatchFlowRateInjection: Corrected parallel handling of the random position
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2111
2016-06-07 10:56:33 +01:00
Henry Weller
f2d9959bae
foamConfigurePaths: Updated foamInstall option
2016-06-06 19:32:01 +01:00
Henry Weller
2b71ea6f58
Update headers
2016-06-06 17:22:23 +01:00
Henry Weller
b7243e2d19
etc/bashrc,cshrc: Simplify and automate the setting of FOAM_INST_DIR
...
FOAM_INST_DIR is the location of the OpenFOAM installation which defaults to
the directory containing the etc/bashrc,cshrc file. If this default is
not appropriate FOAM_INST_DIR can be set explicitly.
2016-06-06 17:20:10 +01:00
Henry Weller
048a3a7ada
tutorials/lagrangian/MPPICFoam/injectionChannel: Corrected orientation of inlet air
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2110
2016-06-06 12:20:14 +01:00
Henry Weller
34e48fff4c
kOmegaSSTDES: New DES model based on the k-omega SST RAS model
...
Description
Implementation of the k-omega-SST-DES turbulence model for
incompressible and compressible flows.
DES model described in:
\verbatim
Menter, F. R., Kuntz, M., and Langtry, R. (2003).
Ten Years of Industrial Experience with the SST Turbulence Model.
Turbulence, Heat and Mass Transfer 4, ed: K. Hanjalic, Y. Nagano,
& M. Tummers, Begell House, Inc., 625 - 632.
\endverbatim
Optional support for zonal filtering based on F1 or F2 is provided as
described in the paper.
For further details of the implementation of the base k-omega-SST model
see Foam::kOmegaSST.
The DES coefficient 'CDES' defaults to 0.61 but may be changed as
necessary.
The zonal filter filter defaults to '2' which uses "(1 - F2)" as
suggested in the paper but '0' (no filtering) and '1' which uses
"(1 - F1)" are also supported.
2016-06-06 08:56:54 +01:00