a2c8fc63d9
PDRFoam: Added betav to ddtCorr
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=3014
2018-08-13 14:49:42 +01:00
535d1a46d2
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-6
2018-08-12 19:08:56 +01:00
bf2812ed5a
water/thermophysicalProperties: Changed equation of state to perfectFluid
2018-08-12 19:05:57 +01:00
abb4358f2b
wallHeatTransferCoeff: Avoid holding references to temporary fields
2018-08-09 10:57:50 +01:00
6f23328ef8
wallHeatFlux: Avoid holding references to temporary fields
2018-08-08 18:38:08 +01:00
c170b24e8e
foamUpdateCaseFileHeader: Deleted because out of date and unmaintained
2018-08-08 15:36:43 +01:00
8bb011e46a
tutorials/incompressible/simpleFoam/turbineSiting: Corrected header
2018-08-07 14:37:58 +01:00
9917d8a761
tutorials/incompressible/pimpleFoam/RAS/wingMotion: Corrected U BCs
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=3029
2018-08-07 14:37:27 +01:00
0f14683c11
functionObjects: Generating and storing fields on demand rather than on construction
...
Resolves bug report https://bugs.openfoam.org/view.php?id=3019
2018-08-06 09:36:16 +01:00
1a0c91b3ba
thermophysicalModels: Added laminar thermal diffusivity for energy, alphahe
...
Needed for laminar transport of he (h or e)
Resolves bug-report https://bugs.openfoam.org/view.php?id=3025
20180805
2018-08-05 11:33:58 +01:00
5c6e283b35
Pair: Include an unused return to avoid compiler warning
2018-08-03 12:07:14 +01:00
ab3187783a
rigidBodyDynamics::compositeJoint: Reinstated setLastJoint joint assignment
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=3016
2018-07-31 15:35:47 +01:00
f6aa1105a5
etc/caseDicts/postProcessing/visualization/surfaces: Corrected typo in comment
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=3013
2018-07-31 14:14:50 +01:00
78b00911ad
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-6
2018-07-25 13:39:21 +01:00
ff66723ebb
radiation: Removed the redundant "radiation off" switch from radiationProperties
...
To switch-off radiation set
radiationModel none;
in radiationProperties which instantiates "null" model that does not read any
data or coefficients or evaluate any fields.
2018-07-25 12:27:35 +01:00
50bf76a422
foamGet: check target directory exists and warn
...
only if controlDict does not exist.
2018-07-25 08:57:10 +01:00
82b3c0c1d5
cubicEqn, quadraticEqn: Correction to repeated roots
...
This resolves bug report https://bugs.openfoam.org/view.php?id=3015
2018-07-24 16:11:12 +01:00
63b0469a7b
tutorials::coolingSphere/Allclean: avoid extended regular expressions in grep
...
Solves grep problem on Slackware 14.2
Patch contributed by Lorenzo Trevisan
Resolves patch request https://bugs.openfoam.org/view.php?id=3012
2018-07-24 11:54:17 +01:00
f2766db589
foamInfo: added -k | -keyword option, searches more broadly for a
...
case-insensitive keyword, rather than an specific model name. For
example, to search for all k-epsilon related models:
foamInfo -k kepsilon
2018-07-18 16:54:59 +01:00
e1944af08b
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-6
2018-07-18 16:53:43 +01:00
c7056f4734
foamGet: fixed when file only exists with extension,
...
e.g. sampleDict.cfg
2018-07-18 16:49:01 +01:00
8b86ccf55c
foamGet: fixed when file only exists with extension,
...
e.g. sampleDict.cfg
2018-07-17 19:24:24 +01:00
66a81087c2
tutorials/incompressible/simpleFoam/turbineSiting: Corrected initialization
2018-07-13 15:26:55 +01:00
f845197ccf
sampledSet/lineFace: Added error message
2018-07-12 11:02:01 +01:00
e05f780ebc
Updated git hooks to check new header format
20180710
version-6
2018-07-09 17:01:02 +01:00
f445b8a2c1
Rationalized dictionary and configuration file headers
2018-07-09 15:58:01 +01:00
6f808a2b99
Corrected functionObject configuration file headers
2018-07-09 12:29:49 +01:00
07a640f216
Updated to OpenFOAM-6
2018-07-07 19:44:36 +01:00
d6f41c02e7
Updated Guides
2018-07-06 23:22:34 +01:00
ca24ad75c6
pre-commit-hook: Updated
2018-07-06 23:20:15 +01:00
bf54ab67e1
Updated OpenFOAM Foundation web-link in headers
2018-07-06 21:42:54 +01:00
eefeec4eaa
bash_completion: updated
2018-07-06 15:04:23 +01:00
097e15a9db
foamGet: new script to copy a configuration file into a case quickly
...
Uses sample configuration files in $FOAM_ETC/caseDicts, including
utility configuration files and packaged function objects. For
example:
foamGet decomposeParDict
foamGet extrudeMeshDict
foamGet createPatchDict
foamGet surfaces
Files are copied into the system directory by default, otherwise a
different target directory can be specified with -target|-t option.
Chris Greenshields, CFD Direct
2018-07-06 15:03:32 +01:00
930f02814d
foamInfo: new script that provides information on a specified subject
...
The subject can relate to models (including boundary conditions and
packaged function objects), applications and scripts. For example:
foamInfo simpleFoam
foamInfo kEpsilon
foamInfo turbulentIntensityKineticEnergyInlet
foamInfo fixedTemperatureConstraint
foamInfo surfaces
foamInfo foamNewBC
The output includes the following:
- File: the location of the relevant source code header file;
- Description details from the header file;
- Usage details from the header file;
- Examples: a list of relevant cases from the tutorials directory.
foamInfo includes the -web|-w and -browser|-b options to open relevant
HTML source code documentation at https://cpp.openfoam.org
Chris Greenshields, CFD Direct
2018-07-06 14:35:37 +01:00
867bb83891
fileOperation: Corrected findInstance
...
Patch contributed by Mattijs Janssens
2018-07-06 11:32:45 +01:00
f8cc1e040c
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2018-07-06 11:04:19 +01:00
7e80909993
bicononic25-55Run35 tutorial: updated for new sampling and cleaned scripts
2018-07-06 11:03:29 +01:00
fcef3ed3c9
moleFractionsFunctionObjects.H: Corrected documentation
2018-07-06 10:38:22 +01:00
6c6ab41e66
RBD: Corrections to 0-DOF joints
2018-07-02 12:56:10 +01:00
eb1420ec03
Reactions: Improved documentation for member functions
2018-06-30 11:57:27 +01:00
914512f13f
NonEquilibriumReversibleReaction: Return beta for the forward rather than reverse reaction
2018-06-30 11:56:52 +01:00
09e6c93d4a
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2018-06-28 18:45:56 +01:00
16ddfa3cb4
Reaction: Corrected handling of null beta list
2018-06-28 18:45:30 +01:00
2793a717e8
AMI: Fixes to point transfers
2018-06-28 10:52:59 +01:00
cb1237dd4c
displacementMotionSolver: Reorganized the updateMesh function
...
It is not clear that the original updateMesh function in
displacementLayeredMotionMotionSolver is correct and needs checking and testing.
2018-06-27 22:23:21 +01:00
42dde9014c
postProcess.H: clear the object owned by the mesh objectRegistry
...
at the end of each time processed to ensure all fields are updated for each
time.
Resolves bug-report https://bugs.openfoam.org/view.php?id=2997
2018-06-27 22:21:02 +01:00
ac9208b802
etc/templates: Standardized the setting of writeCompression
2018-06-27 16:05:24 +01:00
019ae8bab3
tutorials: Changed compressed ascii output to binary to improve IO performance
...
also rationalized the writeCompression specification
2018-06-27 15:25:52 +01:00
025e48373b
fileHandler: Added flush method
...
This method waits until all the threads have completed IO operations and
then clears any cached information about the files on disk. This
replaces the deactivation of threading by means of zeroing the buffer
size when writing and reading of a file happen in sequence. It also
allows paraFoam to update the list of available times.
Patch contributed by Mattijs Janssens
Resolves bug report https://bugs.openfoam.org/view.php?id=2962
2018-06-27 15:25:20 +01:00
a35393b8e5
tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF: Change the interface compression scheme to linear
2018-06-26 20:03:16 +01:00