Commit Graph

14650 Commits

Author SHA1 Message Date
mattijs
257e822099 ENH: angledDuct: renamed to straightDuctImplicit 2013-10-09 09:42:53 +01:00
mattijs
72c05d9ee1 ENH: angledDuct: removed bend 2013-10-09 09:42:22 +01:00
william
50e618b0db Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-09 09:27:16 +01:00
william
0bcdf88e30 ENH: laminarFlameSpeed: added RaviPetersen flame speed for Hydrogen 2013-10-09 09:27:08 +01:00
mattijs
2ba743b66f ENH: foamInfoExec: added -latestTime 2013-10-09 09:23:07 +01:00
mattijs
61966615ee ENH: decomposePar: decompose hexRef8 data (snappyHexMesh) 2013-10-08 14:57:22 +01:00
mattijs
e45011f538 ENH: PatchTools: moved transforms into mapDistribute 2013-10-07 17:35:56 +01:00
mattijs
e1ac4b305f ENH: mapDistribute: add transforms of Lists of Lists 2013-10-07 17:35:10 +01:00
mattijs
df7f871d14 ENH: timeVaryingUniformFixedValue: override with table 2013-10-07 17:34:01 +01:00
mattijs
00bf4597be BUG: meshRefinement: feature edge refinement did not visit all edges 2013-10-07 16:49:25 +01:00
mattijs
48766b1bfd ENH: trackedParticle: non-const access 2013-10-07 16:48:03 +01:00
mattijs
85437cf475 ENH: sampledTriSurfaceMesh: external call with supplied bb 2013-10-07 14:11:06 +01:00
mattijs
d8c2ccc662 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-04 17:31:05 +01:00
mattijs
48c149f045 BUG: removePoints: correct number of points to be deleted in parallel 2013-10-04 17:30:36 +01:00
andy
89100a1d25 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-04 16:48:35 +01:00
andy
910600b824 ENH: semi implicit source - use SuSp instead of Sp 2013-10-04 16:45:25 +01:00
andy
837ca32397 ENH: function obejct updates 2013-10-04 16:44:58 +01:00
andy
184a4c7c67 BUG: Output funcion objects - always call end() 2013-10-04 16:43:49 +01:00
Henry
a25ed4e7ad Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-04 15:08:05 +01:00
Henry
f76a715155 multiphaseEulerFoam/multiphaseSystem/multiphaseSystem: Updated the inlet BC flux correction 2013-10-04 15:07:17 +01:00
mattijs
18ddc0edcd ENH: snappyHexMesh: more strict gap detection 2013-10-04 11:19:55 +01:00
mattijs
b2f5d1b66f Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-04 09:19:50 +01:00
mattijs
19cec8b07f ENH: interpolationCellPoint: use cached variant 2013-10-04 09:19:24 +01:00
Henry
25c4f31bfd compressibleMultiphaseInterFoam: hack implementation of compressible multiphaseInterFoam
Needs to be consolidated with multiphaseInterFoam with thermal and
compressibility effects made run-time selectable
2013-10-04 08:58:41 +01:00
mattijs
2851ad4b4b STYLE: IOFunctionObjectsDoc: typo 2013-10-03 17:24:14 +01:00
mattijs
cb39037112 ENH: interpolationCellPoint: use cached volPointInterpolation 2013-10-03 15:44:16 +01:00
mattijs
0dbc3666a2 BUG: mappedField: do not keep interpolator (holds copy of field) 2013-10-03 15:43:37 +01:00
mattijs
8bec2af406 ENH: angledDuct: wrong version 2013-10-03 12:43:31 +01:00
mattijs
94a3cf9a79 ENH: angledDuct: foamy version of angledDuctImplicit 2013-10-03 12:41:12 +01:00
Sergio Ferraris
4beac9ac0e Adding flameSpreadWaterSuppressionPanel which showa how to couple
gas , pyrolysis and film regions using fireFoam
2013-10-03 12:10:44 +01:00
mattijs
ed6b1b16c0 COMP: uniformInterpolatedDisplacementPointPatchVectorField: missing include 2013-10-03 11:10:50 +01:00
mattijs
7ede323418 COMP: fvMeshAdder: missing includes 2013-10-03 11:02:20 +01:00
mattijs
ea8f8a242e BUG: autoHexMesh: parallel sync 2013-10-03 10:51:28 +01:00
mattijs
df246e54cc ENH: volPointInterpolation: have cached version 2013-10-03 10:50:53 +01:00
mattijs
029f881827 STYLE: solution: moved debug printing 2013-10-03 10:49:10 +01:00
mattijs
a5d0d5b11c Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-03 10:44:29 +01:00
Sergio Ferraris
f659637b29 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-03 10:42:25 +01:00
mattijs
97ad9eab4c ENH: collapseEdges: avoid double registration of indirectPatchFaces 2013-10-03 10:42:23 +01:00
mattijs
f02cc06c55 BUG: conformalVoronoiMesh: wrong sync 2013-10-03 10:41:40 +01:00
Sergio Ferraris
38687946cf ENH: Modification of pyrolysisChemistryModel due to change of interface of the ode solvers 2013-10-03 10:41:39 +01:00
mattijs
ca8b37a4c8 ENH: snappyHexMeshDict: improved comment 2013-10-03 10:41:27 +01:00
Henry
a813e58c05 GeometricBoundaryField: Clear before reading to support wildcards during readIfPresent 2013-10-03 09:54:20 +01:00
Henry
8c67099c57 twoPhaseEulerFoam/alphaEqn.H: Improved handling of the limited alpha
flux at inflow faces
2013-10-03 08:47:30 +01:00
Henry
5b7fe0b208 LaheyKEpsilon, mixtureKEpsilon: Correction to the BIT model 2013-10-03 08:47:01 +01:00
mattijs
fd0f8ecedd ENH: volField test: comment 2013-10-02 16:09:08 +01:00
mattijs
af1e8c21ba ENH: hexRef8: improved error message 2013-10-02 12:52:08 +01:00
mattijs
7338ddbb7e ENH: polyMesh: read_if_present support 2013-10-02 12:51:13 +01:00
mattijs
9594197f41 COMP: pointFields: define symmTensor and sphericalTensor point fields 2013-10-02 12:50:00 +01:00
mattijs
e73b12168a ENH: regIOobject: improved debug message 2013-10-02 11:00:39 +01:00
mattijs
5f9b0eafbb END: pointMesh: comment 2013-10-02 09:20:26 +01:00