7156b40fb8
ENH: ensight: allow use for non-time directory based field. Fixes #919 .
2018-07-05 13:53:59 +01:00
ad5ab870ef
Merge branch 'feature-dictionary-checks' into develop
2018-07-05 13:40:25 +02:00
109a791d35
TUT: adjust dictionary parsing tests
2018-07-05 11:09:40 +02:00
e8fcd1d351
STYLE: enforce dictionary read length for read UNames/epsilonNames entry
2018-07-05 11:00:16 +02:00
209884d39b
STYLE: enforce dictionary read length for box/boxes entry
2018-07-05 10:58:34 +02:00
8431964bcb
STYLE: mark compatibility level for keyword functionObjectLibs (issue #912 )
...
- was superseded by "libs" in 1612
2018-07-05 10:41:27 +02:00
f7dc92d744
STYLE: mark compatibility level for keyword redirectType (issue #912 )
...
- was replaced with "name" in 1706
2018-07-05 09:26:26 +02:00
f3f30c94b4
ENH: improve detection of EOF missing/additional braces (issue #762 )
...
- stricter checking for common dictionary input errors such as a
missing ';' for primitive entries, extra or missing closing '}' etc.
2018-07-04 09:24:43 +02:00
2662042d49
ENH: improve controls for Time (issue #910 )
...
- relocate some standard functionality to TimePaths to allow a lighter
means of managing time directories without using the entire Time
mechanism.
- optional enableLibs for Time construction (default is on)
and a corresponding argList::noLibs() and "-no-libs" option
STYLE:
- mark Time::outputTime() as deprecated MAY-2016
- use pre-increment for runTime, although there is no difference in
behaviour or performance.
2018-07-02 10:20:01 +02:00
e8c1ae3c16
ENH: sloshingTank2D: correct decomposeParDict. Fixes #913 .
2018-07-04 17:18:06 +01:00
989ee54bb1
ENH: checkMesh: output volume of cellZone. Fixes #727 .
2018-07-04 12:08:24 +01:00
252b5ff7dc
BUG: snappyHexMesh: missing tutorial in ./Allrun. Fixes #916 .
2018-07-02 16:09:49 +01:00
16a6379183
TUT: Cleaned up headers
2018-06-26 17:37:38 +01:00
ddd176bc1a
ENH: Corrected header documentation
2018-06-26 17:33:00 +01:00
34bd032db9
SUBMODULE: updated to use v1806 tagged branches for all modules
2018-06-28 13:09:36 +02:00
069f8c158d
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
2018-06-27 16:46:24 -07:00
cfc6701f76
TUT: Changing outlet p BC
2018-06-27 16:45:59 -07:00
be07fc9bbe
STYLE: some test apps compiling into wrong location (issue #876 )
2018-06-27 10:31:35 +02:00
3bc35220b0
GIT: relocate bin/mergedDyM -> bin/deprecated/mergedDyMsolver
...
- the backend script should not be accessible from the PATH.
Using deprecated/ adds a level of documentation.
2018-06-27 07:54:28 +02:00
2df51655ca
TUT: remove stray catalyst script
2018-06-27 08:22:13 +02:00
d1d47fe5ef
SUBMODULE: updates for catalyst
2018-06-26 16:52:18 +02:00
b70b2d8629
TUT: fixup formatting, tabs etc
2018-06-26 16:37:35 +02:00
30b4eda7a4
TUT: update some old keywords found in tutorials
...
- functionObjectLibs -> libs
- redirectType -> name
- change deprecated writeCompression flags types to Switch.
- cleanup some trailing ';;' from some dictionaries
2018-06-26 14:18:52 +02:00
1c9f93e173
TUT: Added sloshingTank2D case for comparison with the interFoam solver
2018-06-26 14:16:22 +01:00
007c766914
ENH: Script updates
2018-06-26 14:04:00 +01:00
14268bbcd1
COMP: Removed legacy file
2018-06-26 13:27:54 +01:00
cc075b88ea
STYLE: Minor header correction - see #831
2018-06-26 13:16:51 +01:00
26a3167843
Merge branch 'feature-normalMethods' into 'develop-pre-release'
...
STYLE: separate areaNormal/unitNormal method for primitives (issue #885 )
See merge request Development/OpenFOAM-plus!208
2018-06-26 12:58:59 +01:00
59b4a77d23
TUT: RunFunctions - added protection for user shell customisations
2018-06-26 11:51:02 +01:00
1e5919f8b0
TUT: Updates - see #856
2018-06-26 11:16:24 +01:00
f5628d72aa
BUG: AMI/ACMI - corrected setting of [src|tgt]MagSf for parallel runs. See #856 #906
2018-06-26 11:14:57 +01:00
0b14c637e6
STYLE: minor code formatting
2018-06-25 19:27:21 +01:00
a410f52e6d
COMP: handle unset WM_OSTYPE for cmake targets (issue #909 )
...
- regularise referencing of OpenFOAM env variables, sources etc.
2018-06-26 09:48:57 +02:00
df9c675c84
STYLE: remove unnecessary include for cartesianCS
2018-06-26 08:36:05 +02:00
e30ca79924
BUG: Correcting solidThermo constructor
2018-06-25 16:38:54 -07:00
edcb649212
STY: Changing folder name for icoReactingMultiphaseInterFoam
2018-06-25 10:35:53 -07:00
2d7f3d09a8
ENH: regIOobject: improved debug message
2018-06-25 12:55:36 +01:00
3de018af57
BUG: heSolidThermo: initialise mu,psi. See #905 .
2018-06-25 12:53:58 +01:00
67f208bd43
BUG: partial/possible regression related to closing stdin (issue #893 , #856 )
...
- The problem is not 100% reproducible, but be somewhat conservative
and now only close(stdin) for pure background (daemon-like) use of
Foam::system(), where it can be useful.
Using Foam::system() for launching background processes is currently
only used for the doc browser.
2018-06-25 11:39:53 +02:00
831a47b81e
CONFIG: eliminate most occurances of outdated FOAM_INST_DIR (issue #444 )
...
- since 1612, FOAM_INST_DIR and foamInstDir longer have any
special meanings when sourcing the bashrc or cshrc files.
Thus no need for special treatment in any of the dispatch wrappers.
Retained FOAM_INST_DIR as (unexported) variable in etc/bashrc,
just in case people are using patched versions of etc/bashrc
as part of their installation.
ENH: relax prefix restrictions on foamCreateVideo (issue #904 )
- shift the implicit '.' to be part of the default prefix. This allows
things like "-image myimages_00" to work as might be expected.
2018-06-25 09:56:34 +02:00
f4d3c071ff
Merge branch 'feature-processorLOD' into 'develop-pre-release'
...
Feature processor level of detail (LOD)
See merge request Development/OpenFOAM-plus!210
2018-06-25 08:55:20 +01:00
4300f4c02f
ENH: improve flexiblity of foamCreateVideo (issue #904 )
...
- respect trailing '-', '.', '_' for the image prefix name.
For example,
-image press_ to accept press_*.png
- additional -mask width option (for avconv)
2018-06-24 18:02:00 +02:00
d9568a4b56
SUBMODULE: updates for catalyst
...
- SIGFPE handling, cmake configuration
CONFIG: adjust for simplified Catalyst channel naming
- no sub-channels, select volField output based in the
(internal | boundary) dictionary switches instead
2018-06-24 15:50:50 +02:00
3d22c5c265
STYLE: use fileName::expand() instead of stringOps::inplaceExpand
...
- do not need the stringOps version if there is no dictionary context
2018-06-23 16:40:51 +02:00
eed1e99378
TUT: remove 'functions' dictionary scope from catalyst files
...
- rename Allrun.parallel to Allrun-parallel (issue #899 )
2018-06-23 13:41:20 +02:00
e0db37f043
ENH: support rhoRef for derived surfMesh sampled fields (issue #898 )
2018-06-22 16:57:30 +02:00
c3f52a696c
ENH: Added time reporting to mapFieldsPar
2018-06-21 16:20:03 +01:00
8cbe11f158
BUG: Corrected arg lookup name
2018-06-21 08:12:55 +01:00
5d2ad9227f
STYLE: separate areaNormal/unitNormal method for primitives (issue #885 )
2018-06-20 12:17:03 +02:00
1c64911367
ENH: Updated meshToMesh to be able to use the new processorLOD
2018-06-20 07:57:25 +01:00