19eb6fbc6c
Legacy solver wrappers ICCG and BICCG removed
...
Instead of ICCG use PCG with the DIC preconditioner
Instead of BICCG use PBiCG with the DILU preconditioner
2016-06-14 14:53:28 +01:00
377ea204ab
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-14 12:18:20 +01:00
6bade21b2a
multiphaseCompressibleTurbulenceModels, twoPhaseCompressibleTurbulenceModels, phaseCompressibleTurbulenceModels: Added LIB_LIBS
2016-06-14 12:17:15 +01:00
876a610e47
src/Allwmake: Update the location of global.o
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2120
2016-06-14 12:15:07 +01:00
3d810c11dc
Tutorials: made laplacianSchemes consistent and correct
2016-06-13 23:38:03 +01:00
15653daa35
etc/caseDicts/postProcessing: simplified configuration files
2016-06-13 17:03:06 +01:00
029825b83c
applications/utilities: Reorganized
2016-06-13 17:02:43 +01:00
fdf69b3c25
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-13 16:42:51 +01:00
fda11f60b1
foamListTimes: moved to applications/utilities/miscellaneous/foamListTimes
2016-06-13 16:42:25 +01:00
dfd9d97646
Utility ptot has been superceded by the postProcess utility:
...
postProcess -func 'totalPressureIncompressible(U,p)'
or
postProcess -func 'totalPressureCompressible(rho,U,p)'
2016-06-13 16:42:00 +01:00
4baac4cd80
sonicFoam cases: removed redundant coefficient in divSchemes
2016-06-13 15:03:57 +01:00
de02a089ba
tutorials: Removed references to 'sampleDict'
2016-06-13 14:53:56 +01:00
0e4e28be26
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-13 14:29:38 +01:00
d9f423ec85
Utility sample: replaced by 'postProcess -func sample'
...
To re-use existing 'sampleDict' files simply add the following entries:
type sets;
libs ("libsampling.so");
and run
postProcess -func sampleDict
It is probably better to also rename 'sampleDict' -> 'sample' and then run
postProcess -func sampleDict
2016-06-13 14:27:46 +01:00
cc151ce9a0
pimpleDyMFoam/mixerVesselAMI2D: removed redundant coefficient
2016-06-13 13:12:24 +01:00
ffc5578812
probeLocations has been superceded by the postProcess utility
...
e.g.
postProcess -func probes
or
postProcess -func 'probes(p, U)'
2016-06-13 09:55:26 +01:00
ee42f980f6
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-13 09:47:53 +01:00
beb44f9bfa
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-13 09:43:18 +01:00
118a0f225d
functionObjects: Completed transformation of 'source' to vol/surfaceRegion
2016-06-13 09:42:14 +01:00
12814a306d
sonicFoam forwardStep tutorial: removed redundant scheme entry
2016-06-13 09:34:01 +01:00
ae1a6dd12d
functionObjects: Simplified the handling of the post-processing mode
...
Replaced the 'postProcess' argument to the 'write' and 'execute'
functions with the single static member 'postProcess' in the
functionObject base-class.
2016-06-13 08:36:03 +01:00
18b632e71d
Utilities patchAverage and patchIntegrate replaced by postProcess
...
e.g.
postProcess -func 'patchAverage(name=inlet,p)'
postProcess -func 'patchIntegrate(name=inlet,p)'
2016-06-12 22:32:15 +01:00
6656aff301
etc/caseDicts/postProcessing/flowRate: Corrected includes
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2117
2016-06-12 22:28:51 +01:00
6be269ca0b
Minor reformatting
2016-06-12 21:12:13 +01:00
f885349921
Removed experimental code
2016-06-12 21:11:55 +01:00
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
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
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
0365dec03e
functionObjects: 'valueOutput' -> 'writeFields'
2016-06-11 15:26:10 +01:00
0f4df0150a
functionObjects: 'valueOutput' -> 'writeFields'
2016-06-11 15:25:00 +01:00
55782e2868
foamList: Updated handling of switches and removed the '-redundant' option which does not work
2016-06-11 15:24:01 +01:00
2d91b2d92c
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-11 12:41:03 +01:00
ebac6c1512
pressureDifference packaged function object: corrected include statement
2016-06-11 12:40:59 +01:00
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
1865b49aae
Packaged function objects: added a Description entry
2016-06-11 08:53:04 +01:00
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
5b38cb4862
bin/tools/RunFunctions: Simplified using the foamDictionary -value option
2016-06-10 20:24:12 +01:00
29bff520a4
foamDictionary: Added -value option to print the value associated with an entry
2016-06-10 20:23:46 +01:00
2f84769710
bin/tools/RunFunctions: Updated to use foamDictionary
2016-06-10 18:02:26 +01:00
533135ebd4
foamDictionary: Added -expand and -includes options
...
Replaces expandDictionary utility
2016-06-10 17:39:16 +01:00
d42836f2ec
wallFunctionTable: corrected source file name
2016-06-10 14:07:32 +01:00
f5ed8e777a
autoRefineMesh: corrected source file and executable names
2016-06-10 14:05:30 +01:00
c8188265f1
foamDebugSwitches -> foamList -debug
2016-06-10 13:34:58 +01:00
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
079a024374
functionObjects::fieldValue: Added support for 'field' entry
...
Added patchIntegrate configuration
2016-06-10 10:37:37 +01:00
0aa4d70b9d
applications/utilities: FOAM_USER_APPBIN -> FOAM_APPBIN
2016-06-10 10:35:57 +01:00
829f97fb93
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2016-06-10 08:29:10 +01:00
4b5905e535
functionObjects::writeRegisteredObject -> functionObjects::writeObjects
...
Added configuration file etc/caseDicts/postProcessing/fields/writeObjects
2016-06-10 08:28:13 +01:00
288ead131d
Descriptions of solvers corrected and made more consistent and more user-friendly
2016-06-09 18:59:40 +01:00
792eaa3566
stressComponents: utility replaced by the 'R' and 'components' functionObject used with the '-postProcess' option
2016-06-09 18:09:27 +01:00