Henry Weller
9bf69ecd0b
Updated headers
2015-09-17 10:03:00 +01:00
Henry Weller
879d8ca6aa
epsilonLowReWallFunctionFvPatchScalarField.C: Corrected accumulation of corner epsilon and G
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1852
2015-09-17 10:02:09 +01:00
Henry Weller
511155669f
Updated header
2015-09-13 22:14:50 +01:00
Henry Weller
efc3810d49
globalMeshData: Changed the communicator for the reductions
...
Avoids problems with overlapping communicationbetween these reductions
and the calculation of deltaCoeffs. This is a temporary fix while code
reorganizations are undertaken to ensure the globalMeshData is updated
before deltaCoeffs are requested.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1780
2015-09-13 22:12:12 +01:00
Henry Weller
e040f431ba
dynOneEqEddy: Bound KK during construction
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1850
2015-09-09 19:45:00 +01:00
Henry Weller
51457432ee
chemkinReader: Add tolerance to element balance check
...
Patch provided by Daniel Jasinski
Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1843
2015-09-02 15:34:43 +01:00
Henry Weller
2f8531de49
chtMultiRegionFoam: Updated temperature diagnostics
...
Patch provided by Daniel Jasinski
Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1843
2015-09-02 15:34:02 +01:00
Henry Weller
8685344a0b
activePressureForceBaffleVelocityFvPatchVectorField: Corrected implementation and documentation
...
Updated files provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1793
2015-08-24 18:30:50 +01:00
Henry Weller
ee9849afbf
fluent3DMeshToFoam: Updated to handle ',' and '|' characters in headers
...
Patch provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1826
2015-08-24 17:49:02 +01:00
Henry Weller
a0fd606186
utilities/postProcessing/noise: Corrected documentation
...
Patches provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1832
2015-08-19 11:41:26 +01:00
Henry Weller
b4057f743b
functionObjects/fvTools/calcFvcGrad: Avoid clash with cached gradient field
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1828
2015-08-18 12:11:13 +01:00
Henry Weller
b66d73427f
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.4.x
2015-08-13 19:10:15 +01:00
Henry Weller
e7e54e156c
uniformFixedGradientFvPatchField: Corrected constructor
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1827
2015-08-13 19:09:57 +01:00
Chris Greenshields
24cf453438
Template explicitPorositySource fvOption with a set
...
of template coordinate systems for the porous media
2015-08-11 14:47:13 +01:00
Henry Weller
d6ca7f7740
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.4.x
2015-08-10 12:02:17 +01:00
Henry Weller
3e93a65ccd
transformFvPatchField: Specialize valueInternalCoeffs for scalar
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1820
2015-08-10 12:01:16 +01:00
Chris Greenshields
1f8494e10c
Corrected names of compounds in thermoData to use upper/lower
...
case in accordance with standard symbols for chemical elements.
For example, Cl for Chlorine (not CL), Ar for Argon (not AR), Al, Ne, Si, Pb, etc
2015-08-08 17:54:14 +01:00
Henry Weller
96075b7a5b
Update headers
2015-08-07 16:16:37 +01:00
Henry Weller
5f7c84e227
Compressible solver: correct initial Courant-number calculation
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1816
2015-08-07 16:16:12 +01:00
Chris Greenshields
f30a1a1f19
Template inflow-outflow case for compressible flow with rhoSimpleFoam
2015-08-06 17:48:42 +01:00
Henry Weller
bf23ff4ddd
paraFoam: add support for system/blockMeshDict with the -block option
2015-08-06 10:10:20 +01:00
Henry Weller
699d1a7128
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.4.x
2015-08-06 09:23:43 +01:00
Henry Weller
dfcf5d948e
blockMesh: Updated to latest version from OpenFOAM-dev:
...
Improved multi-grading so that the divisions are independent of section ordering.
Corrected multi-grading support for polyLine.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1809
Changed default location of blockMeshDict from constant/polyMesh to system
For multi-region cases the default location of blockMeshDict is now system/<region name>
If the blockMeshDict is not found in system then the constant directory
is also checked providing backward-compatibility
Added experimental fast-merge algorithm
The standard merge-algorithm is N^2 over the face-points and uses a
geometric proximity test for the merge. These are both choices for
implementation simplicity and are rather inefficient for large meshes.
I have now implemented an experimental linear topological merge
algorithm which is VERY fast and effective for meshes of any size.
Currently it will merge internal faces on meshes of arbitrary complexity
but does not yet handle edge or face collapse needed for wedges and
other degenerate blocks.
The new fast-merge algorithm may be selected using the optional
"fastMerge" entry:
fastMerge yes;
and if not present the standard N^2 algorithm will be used.
Henry G. Weller
CFD Direct
2015-08-06 09:08:58 +01:00
Chris Greenshields
fa54db85e2
inflowOutflow templates: added inlet and outlet groups in snappyHexMeshDict
2015-08-05 18:44:26 +01:00
Chris Greenshields
bb146c867b
Template case files: added model coeffs to transportProperties
2015-07-20 13:28:34 +01:00
Chris Greenshields
75c5f9f0e3
surfaceFeatureExtractDict templates: added trimFeatures options
2015-07-18 18:58:14 +01:00
Chris Greenshields
a6f90b1782
patchAverage: pre-packaged function object
...
calculates average value on a patch
2015-07-17 14:18:30 +01:00
Henry Weller
541b281530
Updated header
2015-07-16 09:34:29 +01:00
Henry Weller
af70485f4b
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.4.x
2015-07-16 09:33:47 +01:00
Henry Weller
b3c03b6e5e
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.4.x
2015-07-15 12:07:42 +01:00
Henry Weller
98302e5c50
UList, FixedList: Correct swap member function
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1787
2015-07-15 12:06:27 +01:00
Chris Greenshields
dc934ff857
foamCreateVideo: fix framerate option with avconv
2015-07-14 09:26:00 +01:00
Chris Greenshields
e713234c04
foamCreateVideo: enabled to use avconv and output WebM format
...
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1722
2015-07-12 12:58:26 +01:00
Henry Weller
8ffe49702a
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.4.x
2015-07-10 18:37:20 +01:00
Henry Weller
98950483c4
filmViscosityModel/constantViscosity: Update viscosity to support Arrhenius modification
2015-07-10 18:35:19 +01:00
Chris Greenshields
6067771383
paraFoam: added option to open ParaView
...
when OpenFOAM-format case files are not located
2015-07-07 10:56:47 +01:00
Henry Weller
13440e9d17
blockMesh: Correct handling of the -case option
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1773
2015-07-04 23:37:11 +01:00
Henry Weller
f6a9d75559
Correct typo
2015-06-27 12:34:06 +01:00
Henry Weller
5cf70d30ef
sampledPlane: Correct handling of coordinate system specification
...
Patches provided by Timm Severin
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1764
2015-06-25 21:59:13 +01:00
Henry Weller
47f1862e4c
Removed support for the legacy SiCortex64 architecture
2015-06-23 11:18:36 +01:00
Henry Weller
a5a5397de5
Added support for the PPC64le architecture
...
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1759
2015-06-23 11:17:42 +01:00
Henry Weller
58817ec6e0
codeTemplates: Update copyright date
2015-06-23 10:58:35 +01:00
Henry Weller
158fc138e9
surfaceToCell, surfaceToPoint: Add surface file name expansion
...
Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1754
2015-06-19 15:47:33 +01:00
Henry Weller
ca10b7b40d
rhoCentralFoam: Reverted correction to BCs
...
Reverted changes proposed in
http://openfoam.org/mantisbt/view.php?id=1548 as it adversely affects
fixed-value BCs and is formulated to fix an issue with an unphysical
case. Further analysis of the handling of fixed pressure outlet
2015-06-18 15:13:03 +01:00
Henry Weller
20733b7dd2
rhoCentralFoam: Ensure fixed value boundary conditions are preserved
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1748
2015-06-17 14:38:20 +01:00
Henry Weller
6b92731286
PatchInjection::parcelsToInject: Ensure parallel consistency
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1746
2015-06-16 15:09:54 +01:00
Henry Weller
fc9f73afc3
createTurbulenceFields: Construct fields and turbulence model for every time step processed
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1749
2015-06-16 12:53:20 +01:00
Henry Weller
678abe2fea
filmViscosityModel/thixotropicViscosity: Corrected the handling of the effect of droplet deposition
...
on the lambda of the film
2015-06-16 12:45:26 +01:00
Henry Weller
f691ac1efb
externalWallHeatFluxTemperature: Correct doc
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1745
2015-06-15 19:22:49 +01:00
Henry Weller
04c63ba9a5
pairPatchAgglomeration: Stop agglomeration loop if no further agglomeration is achieved
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1157
2015-06-15 16:09:25 +01:00