616547fd73
lagrangian: Made ACMI interactions insensitive to cell-face order
2017-08-14 08:57:26 +01:00
f2746b5536
chtMultiRegionFoam: Corrected pressure and density update order
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2663
2017-08-11 14:25:49 +01:00
8d1a9c4a83
decomposePar: Updated to handle -allRegion option on moving-mesh cases
2017-08-11 14:24:53 +01:00
84713b97c7
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2017-08-11 09:47:40 +01:00
9f791ce31e
Function1: Added "using" statements for Clang
2017-08-11 09:46:56 +01:00
0cfb08cc5f
lagrangian: Removed debugging message from particle::trackToFace
2017-08-11 08:35:45 +01:00
bf9ce6c74f
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2017-08-11 00:09:01 +01:00
998d6245e7
fileOperation: Corrected processor counting for moving mesh cases
2017-08-11 00:07:48 +01:00
adffa0f33d
Lagrangian: Enabled tracking through ACMI patches and minor code improvements
...
Particle collisions with ACMI patches are now handled. The hit detects
whether the location is within the overlap or the coupled region and
recurses, calling the hit routine appropriate for the region.
The low level tracking methods are now more consistently named. There is
now a distinction between tracking to a face and hitting it. Function
object side effects have been moved out of the base layer and into the
parcels on which they are meaningful.
2017-08-10 15:31:24 +01:00
a8b2e2a58e
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2017-08-08 10:17:28 +01:00
c88507b3eb
Function1: Optimized field evaluations
2017-08-08 10:16:08 +01:00
631bd489c1
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-07 18:01:33 +01:00
3371769d78
viewFactor: Average T^4 rather than T for consistent heat-flux
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2649
2017-08-07 10:56:44 +01:00
278da33fbe
Upgraded cmake to 3.9.0
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2648
2017-08-04 11:47:59 +01:00
540796ea3a
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
20170804
2017-08-03 10:44:49 +01:00
ec58513737
argList: addition of fileHandler option moved to argList.C
...
Patch contributed by Timo Niemi, VTT.
Resolves bug-report https://bugs.openfoam.org/view.php?id=2645
2017-08-03 10:42:24 +01:00
a0fcab2f31
lagrangian: Always set switchProcessor flag
...
The TrackData::switchProcessor flag was not being set for some of the
tracking steps made by the more complicated parcels. In the case that a
parcel starts the step already on a processor boundary, this sometimes
lead to the particle being transferred back and forth indefinitely. The
flag is now explicitly set in all cases.
2017-08-02 10:45:39 +01:00
0dcc91fc66
waveVelocityFvPatchVectorField: Updated for clang
2017-08-01 12:01:59 +01:00
0308d34c80
waveModels: Updated to compile single-precision
2017-08-01 11:56:11 +01:00
d8f3b0f3d8
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2017-08-01 09:44:17 +01:00
1081f8c046
setSet: Add ncurses to link-line if available
...
Resolves potential issue linking with readline on systems where readline has
ncurses support enabled.
Resolves bug-report https://bugs.openfoam.org/view.php?id=2642
2017-08-01 09:42:21 +01:00
b6af3a7f8b
waveVelocity: Improved handling of reversed flow
2017-07-31 21:04:35 +01:00
934d48e301
lagrangian: Fixed argument passing from Colliding to Kinematic parcel component constructor
...
Resolves bug report https://bugs.openfoam.org/view.php?id=2643
2017-07-31 21:04:35 +01:00
4b56240517
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2017-07-31 13:49:16 +01:00
69635e7ab3
Updated to avoid warnings from gcc-7.1.1
2017-07-31 13:46:42 +01:00
079c4cf903
waves: Added Stokes5 and solitary wave models
2017-07-31 09:38:11 +01:00
254ff361e6
CGAL: Upgraded to 4.10
2017-07-28 08:24:28 +01:00
16b559c109
fvOptions: limitVelocity: Fixed the correction factor
...
Resolves bug report https://bugs.openfoam.org/view.php?id=2634
2017-07-27 15:16:36 +01:00
384f9a5cf6
CGAL: Upgraded to 4.10
2017-07-27 14:38:35 +01:00
84e27cb356
etc/bashrc: Updated to support ksh and zsh
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2636
2017-07-27 14:13:34 +01:00
4a8a2635bb
surfaceFilmModels::filmViscosityModels: Corrected docs
2017-07-26 16:12:58 +01:00
b8e4b8134f
surfaceFilmModels::function1Viscosity: New viscosity modifier
...
Description
The Foam::Function1 temperature-dependent viscosity model multiplies the
viscosity of a base model by a Function1 temperature function.
2017-07-26 15:01:08 +01:00
d800287447
tutorials/incompressible/porousSimpleFoam/straightDuctImplicit: Only run if FOAMY_HEX_MESH set
2017-07-25 23:05:44 +01:00
793aa95738
tutorials/mesh/foamy.*Mesh::Allrun: Only run if FOAMY_HEX_MESH set
2017-07-25 17:37:06 +01:00
44eca0bb79
doc/Guides: Updated
version-5.0
2017-07-25 14:18:58 +01:00
b11b28db06
surfaceFilmModels::transferModelList: Resolve problem with the Intel C++ compiler
2017-07-25 12:19:37 +01:00
d09b89d0b2
PVReaders: Update C++ standard specification to 11
2017-07-25 00:03:31 +01:00
3fba921563
POSIX::fileStat: Avoid warning from gcc
2017-07-25 00:03:09 +01:00
aa7f6d12b7
PVReaders: Simplified, rationalized and reorganized source tree and build scripts
2017-07-24 16:57:13 +01:00
5cf5f8d783
PV3Readers: Removed
...
ParaView version 3 is no longer supported, upgrade to ParaView-5.4.0.
2017-07-24 16:20:40 +01:00
d1b59e976d
MULES: Improve handling of very small geometries
2017-07-24 10:35:54 +01:00
2fb9ffc651
foamJob: Updated to support collated parallel IO
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2632
2017-07-24 08:22:11 +01:00
c6f365f6cc
refineMesh: Correct parallel operation
...
Patch contributed by Mattijs Janssens
Resolves bug-report https://bugs.openfoam.org/view.php?id=2621
20170723
2017-07-22 22:39:40 +01:00
0c4175bec7
surfaceFilmModels: 0.333 -> 1.0/3.0 and 0.666 -> 2.0/3.0
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2629
2017-07-21 17:38:31 +01:00
53a524a280
Simplified scalar(0.0) -> scalar(0) and scalar(1.0) -> scalar(1)
2017-07-21 17:37:37 +01:00
2c3826ebd9
paraFoam: Render on refresh
...
The "Refresh Times" button now triggers a re-render of the visualisation
as well as scanning for new times and fields. This prevents old
overwritten data from remaining on screen despite everything else having
been updated.
2017-07-21 14:13:00 +01:00
68089dd574
paraFoam: Updated ParaView to version 5.4.0
...
ParaView has been updated to version 5.4.0. The C++ panel has been
deleted and replaced with a panel based on the new(er) XML API. This
reader works for ParaView-4.0.1 and newer. The ParaView 3 reader remains
unchanged.
Update issues have also been fixed. All the time directories are now
scanned for fields and clouds when filling the selection lists. This
stops fields from disappearing when the time is changed. The scan is
only done on startup and when the refresh button is pressed.
The list of available Lagrangian fields also now shows a combined set of
all the clouds. Previously, only fields from the first cloud were shown.
If a field does not apply to all the clouds, ParaView will display it's
name in the dropdown menu with a "(partial)" qualifier.
Some undocumented and incomplete bits of code, which were not being
compiled, have been removed.
2017-07-21 12:05:57 +01:00
1937f7bca2
Radiation: Renamed Qin -> qin, Qem -> qem for consistency with qr
...
See also commit 8aac0a1808
2017-07-21 09:25:52 +01:00
3a4dc4d209
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2017-07-20 18:16:43 +01:00
14473273e9
compressibleInterFilmFoam::VoFSolidificationMeltingSource: New VoF solidification fvOption
2017-07-20 18:15:27 +01:00