Commit graph

422 commits

Author SHA1 Message Date
Henry
f3c390aca4 CMULES: Add optional control over support for extrema within bounds 2014-10-13 21:12:10 +01:00
mattijs
3ef1ccc2db ENH: edgeIntersections: added subset manipulation 2014-10-13 12:46:27 +01:00
mattijs
ccc06b4581 ENH: mappedPatch: survive neg-tet volume cells
In case of point not being found re-search for nearest
2014-09-30 17:20:27 +01:00
mattijs
c854414e7a ENH: autoHexMesh: parallel consistency 2014-09-24 17:37:29 +01:00
mattijs
11b534e09c ENH: motionSmootherAlgo: guarantee coupled point consistency 2014-09-24 14:52:42 +01:00
andy
778a62705d Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-09-24 13:33:46 +01:00
andy
1876f95e2a ENH: Surface film modelling - updated thixotropic viscosity model 2014-09-24 13:28:56 +01:00
mattijs
e47da2063c BUG: PatchTools: fix normals calculation if coupled point not on provided patch 2014-09-23 16:07:49 +01:00
mattijs
b3f1490590 STYLE: fWallFunctions: consistent with epsilonWallFunction 2014-09-19 15:27:00 +01:00
mattijs
6417ff9808 ENH: wallFunctions: remove duplicate value entry 2014-09-18 09:00:36 +01:00
mattijs
9289f685fc BUG: sampledSet: track on static mesh 2014-09-16 13:07:38 +01:00
mattijs
a2fb5c8429 ENH: uniformSet: constructing cloud on all processors 2014-09-16 09:56:14 +01:00
mattijs
cf5fba9df5 STYLE: nearWallFields: unused object 2014-09-16 09:55:37 +01:00
william
55142ea9db BUG: AMI: Fixed target face used as index to source patch. Also undo commit b816fac, which was an incorrect fix for the same bug. 2014-09-15 15:09:55 +01:00
william
b9f373691d STY: removed debug messages from cyclicAMIPolyPatch 2014-09-12 17:44:46 +01:00
william
36ea25dd19 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-09-12 16:29:11 +01:00
william
b816fac762 BUG: source point face call in AMI had owner and neighbour the wrong way around 2014-09-12 16:27:00 +01:00
Henry
4c023cadd3 sixDoFRigidBodyMotion: write state including orientation
e.g.

6-DoF rigid body motion
    Centre of rotation: (0.5 0.449959005542 0.1)
    Centre of mass: (0.499992877433 0.449959005542 0.349999999899)
    Orientation: (0.999999999594 0 -2.84902661966e-05 0 1 0 2.84902661966e-05 0 0.999999999594)
    Linear velocity: (0 -0.0028756594439 0)
    Angular velocity: (0 -0.00244725501844 0)
2014-09-10 15:56:54 +01:00
Henry
56b8e52e65 fieldCoordinateSystemTransform: Remove N^2 loop over the field 2014-09-09 20:50:57 +01:00
mattijs
d70219296c BUG: autoLayerDriver: handling nBufferCells < 0 2014-09-03 16:53:08 +01:00
mattijs
da1b994069 ENH: timeVaryingMapped: added option to disable interpolation 2014-09-03 12:26:40 +01:00
mattijs
c5d310b1b9 ENH: mapFields: expose AMI mapping methods 2014-09-03 11:54:30 +01:00
mattijs
a94eb42d39 ENH: pointToPointPlanarInterpolation: additional nearest only interpolation 2014-09-03 11:45:53 +01:00
mattijs
ad188431c4 ENH: polyMesh: avoid virtual mechanism 2014-08-29 10:37:26 +01:00
mattijs
ca2ed6e1b1 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-08-28 15:33:10 +01:00
mattijs
5dc2851823 ENH: Ensight: updated support for generic tensor 2014-08-28 15:32:38 +01:00
william
68fcd7ad03 BUG: mantis #1373: quick return for diagonal matrices 2014-08-28 11:25:43 +01:00
william
50b81a747f BUG: mantis #1373: eigen value/vector calculation now handles repeated eigen values 2014-08-28 10:54:00 +01:00
sergio
4165c85402 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-08-27 15:49:22 +01:00
sergio
ad078e5dae BUG: Adding default value for nStepsToStartTimeChange 2014-08-27 15:48:57 +01:00
mattijs
25fc30bf34 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-08-22 15:29:24 +01:00
mattijs
a3bdc05963 BUG: uniformSet: construct cloud on all processors 2014-08-22 15:28:39 +01:00
andy
a666975309 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-08-22 14:49:23 +01:00
andy
e30b44a5ac ENH: Coal combustion - added new intrinsic rate surface oxidation model 2014-08-22 14:48:41 +01:00
mattijs
fbdf6b384c BUG: autoHexMesh: synchronise positions 2014-08-21 09:37:57 +01:00
mattijs
f41ec09b3e BUG: mapNearest: fix re-start 2014-08-14 11:15:16 +01:00
Henry
b9839e576d uniformFixedGradientFvPatchField: Correct constructor to initialize patch field
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1368
2014-08-08 10:26:47 +01:00
andy
dfb43928b1 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-08-06 10:49:31 +01:00
andy
e859f35a6d BUG: turbulenceFields function object - removed execute from read
ENH: turbulenceFields function object - Updated usage documentation
2014-08-06 10:47:59 +01:00
mattijs
9419991507 BUG: faceSource: #1364 2014-08-05 15:25:14 +01:00
andy
4052d2fec0 ENH: Radiation P-1 model - added protection for divide by zero 2014-08-04 15:50:14 +01:00
andy
9cc6cd612a Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-07-30 14:55:40 +01:00
andy
2771516902 ENH: AMI - early exit if no source faces present 2014-07-30 14:55:36 +01:00
Henry
07bcafe956 fvPatches: Updated handling for delta() on coupled patches 2014-07-30 12:37:01 +01:00
andy
f3c600d134 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-07-29 11:37:17 +01:00
andy
28441d3d4a BUG: parcel dtMax - do not scale value for steady calculations 2014-07-29 10:27:32 +01:00
mattijs
df313c514a BUG: searchableCylinder: handling of normal outside cylinder 2014-07-25 12:28:39 +01:00
mattijs
7d9deced35 ENH: snappyHexMesh: additional checking for faceZones on processor boundaries 2014-07-23 11:25:11 +01:00
mattijs
50437d21ac BUG: decompositionMethod: constraints across coupled faces 2014-07-23 11:18:42 +01:00
mattijs
b79c69bfe3 BUG: searchableCylinder: incorrect normal 2014-07-23 09:17:31 +01:00