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
ffb0409942
TUT: Tutorial updates - see #600
2017-09-26 12:25:50 +01:00
e48f3d6d52
BUG: Added missing #include. See #600
2017-09-26 09:29:45 +01:00
823ba60cae
ENH: correcting new thermo type for reactingParcelFoam tutorials.
...
Correcting thermoSingleLayer.C mask field alpha to avoid heat sources where there is no film.
Tunning fvSolution for alpha for twoPhasePachuka tutorial
2017-09-22 16:45:45 -07:00
0c64622341
Finite area port, Hrvoje Jasak
...
- with sphereSurfactantFoam and sphereTransport test case
2017-09-15 12:02:25 +01:00
445017c741
BUG: snappyMultiRegionHeater: missing decomposeParDict. See #652 .
2017-12-14 16:31:49 +00:00
d523d0a634
Merge branch 'feature-overset-lsq' into 'develop'
...
ENH: overset: new solvers, new stencil
See merge request Development/OpenFOAM-plus!180
2017-12-14 15:43:59 +00:00
ddde330884
ENH: overset: new solvers, new stencil
2017-12-08 16:00:02 +00:00
74b557d5f2
STYLE: indentation: trailing whitespace
2017-12-08 12:26:16 +00:00
1e7b67fdcf
TUT: relocate externalCoupled heater tutorial, add steady-state version
2017-12-05 12:00:00 +01:00
eabce47e0d
Merge branch 'feature-domain-decomposition' into 'develop'
...
Minor improvements for redistributePar
See merge request Development/OpenFOAM-plus!181
2017-12-08 17:09:44 +00:00
88423b2a6f
TUT: snappyMultiRegionHeater with redistributePar
2017-12-08 16:06:30 +00:00
03b8275a83
ENH: add foamListRegions utility
...
- list all regions from constant/regionProperties:
* foamListRegions
- list specific region type from constant/regionProperties:
* foamListRegions fluid
* foamListRegions solid
2017-12-08 14:05:25 +00:00
5a455dac34
TUT: tutorial updates
2017-12-06 12:53:10 +00:00
b137005449
Merge remote-tracking branch 'origin/master' into develop
2017-12-06 12:52:12 +00:00
6b97bf54ab
TUT: Adding Alltest scripts
2017-12-05 12:19:47 +00:00
1af512ae51
ENH: Added divergence scheme test case
2017-12-05 11:43:09 +00:00
a9ffcab5af
ENH: region-wise decomposition specification for decomposeParDict
...
Within decomposeParDict, it is now possible to specify a different
decomposition method, methods coefficients or number of subdomains
for each region individually.
The top-level numberOfSubdomains remains mandatory, since this
specifies the number of domains for the entire simulation.
The individual regions may use the same number or fewer domains.
Any optional method coefficients can be specified in a general
"coeffs" entry or a method-specific one, eg "metisCoeffs".
For multiLevel, only the method-specific "multiLevelCoeffs" dictionary
is used, and is also mandatory.
----
ENH: shortcut specification for multiLevel.
In addition to the longer dictionary form, it is also possible to
use a shorter notation for multiLevel decomposition when the same
decomposition method applies to each level.
2017-11-09 12:30:24 +01:00