Commit graph

524 commits

Author SHA1 Message Date
Henry
d34e10ca4b atmBoundaryLayer: Attempt to rationalize the inputs and documentation to make these BCs more usable
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=860
2015-02-04 22:51:31 +00:00
Henry
4f1f0816ab MRFSource: Update the velocity boundary conditions for changes in rotation speed 2015-02-04 22:23:22 +00:00
Henry
16e20e8339 fixedShearStressFvPatchVectorField.H: Removed rhoName and phiName 2015-02-02 12:28:47 +00:00
Henry
e0d4d0af31 Update header 2015-02-02 12:17:32 +00:00
Henry
8efea303d3 porousBafflePressure: Correct both implementations 2015-02-02 12:17:04 +00:00
Henry
4ebfa9210b fixedShearStressFvPatchVectorField: Remove rhoName and phiName which are no longer needed 2015-02-02 12:16:27 +00:00
Henry
1baba9a2d1 twoPhaseEulerFoam: Corrected EoH2
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1505
2015-02-02 09:37:25 +00:00
Henry
8e005294f1 Remove duplicate include
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1507
2015-02-01 23:09:20 +00:00
Henry
dae8d83823 transform: Handle codirectional and contradirectional transformation vectors
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=416
2015-02-01 16:31:44 +00:00
Henry
a170d0b054 foamInstallationTest: Add support for gcc named with extension
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=452
2015-01-31 22:34:40 +00:00
Henry
ddb78f96a6 bin/tools/doxyFilter.sed: Add support for 2-line Class name:
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=252
2015-01-29 08:13:21 +00:00
Henry
8a25a1db37 thermoSingleLayer: revert change to q function made shortly before the release of OpenFOAM-2.3.1
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1502
2015-01-28 17:45:30 +00:00
Henry
873e0c8d58 Icc support: added floating-point exception trapping and accurate maths
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1432
2015-01-28 09:02:15 +00:00
Henry
670e511576 tutorials/incompressible/pimpleFoam/elipsekkLOmega: added non-orthogonal correctors to improve stability when running longer 2015-01-28 09:01:39 +00:00
Henry
e791c532f2 tutorials/incompressible/pimpleFoam/elipsekkLOmega: removed limiter and non-orthogonal correctors 2015-01-27 11:36:45 +00:00
Henry
9ae53dec4a viewFactorsGen/shootRays: Allow the specification of maxDynListLength in viewFactorsDict
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1501
2015-01-27 10:45:03 +00:00
Henry
8ecf9e447a tutorials/incompressible/pimpleFoam/elipsekkLOmega: improved variable naming and updated test-case 2015-01-27 08:43:20 +00:00
Henry
f4b870a3d3 src/turbulenceModels/incompressible/RAS/kkLOmega/kkLOmega: Corrected errors in implementation and from original paper according to
Furst, J. (2013).
   Numerical simulation of transitional flows with laminar kinetic energy.
   Engineering MECHANICS, 20(5), 379-388.

Thanks to Jan-Niklas Klatt for analysing problems with and correcting
the implementation and testing corrections to the model proposed by
Furst.
2015-01-26 17:25:04 +00:00
Henry
64c2ea4718 Update headers 2015-01-23 13:10:33 +00:00
Henry
1f2f89f7c8 atmBoundaryLayer BC: update for SP compilation
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1496
2015-01-23 13:09:47 +00:00
Henry
8a7519fc14 DataEntry/Table: provide dictionary to base-class to allow the specification of outOfBounds
Resolves bug-reports:
    http://www.openfoam.org/mantisbt/view.php?id=888
    http://www.openfoam.org/mantisbt/view.php?id=788
