84784c5061
Merge remote-tracking branch 'origin/master' into develop
2018-07-13 13:25:11 +02:00
0304911921
STYLE: more consistent use of dimensioned Zero, scalar decimal points
...
- use scalar(0) instead of scalar(0.0) etc
2018-07-13 10:28:48 +02:00
e9f0ebc730
GIT: fvSolution: multiple entries from merging.
2018-07-12 13:39:02 +01:00
181582fef8
TUT: remove extraneous '}' from dictionary input
2018-07-11 14:24:49 +02:00
d530bc254a
STYLE: code cleanup searchableSurface (issue #929 )
...
- improve doxygen entries for searchable surfaces.
- support selection of searchable surfaces with shorter names.
Eg,
type box | cylinder | ...;
vs type searchableBox | searchableCylinder | ...;
2018-07-06 11:03:28 +02:00
7b8e2b1a18
Merge remote-tracking branch 'origin/master' into develop
2018-07-10 16:42: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
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
252b5ff7dc
BUG: snappyHexMesh: missing tutorial in ./Allrun. Fixes #916 .
2018-07-02 16:09:49 +01:00
7bf7aaea91
ENH: Further enhancements to stabilizationSchemes
2018-06-19 12:04:27 -07:00
9001aa2440
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
2018-06-19 11:23:36 -07:00
a3a6768608
ENH: Adding additional entry to stabilizationSchemes.
...
Correcting tutorial and expanding documentation
2018-06-19 11:21:56 -07:00
1871b1d3bc
TUT: use separate forces file for wingMotion2D
2018-06-19 17:18:15 +02:00
27dcb69ccc
GIT: add forgotten Allrun-parallel script (issue #866 )
2018-06-19 13:03:35 +02:00
0c5f36f40a
ENH: Move stabilisation to steady-state part of LES motorBike tutorial. See #856 .
2018-06-18 15:00:47 +01:00
e3d306d3cf
TUT: additional and extra closing braces in dictionaries
2018-06-18 14:05:49 +02:00
6a13ad2d93
ENH: vtkCloud function object (issue #866 )
...
- writes lagrangian data in VTP format during a simulation.
In parallel, all data are written from the master.
2018-06-16 01:16:00 +02:00
357042c801
TUT: Updates for combustionModel = none. See #867
2018-06-14 14:45:32 +01:00
15288516c7
INT: Added wave-mangrove interaction test from IH Cantabria
2018-06-14 14:30:42 +01:00
d1ca1ff51d
INT: Removed incompatible case
2018-06-14 14:16:45 +01:00
7a7ecf600f
ENH: prescribedRotation: smaller end time so simulation is shorter.
2018-06-14 13:47:07 +01:00
6e6ae853b5
ENH: prescribedRotation: improvements to testcase. See #872 .
2018-06-14 13:45:49 +01:00
25472673d9
ENH: prescribedRotation: fix testcase. Fixes #872 .
2018-06-13 17:43:36 +01:00
bab72d5139
ENH: multiple updates to interIsoFoam related code
...
- Updated tutorial headers
- Added copyright note to isoAdvector src
- Removed outcommented code lines in interIsoFoam solver
- Removed all LTS from interIsoFoam since this is not currently supported
- Confirmed that discInConstantFlow gives identical results with N subCylces and time step N*dt
- Confirmed that this also holds when nOuterCorrectors > 1.
2018-06-12 23:14:10 +02:00
83b8032dcc
TUT: Modified tutorials and added cyclic test case.
2018-06-12 14:01:25 +02:00
25a7e4da7b
INT: Initial update of isoAdvector and interIsoFoam to work with AMR.
2018-06-11 17:51:54 +02:00
c909a5df25
GIT: resolved merge conflict
2018-06-13 14:20:18 +01:00
616b91c06e
Merge branch 'master' into develop
2018-06-13 14:17:47 +01:00
22a7c8bb7f
INT: Updated and added Gabi's irregular multi-direction tutorial
2018-06-13 13:32:56 +01:00
0643a2a941
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
2018-06-12 18:27:04 -07:00
b2bb46c39d
ENH: Tutorial modifications for Medium Test - 12.06.2018
2018-06-12 18:26:17 -07:00
b2b77c9c13
ENH: add 'cellCentre' sampledSet (issue #869 )
...
- samples on cell centres, can optionally limit based on a bounding box.
Can be used, for example, to extract volume fields into CSV format.
2018-06-12 23:22:23 +02:00
d318a630b6
ENH: add directive '#sinclude' (or '#includeIfPresent' as long name)
...
- consistency with make and more succinct.
- reduce code duplication in findEtcFiles.
2018-05-28 13:38:03 +02:00
85ecb009d7
TUT: Updated input value
2018-05-18 09:57:12 +01:00
cb1cd96b04
ENH: snappyHexMesh: directional refinememt.
...
Basic directional refinement:
- only for coordinate aligned meshes
- only for refinementRegions
See the mesh/snappyHexMesh/aerofoilNACA0012_directionalRefinement
tutorial.
2018-05-21 16:51:57 +01:00
66df3369dc
BUG: ConeInjection - corrected number of parcels injected for multiple injector positions
2018-05-17 09:04:00 +01:00
5b9c4ceae5
ENH: rigidbodyDynamics: prescribed rotation + testcase
...
See:
src/rigidBodyDynamics/restraints/prescribedRotation
tutorials/multiphase/overInterDyMFoam/boatAndPropeller
2018-04-19 17:54:24 +01:00
698a6d59e0
STY: Tide of chockedNozzle tutorial
2018-06-08 12:22:15 -07:00
46e7dab0cb
ENH: Adding stabilizationSchemes FO and tutorial
2018-06-06 12:54:34 -07:00
47d7405d62
ENH: Updating interFoam/RAS/motorBike tutorial
2018-06-06 12:53:21 -07:00
82fed8f877
GIT: interDyMFoam: moved tutorial. See #856 .
2018-06-06 13:55:20 +01:00
a7f076385c
ENH: twistingColumn: change decomposition method
2018-06-06 09:06:41 +01:00
9d31ff4436
BUG: Update mixture type in tutorials
2018-06-05 10:44:41 -07:00
cf9209e42c
GIT: Removed unused files
2018-06-01 15:39:41 +01:00
5162b9b2b3
TUT: Updated residuals FO usage for field output
2018-05-24 15:50:43 +01:00
ec5d9cdf01
Merge remote-tracking branch 'origin/develop' into develop-pre-release
2018-05-29 12:13:58 +01:00