a1bf7a68aa
STYLE: relocate Allwmake-scan to src/
...
- reduced clutter. Mostly only need to scan source tree.
- 00-dummy: use wmake/src/Allmake to get native (not cross-compiled)
wmake toolchain binaries
2019-06-28 09:55:25 +02:00
0ca876f444
BUG: pressure FO - corrected handling of enumeration in calcPressure function. See #1356
2019-07-09 11:44:52 +01:00
8f19a12726
CONFIG: bump patch level
2019-07-08 14:04:49 +02:00
7360ef7d46
COMP: silence spurious GCC -Wstringop-truncation warning in ensightFile
2019-07-08 13:53:06 +02:00
400cb033c0
COMP: erroneous double definition for long IO on windows ( #1360 , #1238 )
...
- mingw uses 32-bit long regardless of -m32 or -m64 setting
2019-07-08 13:34:16 +02:00
f2d56deedd
BUG: questionable findInstance handling of constant (related to #1112 )
...
- when searching for a file that may not actually exist,
the short-cut optimization could lead to the 'constant' directory
being ignored.
STYLE: simplify logic in points0MotionSolver::points0IO
2019-07-05 11:04:06 +02:00
8f6f19b25c
CONFIG: do not touch LD_PRELOAD contents at all ( #1357 )
2019-07-05 10:29:18 +02:00
c19a3d3384
BUG: metis PrecisionAdaptor used ref() instead of constCast() - closes #1354
...
- the scotch interface still uses non-const pointers when passing in
values. For the ConstPrecisionAdaptor this means that we need to cheat
with a constCast(). Using ref() will rightly trigger complaints about
trying to modify a const object.
2019-07-04 17:07:48 +02:00
39c80228da
BUG: DimensionedField - register new field if it does not have the same name as the copy - see #1348
2019-07-02 10:22:50 +01:00
843663d14b
COMP: avoid ref to synchronization for non-MPI VTK build ( fixes #1349 )
2019-06-27 14:59:14 +02:00
f4a7ad1f64
Merge branch 'develop'
2019-06-27 13:27:57 +01:00
5ec783e6c4
TUT: tutorial update
2019-06-26 11:54:12 +01:00
9fae7f30f1
BUG: Removed Debug statements
2019-06-26 11:53:41 +01:00
fec74af0ca
COMP: Resolved some name clashes for #ifdef statements
2019-06-26 11:52:15 +01:00
980a5fed40
COMP: Added some volatile statements for clang
...
TODO: need to revisit
2019-06-26 11:55:22 +01:00
82bc339398
GIT: Removed unused file
2019-06-25 13:20:44 +01:00
f9791ff5ff
RELEASE: Version clean-up for release
2019-06-25 11:51:19 +01:00
071c146c4d
TUT: add '-n' when linking tutorial directory
2019-06-26 13:59:45 +02:00
8a932a37e8
STYLE: remove trailing spaces
2019-06-26 11:36:49 +02:00
3d01b172e5
CONFIG: update completion cache (csh)
2019-06-26 11:29:12 +02:00
c888be99f3
STYLE: allow '=' option separators in some bin/tools scripts
2019-06-26 11:27:53 +02:00
49ca9cedba
CONFIG: add -no-patch option for foamPackRelease
...
- if desired to create a tar-file without a _patch value in its name.
2019-06-26 00:57:49 +02:00
c45aad0f76
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2019-06-25 08:51:10 -07:00
d47c6a2f34
BUG: Fix thermos templates for Lee model
2019-06-25 08:50:07 -07:00
4198eb0bac
CONFIG: set umask 0022 when packing tar files for release
2019-06-25 17:24:39 +02:00
5f98deb233
TUT: Tutorial updates
2019-06-25 09:59:20 +01:00
d5ec4c6b17
SUBMODULES: catalyst with updated keywords/syntax in tutorial
2019-06-25 08:09:22 +02:00
6f90d05327
CONFIG: adjust bin/tools/foamConfigurePaths
...
- add a '-SPDP' option
- remove the '-archOption' for forcing a '-m32' build on 64-bit
architecture, which is now considered too obscure.
Must edit files manually if this option is really required.
2019-06-25 07:48:33 +02:00
c32e997032
DOC: update build and config information
2019-06-24 18:42:39 +02:00
c59b6d8eaa
STYLE: use foamEtcFile instead of wmakeBuildInfo when reporting api
2019-06-24 18:19:59 +02:00
45778c4809
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2019-06-24 08:13:47 -07:00
61ce8f3799
ENH: Adding Lee thermos for icoReactingMultiphaseInterFoam
2019-06-24 08:12:58 -07:00
cef8fc8dff
COMP: Resolved a couple of compiler warnings
2019-06-24 13:52:57 +01:00
15e0583c0d
TUT: tutorial script updates
2019-06-24 13:51:15 +01:00
0831d297f9
STYLE: add Test-copyFile
2019-06-24 14:46:38 +02:00
069768c5e7
STYLE: pressure FO - provided feedback re: which calculation mode is applied
2019-06-24 12:11:53 +01:00
18cd71ad24
TUT: generalize scripts for turbulentInflow
2019-06-24 12:29:19 +02:00
cf05a05147
STYLE: simplify return statement
2019-06-24 09:29:56 +02:00
9921b99b85
Merge branch 'feature-digitalFilterFvPatchInlet' into 'develop'
...
Digital-Filter Based Synthetic Turbulence Generation Method for LES/DES Inflow
See merge request Development/OpenFOAM-plus!235
2019-06-21 13:10:49 +01:00
3585caf23e
TUT: Tuorial updates
2019-06-21 10:53:13 +01:00
e545755ed6
ENH: patchSetSet: new sampledSet. Fixes #1346 .
2019-06-20 13:44:08 +01:00
cd8137f654
ENH: averageCondition - result now 'false' if no fields were processed
2019-06-20 12:10:12 +01:00
1d60fab1f5
STYLE: overBuoyantPimpleDyMFoam: consistent directory naming
2019-06-20 10:26:24 +01:00
7eda529fc2
ENH: derivedFields: fields created without timeName. Fixes #1345 .
...
Please enter the commit message for your changes. Lines starting
2019-06-20 09:35:19 +01:00
53b6e08fc9
TUT: add new tutorial case for turbulent inflow BCs
...
The following three synthetic turbulence inflow boundary conditions are
examined through single-cell-domain smooth-wall plane channel flow setup:
- turbulentDFSEMInlet
- turbulentDigitalFilterInlet variant=digitalFilter
- turbulentDigitalFilterInlet variant=reducedDigitalFilter
The examinations are performed in terms of the first-/second-order turbulence
statistics provided by (Moser et al., (1999)) doi.org/10.1063/1.869966
from smooth-wall plane channel flow direct numerical simulations at Re=395.
Serial executing:
./Allrun
Parallel (decompositionMethod=scotch) executing:
./Allrunparallel
2019-06-19 19:23:53 +01:00
fb7b4313ce
ENH: GAMGSolver: less debug info
2019-06-19 15:09:18 +01:00
af04540ca9
Merge branch 'integration-adjoint' into 'develop'
...
Integration adjoint
See merge request Development/OpenFOAM-plus!269
2019-06-19 22:06:59 +01:00
2ba3cc8226
STYLE: Updated FO output
2019-06-19 20:53:24 +01:00
544b0aa650
ENH: Improved backwards compatibility for pressure FO
2019-06-19 15:02:58 +01:00
2cdd9132c1
ENH: scotch: make repeatable. Fixes #1274 .
2019-06-19 08:45:48 +01:00