Commit graph

494 commits

Author SHA1 Message Date
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
Henry
e8bd759b7a execFlowFunctionObjects: Reconstruct functionObjects if the mesh changes
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1452
2014-12-18 17:01:33 +00:00
Henry
a55f8a1712 Corrected tc and ms for new parcels
Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1286
2014-12-18 13:17:25 +00:00
Henry
3ccfb5ae39 Correct child parcel properties
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1287
2014-12-18 13:05:24 +00:00
Henry
2d4b657734 Reduce the stripped parcel mass due to evaporation
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1295
2014-12-18 12:51:47 +00:00
Henry
e137f8f967 Improved member function documentation
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1285
2014-12-18 12:35:39 +00:00
Henry
a15e16a5b7 Renamed minParticleMass -> minParcelMass
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1288
2014-12-18 12:24:09 +00:00
Henry
de9d80f867 fvDOM: check mesh is on x-y plane for 2D cases and in x-direction for 1D cases 2014-12-18 11:38:51 +00:00
Henry
51c4e5fb04 Added references 2014-12-17 14:21:16 +00:00
Henry
238e9b7b57 Corrected description 2014-12-17 14:20:54 +00:00
Henry
867858f550 Added return when position_ == endPosition
May resolve bug-report http://www.openfoam.org/mantisbt/view.php?id=1459
2014-12-16 20:47:53 +00:00
Henry
01c8b7182a Ensure fields are initialized before mapping to avoid SIGFPE caused by uninitialized values 2014-12-16 16:38:45 +00:00
Henry
fc41bb48ba Updated 2014-12-16 10:02:12 +00:00
Henry
be8f71f8a1 Added reference 2014-12-16 09:47:45 +00:00
Henry
87653bd27d Corrected calculation of multi-layer resistance
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1447
2014-12-16 08:43:35 +00:00
Henry
15fd058d8e Added newline 2014-12-16 08:43:27 +00:00
Henry
f84192b510 Removed applications/test/LduMatrix 2014-12-12 17:52:34 +00:00
Henry
92e35eba6a Corrected calculation of iTp
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1456
2014-12-12 11:54:29 +00:00
Henry
69ca5144e0 Improved test to avoid /0 2014-12-12 11:29:30 +00:00
Henry
6380962068 Keep copy rather than reference to returned object.
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1454
2014-12-12 08:49:08 +00:00
Henry
05bfedd133 Corrected version back to 2.3.x following the release of 2.3.1 2014-12-11 08:31:25 +00:00
Henry
6aaac1d264 Updated copyright following transfer from OpenCFD 2014-12-10 12:41:41 +00:00
Henry
196fdaaf97 wcleanMachine: add default behavior without argument the same as -current 2014-12-10 12:41:01 +00:00
Henry
d70ac7842f Default to system OpenMPI 2014-12-10 12:40:45 +00:00
Henry
39ba26e772 Upgrade clang to 3.4.2 2014-12-10 12:40:23 +00:00
Henry
6e9b6276b1 Updated documentation 2014-12-10 12:39:58 +00:00
mattijs
c5944c5390 BUG: turbulentTemperatureRadCoupledMixed: incorrect multi-layer averaging (#1440) 2014-11-13 14:32:44 +00:00
mattijs
42314c41c5 BUG: foamEndJob: incorrect comment (#1435) 2014-11-10 09:55:57 +00:00
mattijs
55e0424234 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-11-07 12:15:38 +00:00
mattijs
a727baf174 ENH: snappyHexMesh: debug output 2014-11-07 12:11:11 +00:00
andy
590d57f32f Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-11-04 15:46:58 +00:00