71c6af8fe9
mapFields: Reinstated mapFields from OpenFOAM-2.2.x and renamed the current mapFields -> mapFieldsPar
...
This required the addition of the meshToMesh class in the sampling
library from OpenFOAM-2.2.x which is now named meshToMesh0.
2015-05-26 11:32:46 +01:00
526d7efeb0
Updated header
2015-05-26 11:32:04 +01:00
a917fbdf53
Corrected comment
2015-05-26 11:31:54 +01:00
95bc70a9f8
externalWallHeatFluxTemperature: Added support for relaxing the radiative contribution
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1704
2015-05-25 21:46:48 +01:00
9c08ae6fac
MRFZone: Synchronize the faceType across processor patches
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1685
2015-05-25 11:33:11 +01:00
d667eec0e0
tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/N2: Correct name
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1706
2015-05-25 10:39:50 +01:00
b1cfbcf4c8
radiationModels/derivedFvPatchFields: Corrected documentation
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1687
2015-05-24 19:02:41 +01:00
f60808b4b8
streamFunction: Evaluate which coordinate plan the 2D geometry is in filter-out the normal component
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1703
2015-05-22 22:38:39 +01:00
e02530a0ac
src/parallel/decompose/Allwmake: remove redundant -lscotch condition
2015-05-21 17:58:43 +01:00
fee9b188f6
cyclicAMIPolyPatch: Correct particle transformations across cyclic AMI patches
...
Patch provided by Daniel Jasiński
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1694
2015-05-20 12:44:31 +01:00
54af0e3359
Time: Correct precision adjustment for user-time
2015-05-20 12:43:54 +01:00
31fbd774b7
Updated kivaTest to run without restart at CA = -15 degs
...
using coded function object to change time step at CA = -15 degs
Also updated incorrect scheme keywords in fvSchemes
2015-05-20 08:28:03 +01:00
f6be0d888e
windAroundBuildings: example case of wind flow around buildings
2015-05-19 17:12:33 +01:00
78d98ca482
Modified waterChannel tutorial to make case better posed
...
Existing case did not properly converge and suffered slow convergence
with the water level failing to reach an equilibrium. A slight rise in
the channel appears to help the water level reach an equlibrium when the flow
rate over the rise matches the inlet flow rate.
2015-05-19 15:01:10 +01:00
997b3e7e2c
ODESolver: Add more diagnostics when the max number of iterations is reached
2015-05-19 14:35:15 +01:00
4c256a3a5d
ptscotchDecomp: link scotch library to resolve undefined symbol
2015-05-19 14:34:49 +01:00
658af8b5b2
driftFluxFoam/relativeVelocityModels/Make/options: add newline
2015-05-19 14:34:37 +01:00
218dafd76b
printStack: rewritten to utilize dladdr for resolution of the stack addresses
...
Patch provided by Alexey Matveichev
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1676
2015-05-19 08:41:59 +01:00
8b9a57af74
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-05-18 22:36:17 +01:00
6281619fb9
Upgraded gcc from 5.0.0 to 5.1.0
2015-05-18 22:35:48 +01:00
f3767b6e45
Upgraded gcc from 5.0.0 to 5.1.0
2015-05-18 22:35:20 +01:00
38415f8839
Upgraded scotch to 6.0.3 (6.0.4 failed to compile)
2015-05-18 22:34:39 +01:00
b69a283081
Upgraded CGAL to 4.6
2015-05-18 22:34:23 +01:00
1cb715186d
Template case files to help general setup of OpenFOAM cases
...
The templates include a stategy to simplify meshing with snappyHexMesh,
particularly to help generate an initial mesh quickly that can subsequently be
improved. The templates are setup to enable rapid initial simulations, typically
with simpleFoam. The initial templates cover simple inflow-outflow and closed
domains, including rotating geometry, and an example axisymmetric flow. For
more details, consult the README file accompanying each template case.
The cases are located in $FOAM_ETC/templates
2015-05-18 18:34:09 +01:00
95ae555848
thermalBaffle1DFvPatchScalarField: Correct handling of relaxation
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1696
2015-05-18 16:32:43 +01:00
176441090c
foamyQuadMesh/square: Updated extrude2DMeshDict
2015-05-18 13:58:33 +01:00
5ecb900eb4
Default expansionRatio to 1 for mesh extrusion
2015-05-18 13:18:03 +01:00
8824f2e310
Update headers
2015-05-18 12:10:10 +01:00
d9090fcf42
messageStream: Remove confusing argument-based conditional output
...
This had been used in functionObjects:
Info(log)<< "messages" << data << ....
in which it is not at all clear what the "log" argument does whereas
if (log) Info<< "messages" << data << ....
is totally clear and more efficient.
2015-05-18 11:54:56 +01:00
f6c679f79b
Upgrade Clang -> 3.6.0
2015-05-18 11:54:15 +01:00
11a0aa03ba
extrudeMesh: Add wedge patches after edge collapse
2015-05-18 11:54:03 +01:00
4aed56e67d
makeSolidChemistryModel: Separate solid-only and solid-gas instantiation macros
...
Avoids duplicate typedefs.
Thanks to Bruno Santo for patch
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1694
2015-05-17 22:04:36 +01:00
e54868da7e
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-05-17 18:30:45 +01:00
25c09da260
etc/config/settings: Set WM_ARCH_OPTION=32 on 32bit OSs
2015-05-17 18:30:11 +01:00
e60cdeb72f
Configuration settings of some dictionaries, e.g. snappyHexMeshDict
...
for more convenient case setup
2015-05-17 18:30:11 +01:00
cacf165afc
Packaged function objects to plug into OpenFOAM cases
...
See $FOAM_ETC/caseDicts/postProcessing/README for details
2015-05-17 18:22:27 +01:00
7018a6a5e0
Function object that writes out the initial residual for specified fields
...
For vector/tensor fields, e.g. U, the largest residual of all components is written out
2015-05-17 16:48:55 +01:00
869bf2216b
faceSource: Corrected handling of totalArea in parallel
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1693
2015-05-17 14:57:33 +01:00
262ad3f005
functionObjects: Upgrade to use new turbulence modeling library
2015-05-17 14:56:40 +01:00
48a2213965
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-05-16 15:34:47 +01:00
372dc26c8d
int32: Add IO operators for long on 32bit OS
...
On 32bit OSs long is not unambiguously int32_t (or int64_t) causing
problems for IO operator resolution. This problem is avoided by
explicitly defining the following operators:
2015-05-16 15:29:34 +01:00
1976c0f298
Upgrade OpenMPI to 1.8.5 to resolve issue compiling 32bit on 64bit machine
2015-05-16 15:28:26 +01:00
a95250995a
Script to monitor data with Gnuplot from time-value(s) graphs
...
e.g. data files written by functionObjects
Attempts to interpret automatically the format of time-data files
Works successfully with majority of time-data output, e.g. forceCoeffs,
but will be unsuccesful on files with inconsistent output format
2015-05-15 11:30:24 +01:00
457288b585
Script to help load VTK images into ParaView as a sequence for animation
...
Creates symbolic links to all VTK files in a post-processing directory
Links form a sequence like name.0000.vtk, name.0001.vtk, etc.
Paraview recognises link names as a sequence which can be animated.
The sequence of links can be used to create a video from the images.
2015-05-15 11:22:12 +01:00
29394db3d3
Script to create an MPEG-4 (.mp4) video from PNG-format images
2015-05-15 11:13:25 +01:00
966c1590b2
Script to clone an OpenFOAM case including system, constant and one time directory.
...
Time directory is first time directory (0) by default
Alternatively the user can specify the latest time directory
Requires the latest (2.3.x) foamListTimes utility
2015-05-15 10:05:45 +01:00
7b2451f925
ReversibleReaction: Protect against /0
2015-05-14 18:51:26 +01:00
4c51cba64a
externalWallHeatFluxTemperature: Correct docs
...
Resolved part of bug-report http://www.openfoam.org/mantisbt/view.php?id=1690
2015-05-14 18:50:47 +01:00
18705e2a77
chemistryModel: Improve efficiency of reversible reaction-rate evaluation
2015-05-14 18:49:18 +01:00
a25b0978a6
printStack, ptscotchDecomp: Correct integer type used to hold memory addresses
2015-05-14 18:48:35 +01:00