Henry Weller
ea556aa7fc
README.org: Updated links
2018-01-03 17:18:48 +00:00
Chris Greenshields
0042ee0f7f
foamCloneCase: corrected operation with no time dirs
2017-12-22 14:07:01 +00:00
Henry Weller
6c5c27c0b1
sampledSets: Corrected curve distance list ordering in parallel
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2792
2017-12-18 16:15:19 +00:00
Henry Weller
73d878406f
compressibleInterFoam family: Corrected transonic option
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2785
2017-12-10 13:41:41 +00:00
Henry Weller
b486157a61
OSspecific/POSIX: Updated function name in diagnostic messages
...
Patch contributed by Bruno Santos
Resolves bug-report https://bugs.openfoam.org/view.php?id=2786
2017-12-10 11:10:50 +00:00
Henry Weller
529d4137e1
Removed legacy scripts rm~all and rmcore
...
Also resolves bug-report https://bugs.openfoam.org/view.php?id=2780
2017-12-05 15:31:55 +00:00
Will Bainbridge
ce59c4abf7
particle: Corrected property list for barycentric coordinates
...
This resolves bug report https://bugs.openfoam.org/view.php?id=2777
2017-12-01 16:15:22 +00:00
Will Bainbridge
e00301939f
polyMesh: Stopped re-seeding of RNG on each cell-tree update
...
This resolves bug report https://bugs.openfoam.org/view.php?id=2772
2017-11-29 11:34:54 +00:00
Henry Weller
a268af9720
wallHeatFlux: Changed sign of radiative heat flux contribution
...
to compensate for the inconsistent definition of this flux
Resolves bug-report https://bugs.openfoam.org/view.php?id=2722
2017-11-29 10:59:01 +00:00
Henry Weller
dfa9d0787d
fileOperation: Corrected processor counting for moving mesh cases
...
Also resolves bug-report https://bugs.openfoam.org/view.php?id=2774
2017-11-28 13:01:08 +00:00
Will Bainbridge
61d4e1a8ec
createBaffles: Corrected warning about internalFacesOnly setting
2017-11-22 14:48:46 +00:00
Henry Weller
538044ac05
decomposedBlockData: Updated to support 64-bit labels
...
Patch contributed by Mattijs Janssens
Resolves bug-report https://bugs.openfoam.org/view.php?id=2747
2017-11-03 15:20:15 +00:00
Henry Weller
83293fa32e
UPstream: Added const_cast for OpenMPI versions < 1.7.4
...
Note
The const_cast used in this file is a temporary hack for to work around
bugs in OpenMPI for versions < 1.7.4
2017-11-03 14:39:28 +00:00
Henry Weller
ba26df7ed6
temperatureCoupledBase: Added more user-friendly error messages for inconsistent input
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2748
2017-11-02 14:56:30 +00:00
Henry Weller
5f49a69300
CompactSpatialTensor: Corrected constructor from components
2017-10-31 10:07:06 +00:00
Henry Weller
197d9d3bf2
collatedFileOperation: preferentially collect all data in the simulation thread
...
so the write thread does not have to do any parallel communication. This avoids
the bugs in the threading support in OpenMPI.
Patch contributed by Mattijs Janssens
Resolves bug-report https://bugs.openfoam.org/view.php?id=2669
2017-10-29 08:38:31 +00:00
Henry Weller
16416c79ec
collatedFileOperation: preferentially collect all data in the simulation thread
...
so the write thread does not have to do any parallel communication. This avoids
the bugs in the threading support in OpenMPI.
Patch contributed by Mattijs Janssens
Resolves bug-report https://bugs.openfoam.org/view.php?id=2669
2017-10-28 09:24:47 +01:00
Henry Weller
28fdc3c4e8
mirrorMesh: Added support for cellLevel and pointLevel to support dynamic mesh refinement
...
Patch contributed by Mattijs Janssens
Resolves bug-report https://bugs.openfoam.org/view.php?id=2712
2017-10-27 15:25:29 +01:00
Henry Weller
b34c323435
coldEngineFoam, engineFoam: Update logSummary to support collated IO
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2739
2017-10-27 12:09:03 +01:00
Henry Weller
effd8186ab
Matrix: Corrected size of field resulting from rectangular matrix multiplication
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2740
2017-10-26 15:54:23 +01:00
Will Bainbridge
d8a1697d22
waveAlphaFvPatchScalarField: Write liquid flag
...
Resolves bug report https://bugs.openfoam.org/view.php?id=2734
2017-10-23 16:24:43 +01:00
Will Bainbridge
26b8a50286
functionObjects: nearWallFields: Fixed particle not found error
...
Removed all the special handling for awkward particles from the
nearWallFields function object. The version 5+ tracking already handles
this more robustly.
Resolves bug-report https://bugs.openfoam.org/view.php?id=2728
2017-10-20 11:47:44 +01:00
Henry Weller
638557bb4c
functionObjects::nearWallFields: Set patch types of the sampled field to calculated
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2729
2017-10-20 10:47:14 +01:00
Henry Weller
00efd091d1
externalWallHeatFluxTemperatureFvPatchScalarField: Set size of option fields before mapping
...
Resolves problem with reconstruction
2017-10-16 17:18:23 +01:00
Henry Weller
65e6081e23
chtMultiRegionSimpleFoam::checkResidualControls: Write results and end run at convergence
...
Patch contributed by Tobias Holzmann
Resolves bug-report https://bugs.openfoam.org/view.php?id=2720
2017-10-13 14:38:20 +01:00
Henry Weller
2d5af005e5
blockMesh: Corrected diagram printed with "-help" to be consistent with the documentation
...
Resolves bug report https://bugs.openfoam.org/view.php?id=2710
2017-10-13 11:30:57 +01:00
Will Bainbridge
19da978511
dragModels: Tenneti: Corrected Doxygen formatting
2017-10-10 15:25:38 +01:00
Will Bainbridge
f05ccec6e8
PatchInteraction: Added "none" to list of interaction type names
2017-10-10 09:12:57 +01:00
Henry Weller
0b26b4bab8
thermoFoam: Removed duplicate #include
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2714
2017-10-06 16:57:02 +01:00
Chris Greenshields
90bd37616b
foamCreateVideo: corrected test for avconv installation
2017-10-01 12:11:10 +01:00
Chris Greenshields
bae45027f1
Added icoUncoupledKinematicCloud packaged function object
2017-10-01 12:08:28 +01:00
Chris Greenshields
a0cd8bf4e9
doxygen: updated -online option
...
Resolves bug report https://bugs.openfoam.org/view.php?id=2702
2017-09-21 14:04:11 +01:00
Will Bainbridge
da23476f9d
foamyHexMesh: Corrected surface utility calls in mixerVessel tutorial
2017-09-19 08:45:32 +01:00
Henry Weller
db90699cff
reactingTwoPhaseEulerFoam: Added continuity fvOption term to U equations
...
Patch contributed by Juho Peltola, VTT
Resolves bug-report https://bugs.openfoam.org/view.php?id=2699
2017-09-15 11:40:00 +01:00
Henry Weller
e4c2052291
ideasUnvToFoam: Added test for no cells (e.g. 2D mesh)
...
Patch contributed by Bruno Santos
Resolves patch request https://bugs.openfoam.org/view.php?id=2691
2017-09-09 22:34:43 +01:00
Henry Weller
aa2c977924
tutorials/multiphase/interFoam/laminar/wave: Consistency updates
2017-09-08 14:59:56 +01:00
Henry Weller
33b579c3c1
chtMultiRegionFoam: Added support for single solid region post-processing
...
Patch contributed by Bruno Santos
Resolves patch request https://bugs.openfoam.org/view.php?id=2684
2017-09-04 17:16:43 +01:00
Henry Weller
a36ee338ae
GAMG: removed warnComm
2017-09-01 16:43:24 +01:00
Henry Weller
437961d247
externalWallHeatFluxTemperature: Allow manipulation of the boundary values
...
Provides support for the limitTemperature fvOption.
Resolves bug-report https://bugs.openfoam.org/view.php?id=2675
2017-08-29 16:48:56 +01:00
Henry Weller
4808629028
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-5.x
2017-08-29 14:50:01 +01:00
Henry Weller
adac0dbb1d
compressibleMultiphaseInterFoam: Corrected update of dgdt for multiple phases
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2677
2017-08-29 14:49:44 +01:00
Will Bainbridge
d5a54e796f
foamUpdateCaseFileHeader: Correct version number check and error message
2017-08-24 10:04:47 +01:00
Henry Weller
3fe7aa77e6
Time::purgeWrite: Corrected handling of collated processors directory
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2667
2017-08-17 14:55:03 +01:00
Henry Weller
af02f92b9e
swirlFlowRateInletVelocityFvPatchVectorField: Avoid calculating origin and axis for patches with no faces
...
Resolves problem with reconstructPar
2017-08-16 14:22:02 +01:00
Will Bainbridge
18d3aa150e
externalWallHeatFluxTemperature: Fixed restart
...
Resolves bug report https://bugs.openfoam.org/view.php?id=2665
2017-08-15 14:22:04 +01:00
Henry Weller
0ee1799ebf
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-5.x
2017-08-15 10:02:14 +01:00
Henry Weller
2d41f24639
chtMultiRegionFoam: Corrected pressure and density update order
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2663
2017-08-15 10:01:57 +01:00
Will Bainbridge
90ce63f694
ThermoParcel: Improved numerical stability of heat transfer term
...
Patch contributed by Timo Niemi, VTT.
Resolves bug-report https://bugs.openfoam.org/view.php?id=2655
2017-08-14 08:59:43 +01:00
Will Bainbridge
718111a3b2
waves: Improved handling of reversed flow and additional wave models
...
The wave library from dev has been copied over into 5.x. It is still
backwards compatible. This change has fixed a failure in the DTCHullWave
tutorial.
2017-08-08 10:32:12 +01:00
Henry Weller
e6ecefe422
Upgraded cmake to 3.9.0
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2648
2017-08-04 11:49:03 +01:00