1f953b807c
ENH: use double for VTK legacy output (issue #891 )
...
- some paraview versions (eg, on windows) don't support float, only double.
This mostly affected the vtkSurfaceWriter.
The foamToVTK is also affected, but since it also supports the XML
output formats (vtp, vtu) these can be used instead.
2018-06-21 10:24:04 +02:00
f9dc9dbf5f
TUT: updates
2018-06-21 08:31:22 +01:00
2790f2da4e
ENH: Editing tutorials, and Make/files
2018-06-20 12:27:12 -07:00
3603cf289f
BUG: basicThermo: enforcing shared T. Fixes #887 .
2018-06-20 12:07:00 +01:00
636328fc1c
ENH: icoReactingMultiPhaseInterFoam: thermo sharing T
2018-06-15 14:05:37 +01:00
4cb073e150
ENH: Up to date icoReactingMultiphaseInterFoam solver and libs
...
Adding tutorials and other minor changes
2018-06-04 11:25:59 -07:00
7b4bf88891
ENH: snappyHexMesh: directional refinement tutorial
2017-12-28 16:28:29 +00:00
2a97365428
ENH: snappyHexMesh: tutorial for directional refinement
2017-12-28 14:58:55 +00:00
8a5a50cac3
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2017-12-22 11:17:31 -08:00
5a5c286a8b
ENH: Correcting fvSchemes/fvSolution for sloshingTank2D
2017-12-22 11:06:08 -08:00
b85a38dc41
INT: streamFunction wave model updates
2017-12-22 17:06:42 +00:00
66f473b11c
ENH: Updated extractEulerianParticles and deps after change to barycentric tracking
2017-12-22 13:19:41 +00:00
1d77b78418
ENH: changing endTime for sonicFoam/RAS/nacaAirfoil
...
Fixing fvOption in multiphase/reactingTwoPhaseEulerFoam/laminar/steamInjection
2017-12-21 12:53:10 -08:00
9c38ad6ae4
TUT: relocate tutorial log analysis as functions for reuse in modules
...
- removed some unneeded tutorial files
2017-12-21 14:17:20 +01:00
d259402e40
GIT: .foam: left over
2017-12-21 13:03:52 +00:00
351fa4f979
TUT: updated sonicFoam case (see #677 )
2017-12-21 11:16:28 +00:00
e7d9a1accf
ENH: Changing BC for U to slip
2017-12-20 08:32:53 -08:00
ef08bc56ba
BUG: Removing finiteArea lib from option file for reconstructPar.
...
Modifying relaxation factors for the angledDuct for rhoPimpleFoam
2017-12-19 14:51:42 -08:00
985a18df75
Adding overPotentialFoam and overRhoSimpleFoam and tutorials
2017-12-19 11:33:43 -08:00
a6d88f2fe7
Adding turbulence to RAS-Tjunction and reducing MRF in mixerVessel2D to make it laminar
2017-12-19 11:02:31 -08:00
d20b981fef
STYLE: add End markers to some tutorials and finiteArea utils (issue #671 )
2017-12-19 14:59:24 +01:00
8bf98e74da
TUT: added tutorial files (issue #671 )
...
- also cleanup by using 0.orig/ directory.
- use foamListRegions to obtain region names
2017-12-19 14:40:33 +01:00
95e357ede4
TUT: use uniform scaling short form
...
Eg,
transformPoints -scaling 0.01
instead of
transformPoints -scaling '(0.01 0.01 0.01)'
2017-12-19 09:41:54 +01:00
709d2f43b1
Addition of tutorial using energyTransport FO + ArrheniusBirdCarreau laminar transport
2017-12-18 16:12:48 -08:00
6b33d0ec6b
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2017-12-18 08:24:58 -08:00
00a8c8bc5f
BUG: liquidFilmFoam - corrected double looping
2017-12-18 11:21:07 +00:00
700e17bdb4
INT: Initial check-in of IH Cantabria streamFunction wave generation
...
model and test case
Code supplied by Gabriel BARAJAS OJEDA
2017-12-08 15:54:34 +00:00
c2ff8ea99e
ENH: Added finiteArea support to foamToVTK
2017-11-21 16:33:33 +00:00
9d7df50822
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2017-11-15 10:06:35 -08:00
7924f24b4a
STYLE: overLaplacianFoam: removed unused entries
2017-11-08 09:09:41 +00:00
6aa7b6ac2a
STYLE: Header clean-up
2017-11-07 11:22:58 +00:00
4bc9c98695
STYLE: Corrected file name in surface noise, added README file
2017-11-07 16:08:30 +05:30
cad0455d46
TUT: consistent application name for lumpedPointMotion
...
- use simpleFoam for steady-state and change to pimpleFoam for
transient. This provides better correspondence with the expected log
output.
2018-07-23 09:12:06 +02:00
712f49758a
TUT: update snappy dictionaries to use minMedialAxisAngle
...
- canonical parameter name changed from "minMedianAxisAngle" to
"minMedialAxisAngle" (DEC-2013), but was never previously reported
as having changed.
2018-07-18 16:47:34 +02:00
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
684aa6751c
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2017-09-29 10:16:01 -07:00
ce8695d804
BUG: reachingParcelFoam: requires p_rgh
2017-09-27 17:58:24 +01:00
50d1ac15ef
INT: Integration updates in preparation for merge into the develop branch
2017-09-27 09:30:59 +01:00