Henry Weller
be7fba6cff
mapFields: reset the FOAM_CASE environment variable
...
Patch proveded by Alexey Matveichev
Resolves bug-report http://bugs.openfoam.org/view.php?id=2229
2016-09-17 14:50:20 +01:00
Henry Weller
00356f9f7c
setInitialMultiRegionDeltaT: update to be consistent with the standard setInitialDeltaT
...
Resolves bug-report http://bugs.openfoam.org/bug_change_status_page.php
2016-09-16 17:42:01 +01:00
Henry Weller
7dbca43064
PatchToPatchInterpolate: Update to use the tmp ref() non-const access function
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2248
2016-09-16 14:48:31 +01:00
Henry Weller
de29a3309e
rigidBodyMotion: Change the transform averaging to use approximate inverse-distance weighting
...
Now works correctly for an arbitrary number of bodies
Resolves bug-report http://bugs.openfoam.org/view.php?id=2211
2016-09-15 14:36:20 +01:00
Henry Weller
1ca4bbf1d2
PBiCGStab: New preconditioned bi-conjugate gradient stabilized solver for asymmetric lduMatrices
...
using a run-time selectable preconditioner
References:
Van der Vorst, H. A. (1992).
Bi-CGSTAB: A fast and smoothly converging variant of Bi-CG
for the solution of nonsymmetric linear systems.
SIAM Journal on scientific and Statistical Computing, 13(2), 631-644.
Barrett, R., Berry, M. W., Chan, T. F., Demmel, J., Donato, J.,
Dongarra, J., Eijkhout, V., Pozo, R., Romine, C. & Van der Vorst, H.
(1994).
Templates for the solution of linear systems:
building blocks for iterative methods
(Vol. 43). Siam.
See also: https://en.wikipedia.org/wiki/Biconjugate_gradient_stabilized_method
Tests have shown that PBiCGStab with the DILU preconditioner is more
robust, reliable and shows faster convergence (~2x) than PBiCG with
DILU, in particular in parallel where PBiCG occasionally diverges.
2016-09-12 15:19:24 +01:00
Henry Weller
168b29e2cf
functionObjectList::readFunctionObject: Added support for region specification
...
Now the postProcess utility '-region' option works correctly, e.g. for
the chtMultiRegionSimpleFoam/heatExchanger case
postProcess -region air -func "mag(U)"
calculates 'mag(U)' for all the time steps in region 'air'.
2016-09-09 11:24:12 +01:00
Henry Weller
8efaef8c30
tutorials/multiphase/interFoam/ras/weirOverflow: Updated to improve robustness
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2236
2016-09-07 14:07:46 +01:00
Henry Weller
1b195fb9d7
tutorials/multiphase/interDyMFoam/ras/DTCHull: Corrected specification of restraints
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2224
2016-09-03 21:13:14 +01:00
Henry Weller
5c32111a21
decomposePar: corrected decomposeParDict read using -region option
...
Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2227
2016-09-03 20:50:40 +01:00
Henry Weller
a874d8fae1
OpenFOAM-dev/etc/bashrc: Use 'pwd -P' to handle relative paths and links
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2223
2016-09-03 15:59:49 +01:00
Henry Weller
5c32f339e3
foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE
...
- There will be triangles rendered inside the mesh (when
surface-rendering), because one of the cell's triangles is defined
as a quadrangle in VTK_WEDGE.
- Therefore, this VTK_WEDGE representation is only used when
decomposing the mesh, otherwise the correct representation is done
by VTK_POLYHEDRON.
- Furthermore, using VTK_PYRAMID gave worse result, because it renders
2 triangles inside the mesh for the collapsed quadrangle, likely due
to mismatch with the adjacent cell's face.
- Using VTK_HEXAHEDRON was not tested in this iteration, given that it
should give even worse results, when compared to using VTK_PYRAMID.
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2099
2016-08-24 22:06:06 +01:00
Henry Weller
e5670539f8
forceCoeffs: Removed duplicate header writing
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2216
2016-08-24 16:02:53 +01:00
Henry Weller
24690df17f
functionObjects::forces: Corrected file names when using the 'binData' option
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2214
2016-08-24 11:23:02 +01:00
Henry Weller
85daa4f41a
foamToVTK::vtkTopo: Apply fix from #1633
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2213
2016-08-24 09:47:01 +01:00
Henry Weller
f7d4c9d055
etc/bashrc, etc/config.sh:
...
- "$FOAM_USER_APPBIN" and "$FOAM_USER_LIBBIN" have been added to
"foamOldDirs" in "etc/bashrc" and "etc/config.sh/unset"
- "$OPAL_PREFIX" is now undefined in the option "SYSTEMOPENMPI" within
"etc/config.sh/mpi", but only if the path defined in this variable
is cleaned when using "foamCleanPath".
- "$OPAL_PREFIX" is now also conditionally undefined in
"etc/config.sh/unset" when the path is picked up by "foamCleanPath".
Patch contributed by Bruno Santos
Resolved bug-report http://bugs.openfoam.org/view.php?id=2210
2016-08-23 21:05:27 +01:00
Henry Weller
a13e6aef99
Corrected documentation in classes derived from temperatureCoupleBase
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2207
2016-08-22 14:28:19 +01:00
Henry Weller
0fb712a4f1
septernion: Correct quaternion normalization after averaging
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2203
2016-08-19 20:34:13 +01:00
Henry Weller
c84098737c
ParaView: GUI resource files in plugins are no longer supported
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2192
2016-08-16 08:43:30 +01:00
Henry Weller
2c09dd8ceb
codingStyleGuide: Corrected typos
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2193
2016-08-16 08:35:15 +01:00
Henry Weller
3214725229
reconstructPar: Handle the copy of the 'uniform' directory when only 1 region is reconstructed
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2186
2016-08-09 16:41:38 +01:00
Henry Weller
7dfa780c48
ORourkeCollision: Corrected probability test
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2097
2016-08-04 10:05:22 +01:00
Henry Weller
16624b772a
RunFunctions: corrected typo $SUFFIX -> $LOG_SUFFIX
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2176
2016-08-02 21:34:24 +01:00
Henry Weller
1bad0a52f1
tutorials: corrected scripts ']; then' -> ' ]; then'
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2175
2016-08-02 19:13:25 +01:00
Henry Weller
725132a103
tutorials Allrun scripts: Update running of postProcess application
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2173
2016-08-02 16:26:13 +01:00
Henry Weller
57de5138dd
Make/options: Removed duplicate entries
...
Thanks to Bruno Santos for providing the script to check the files
Resolves bug-report http://bugs.openfoam.org/view.php?id=2169
2016-08-01 20:57:02 +01:00
Henry Weller
d0e7dc3826
tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile: Corrected typo
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2170
2016-08-01 20:12:22 +01:00
Henry Weller
320efaea99
tutorials/multiphase/reactingTwoPhaseEulerFoam: Corrected regular expressions
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2167
2016-08-01 17:13:14 +01:00
Henry Weller
5a6fdc1dad
fvAgglomerationMethods/Allwmake: Removed reference to Scotch
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2168
2016-08-01 17:06:14 +01:00
Henry Weller
b6498a8c05
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-4.x
2016-08-01 14:27:40 +01:00
Henry Weller
cf54a3dc2a
meshToMeshTemplates: Updated non-const access to the source patch field
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2165
2016-08-01 14:26:30 +01:00
Chris Greenshields
ab3c254941
scalarTransport function: renamed scalar field -> s
2016-07-31 17:15:57 +01:00
Henry Weller
62dd439d9c
CrankNicolsonDdtScheme: Corrected handling of the boundary field to avoid premature reset of the time-index
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2162
2016-07-29 17:53:28 +01:00
Henry Weller
9577270fcb
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-4.x
2016-07-28 17:58:10 +01:00
Henry Weller
6a92285b9b
fvMatrixSolve: Corrected ref() access to field
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2163
2016-07-28 17:57:06 +01:00
Chris Greenshields
2a648f9b55
foamNewBC: removes phip completely for fixedValue condition
2016-07-26 15:25:24 +01:00
Henry Weller
5a27ec701c
forces: Updated reading of 'nu'
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2158
2016-07-22 09:54:58 +01:00
Henry Weller
68a024778e
decomposePar, reconstructPar: Added support for decomposing "uniform" directories in multi-region cases
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2156
2016-07-20 18:50:58 +01:00
Henry Weller
eab6e3199d
reactingEulerFoam, twoPhaseEulerFoam: Added fvOption sources to the face-based momentum equations
2016-07-19 16:56:08 +01:00
Henry Weller
d5da93c477
postProcess: Added call to functionObject::end() at end of time-loop
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2148
2016-07-19 12:22:49 +01:00
Henry Weller
7bffff8587
ODESolvers::seulex: Corrected 'expo'
2016-07-12 20:06:06 +01:00
Henry Weller
90e2f8d87b
functionObjects::systemCall: Updated documentation
2016-07-09 21:55:15 +01:00
Henry Weller
3809df37fa
reactingTwoPhaseEulerFoam/pUf/UEqns: Changed naming convention for the dmdt's
...
for consistency with HeatAndMassTransferPhaseSystem.C
Resolves bug-report http://bugs.openfoam.org/view.php?id=2141
2016-07-07 14:32:32 +01:00
Henry Weller
da871b3bc5
functionObjects: Updated documentation
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2138
2016-07-03 23:17:54 +01:00
Henry Weller
a70846e229
src/OpenFOAM/primitives/ints: Further tweaks
...
Resolved additional bug-report http://bugs.openfoam.org/view.php?id=2137
2016-07-01 14:51:38 +01:00
Henry Weller
eb17a6f189
vtkUnstructuredReader: corrected prism point ordering
...
Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=1885
2016-07-01 14:48:34 +01:00
Henry Weller
c3eea1df03
src/OpenFOAM/primitives/ints: Corrected MIN and MAX for uints
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2137
2016-07-01 10:44:05 +01:00
Henry Weller
4bb9e66c24
SloanRenumber: link with libboost_system.so rather than libboost_thread.so
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2135
2016-06-30 12:00:15 +01:00
Henry Weller
90f400ead5
fvcD2dt2: Updated non-const dereferencing to use '.ref()'
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2133
2016-06-29 21:54:19 +01:00
Henry Weller
2ac98b541d
Updated for OpenFOAM-4.x
2016-06-28 12:10:11 +01:00
Henry Weller
a42ba9b50b
Updated version to OpenFOAM-4.x
2016-06-28 11:59:45 +01:00