Commit graph

731 commits

Author SHA1 Message Date
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
Henry Weller
3d8da0e960 Corrected typo
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1741
2015-06-15 11:18:02 +01:00
Henry Weller
42ecf9c980 pairPatchAgglomeration: Do not use the result agglomeratePatch if the return indicates it is not valid
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1157
2015-06-13 23:11:12 +01:00
Henry
664271ec09 filmViscosityModel/ArrheniusViscosity: temperature-dependent viscosity function
Applied as a correction pre-factor to the viscosity obtained from a
run-time selectable base-model.
2015-06-05 12:03:09 +01:00
Henry
b750988e16 filmViscosityModel/thixotropicViscosity/thixotropicViscosity: Remove the spurious mask and correct the blending 2015-06-03 17:28:06 +01:00
Henry
a244c4111a rhoCentralFoam, sonicFoam: Remove superfluous includes
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1730
2015-06-03 09:36:22 +01:00
Henry
1c58abec87 dnsFoam: Use PISO controls read from fvSolution
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1727
2015-06-02 09:08:59 +01:00
Henry
9b0d7415bb kLowReWallFunction: Limit k to avoid /0
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1724
2015-05-31 21:18:34 +01:00
Henry
25d7706560 DPMFoam, MPPICFoam: Corrected contiuousPhaseName -> continuousPhaseName
Resolves second part of http://www.openfoam.org/mantisbt/view.php?id=1717
2015-05-29 08:25:20 +01:00
Henry
bfb49fc90e fvPatchFields: Support explicitly named U, phi and rho in all BCs
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1717
2015-05-28 20:41:23 +01:00
Henry
139084f451 DPMFoam, MPPICFoam: Corrected contiuousPhaseName -> continuousPhaseName
Resolves second part of http://www.openfoam.org/mantisbt/view.php?id=1717
2015-05-28 17:03:32 +01:00
Henry
756043acb1 cyclicAMIPolyPatch: Correct report of sweep angle
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1716
2015-05-28 16:27:44 +01:00
Henry
5eb755819f viewFactorsGen: Correct container resizing
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1712
2015-05-28 16:22:45 +01:00
Henry
5214c25ac5 /externalWallHeatFluxTemperatureFvPatchScalarField.H: Updated docs 2015-05-28 16:22:28 +01:00
Henry
6c9dc8867f MRFZone: Synchronize the faceType across processor patches
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1685
2015-05-25 11:34:30 +01:00
Henry
6181eecda5 tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/N2: Correct name
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1706
2015-05-25 10:38:21 +01:00
Henry
1c47345dc5 Corrected 2015-05-24 22:19:39 +01:00