2015-01-22 13:26:04 +00:00
Henry
d728810dd7 twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE: Added fvOptions support
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1402
2015-01-22 10:41:36 +00:00
Henry
b007eb4769 Corrected typo 2015-01-21 19:01:02 +00:00
Henry
110339227f Updated header 2015-01-21 16:03:01 +00:00
Henry
e1690cf2ac multiphase solvers: print phase-name rather than alpha1/2 when printing max and min phase-fraction
Resolves request https://github.com/OpenFOAM/OpenFOAM-2.3.x/pull/5
2015-01-21 15:59:54 +00:00
Henry
7e448b3295 turbulentHeatFluxTemperature: replaced Cp0 with rhoCp0 and added comment concerning units to clarify usage
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1433
2015-01-18 22:01:55 +00:00
Henry
f7a485069c Remove cyclic link in foamyHexMesh/mixerVessel tutorial
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1191
2015-01-18 19:32:26 +00:00
Henry
8036eb44d5 Updated header 2015-01-10 22:14:30 +00:00
Henry
6e5fb1bcd8 Corrected documentation for Doxygen 2015-01-10 22:14:13 +00:00
Henry
97c56ba71c Added InfoSwitches::writeOptionalEntries which enables the writing of optional keywords and values which are not present in the dictionary
Warning: generates a VERY large number of messages from OpenFOAM applications
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1473
2015-01-04 15:27:19 +00:00
Henry
88effc40de [lL]duMatrixOperations: Added support for scaling symmetric matrices
Note: non-uniform scaling of a symmetric matrix generates an asymmetric matrix
2015-01-02 19:33:39 +00:00
Henry
5bd23e9560 fvMatrix: Corrected scaling by tmp<volScalarField> 2015-01-02 19:33:06 +00:00
Henry
57ad873fd8 Updated header 2015-01-02 16:40:28 +00:00
Henry
19f017fb18 fvcSurfaceIntegrate: add support for sub-cycling with mesh-motion
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1471

Note:
    In order to avoid unexpectedly poor results I think it would be
    better if sub-cycling in time were limited to static meshes and
    solid-body motion only and the Vsc() function removed and I will
    consider this for the next release with the addition of a check for
    solid-body motion in the case that sub-cycling is applied.  Now that
    MULES support semi-implicit operation there is less need for
    sub-cycling and I would recommend that you use this approach in
    interDyMFoam for your complex mesh motion cases.
2015-01-02 16:39:08 +00:00
Henry
5a935874b0 Updated for OpenFOAM-2.3.x
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=858
2015-01-01 17:11:44 +00:00
Henry
22276a35af Corrected and improved documentation
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=790
2015-01-01 16:38:49 +00:00
Henry
0c57b123fb Removed spurious file
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1374
2015-01-01 16:25:44 +00:00
Henry
057c90f482 Updated header 2015-01-01 16:20:57 +00:00
Henry
aee72a7227 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2015-01-01 16:19:12 +00:00
Henry
be428aacd7 particle::initCellFacePt(): Added suggestions to resolve failure to find particle
Resolves bug report: http://www.openfoam.org/mantisbt/view.php?id=1461
2015-01-01 16:18:14 +00:00
Henry
3891c6ada0 particle::initCellFacePt(): Added suggestions to resolve failure to find particle
Resolves bug report: http://www.openfoam.org/mantisbt/view.php?id=1461
2015-01-01 13:31:21 +00:00
Henry
7200eb272a primitiveMesh::pointInCellBB: Inflate the cell isotropically to handle anisotropic cells more robustly 2015-01-01 13:30:20 +00:00
Henry
278819d0ef atmBoundaryLayer: Attempt to rationalize the inputs and documentation to make this BC more usable
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=860
2014-12-29 17:27:51 +00:00
Henry
8df3ba9ae1 atmBoundaryLayerInletVelocity: removed spurious limit U <= Uref
Rewrote using field algebra rather than looping over cells
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1384
2014-12-29 12:03:26 +00:00
Henry
a01b5bb4a0 Corrected/improved mixed BC formulation to ensure the reference temperature is physical
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1369
2014-12-29 11:06:08 +00:00
Henry
b3abea74dd fanFvPatchField: Correct the type specialization
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1415
2014-12-28 16:58:56 +00:00
Henry
b1f2c68808 Write the coefficients before the field 2014-12-28 16:58:41 +00:00
Henry
9a79633f07 CrankNicolsonDdtScheme: Changed ddtCorr from a basic Euler scheme to include the Crank-Nicolson correction
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1468
2014-12-28 12:42:18 +00:00
Henry
3d782bec68 rotorDiskSource: Corrected coordinate transformations
Now the rotor axis may be specified in other than the z-direction
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1290
2014-12-22 10:06:15 +00:00
Henry
1e53cf9f7e RDT -> rapid distortion theory 2014-12-21 22:02:25 +00:00