Commit Graph

22730 Commits

Author SHA1 Message Date
631638f490 CONFIG: reduce reliance on WM_ARCH_OPTION (#517)
- now only needed when specify compiling -m32 on a 64-bit system.

  Internally use the __SIZEOF_LONG__ compiler macro (gcc, icc, llvm)
  to define when long is actually an int32_t.
2019-06-14 14:47:35 +02:00
366da27411 COMP: skip reactingEulerFoam compilation on mingw (#1238)
- pending resolution of cyclic dependencies
2019-06-14 13:58:37 +02:00
07f70f78c5 CONFIG: disable runtimePostProcessing titleHack by default
- a leftover from much older VTK versions that had poor handling of
  the scalar bar text.
2019-06-14 12:27:59 +02:00
34e4ee2ba8 STYLE: use data() instead of begin() when passing metisDecomp raw data 2019-06-14 11:08:31 +02:00
1cf261924c ENH: alternative Euler rotation orders for lumpedPointState (#1341) 2019-06-14 10:36:38 +02:00
077ccce740 ENH: waveMaker boundary condition - provide time offset for patch motion
- also enables smooth restart for solitary waves
2019-06-14 13:04:54 +01:00
bcd1b31406 ENH: Forces function object - updated header documentation 2019-06-14 11:38:06 +01:00
9e4e51da3f ENH: Forces function object - more feedback at run-time for user field selections 2019-02-20 12:37:17 +00:00
1f63da08a3 ENH: Forces function object - user can now select bin limits 2019-02-20 12:36:37 +00:00
8225cbdbe4 ENH: hydrostaticPressure FO - updated handling of pRef 2019-06-14 09:53:49 +01:00
d1cb1138fe Merge branch 'feature-isoAdvectorWithMorphingMeshes' into 'develop'
Introduced changes required to make isoAdvector and interIsoFoam work with...

See merge request Development/OpenFOAM-plus!257
2019-06-13 21:35:20 +01:00
92a7770d1f Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop 2019-06-13 13:26:24 -07:00
3975b21714 TUT: Setting fvSolution for mixerVessel2D 2019-06-13 13:25:51 -07:00
c71b46ef2a Merge branch 'tut-lambvector' into 'develop'
TUT: pimpleFoam/channelDFSEM395 - added example use of Lamb vector

See merge request Development/OpenFOAM-plus!267
2019-06-13 21:21:39 +01:00
4f8edb17ba ENH: metis: use PrecisionAdaptor to support 64 bit indices 2019-06-13 20:52:48 +01:00
82844d7102 Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop 2019-06-13 12:13:04 -07:00
a71479d096 ENH: New solidThermo to ReactingMultiphaseInterFoam 2019-06-13 12:11:09 -07:00
414a8af1ba STYLE: use uintptr_t instead of long 2019-06-13 19:37:27 +02:00
ab79a601b7 DOC: relocated OpenFOAM etc/README.md to doc/Config.md
- relocated BuildIssues.txt -> doc/BuildIssues.md
2019-06-13 18:43:07 +02:00
3551e45161 CONFIG: bump API to 1906 (pre-release)
- adjust copyright dates for manpages
2019-06-13 18:22:10 +02:00
fa50c06b57 CONFIG: make default for allowSpaceInFileName platform dependent
- enable by default on Windows, disable by default on non-Windows.
2019-06-13 14:01:08 +02:00
b4973c8a4a ENH: motorBike: enable residual control. See #1328. 2019-06-13 15:00:22 +01:00
e6a4ce8beb Merge branch 'feature-functionObject-forceCoeffExtension' into 'develop'
ENH: functionObject: refactored co-ordinate system usage and new forceCoeffs members

See merge request Development/OpenFOAM-plus!246
2019-06-13 15:47:09 +01:00
29f9881fb2 ENH: surfactantFoam: run cleanly. See #1328
- do not write 0/ directory
- clean case in ./Allclean
2019-06-13 14:24:58 +01:00
2bb4c8f055 Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop 2019-06-12 10:37:51 -07:00
eabac7063d ENH: Handling of phaseProperties in temperatureCoupledBase.
Adding poly solid thermo to InterfaceCompositionModel for use
on icoReactingMultiphaseInterFoam
2019-06-12 10:35:49 -07:00
a7b5d8a74f STYLE: typo 2019-06-12 16:51:57 +01:00
d048397e67 TUT: Mangrive tutorial update 2019-06-13 12:08:16 +01:00
6c2220cdd6 BUG: fileMonitor: do not allow used watch also in free watches.
See #1328.
2019-06-12 12:27:28 +01:00
fb4230c3be STYLE: dictionary: use get() method 2019-06-12 12:27:06 +01:00
ac4c5f47f9 TUT: pimpleFoam/channelDFSEM395 - added example use of Lamb vector 2019-06-12 11:47:09 +01:00
b2aeb264b1 COMP: Allwmake: turbulentFluidThermoModels already in compressible turb 2019-06-12 10:23:34 +01:00
13828b7d6c BUG: Fixing problem with parallel DTRMParticle 2019-06-11 16:12:36 -07:00
ae3c10c379 Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop 2019-06-11 15:11:33 -07:00
ee8f45cc1b INT: Back-tracking multiphaseSystem 2019-06-11 15:10:55 -07:00
be57874e0a ENH: extend header documentation for forceCoeffs 2019-06-11 16:19:37 +01:00
13ce92c0e7 INT: Clean-up and integration of wave BC updates 2019-06-11 15:29:15 +01:00
0c5055eacc INT: waveMaker boundary condition - added dynamic wave paddle of a solitary wave
Based on Goring et al., 1980
2019-06-11 14:55:51 +01:00
17f45cf060 WIP: Refactored forces/Coeffs to always use a co-ord system and simplified inputs [UNCHECKED] 2019-06-11 11:57:22 +01:00
6ee527cd06 Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop 2019-06-10 10:17:00 -07:00
4010f3778e ENH: Small changes on overBuoyantPimpleFoam tutorial 2019-06-10 10:16:08 -07:00
ad7306092b COMP: phaseSystemModels: few compilation fixes 2019-06-10 13:59:26 +01:00
14d2e1690d BUG: mpi: use system openmpi by default 2019-06-10 13:05:54 +01:00
4926183ebb COMP: only compile wmake toolchain for host when cross-compiling
- no use having wmkdepend on the target architecture when it will only
  be needed on the host architecture.
2019-06-09 19:21:27 +02:00
7e06f2c25f DOC: fix links 2019-06-09 19:17:34 +02:00
0f1a7dacb3 DOC: cross-reference readme/build/requirements 2019-06-07 13:43:27 +02:00
90255fdc74 DOC: added Build and Requirements information 2019-06-07 13:30:10 +02:00
8f452bae99 COMP: compile wmake toolchain for host when cross-compiling 2019-06-07 10:32:37 +02:00
1811f12bdb ENH: reduce wmake bootstrap dependencies
- remove make target for wmdep (flex-based scanner), which eliminates
  a bootstrap dependency on flex.

  As of OpenFOAM-v1806, wmdep has been superseded by wmdepend
  (ragel-based scanner).

- replace dirToString binary with shell/awk equivalent for simpler
  maintenance. The utility is very rarely used (auto scanning to
  create Make/files) so there is no performance difference.
2019-06-07 09:51:18 +02:00
c23ed58ec4 Merge branch 'feature-VOF-updateSolvers' into 'develop'
Feature vof update solvers

See merge request Development/OpenFOAM-plus!266
2019-06-07 09:38:35 +01:00