Commit Graph

9600 Commits

Author SHA1 Message Date
mattijs
0f2e8be91c ENH: mapFields: add -subtract option to subtract whilst mapping 2011-12-22 11:39:54 +00:00
mattijs
7e95308c6b ENH: decomposePar.C: add shortcircuit to avoid allocating point mappers 2011-12-21 16:16:54 +00:00
mattijs
704b33fa79 ENH: renumberMesh: get block ordering working
- added boundaryFirst renumbering method
- renumbering in parallel
- make api methods const
2011-12-21 15:13:04 +00:00
mattijs
c037d24848 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-21 11:22:31 +00:00
mattijs
0504c7a4f6 STYLE: system/streamLines: documented new tracking option 2011-12-21 11:22:02 +00:00
mattijs
744162e74e STYLE: tetIndices.H: improved comment 2011-12-21 10:35:34 +00:00
mattijs
5d4030b7f2 BUG: renumberMesh.C: reading bool from dictionary 2011-12-21 10:34:42 +00:00
Henry
29d4f2ff33 multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C: updated drag pre-factor 2011-12-21 10:27:09 +00:00
Henry
014c92982a multiphaseEulerFoam damBreak4phase tutorial: improved transport settings 2011-12-21 10:20:35 +00:00
Henry
7b7fe8cf0a multiphaseEulerFoam phaseModel : Correct re-reading of dictionary entries 2011-12-21 10:18:53 +00:00
Henry
b16e058221 MRFZoneTemplates: Call internalField on phi to ensure the old-time value is stored for ddtPhiCorr 2011-12-21 10:16:33 +00:00
mattijs
4993e94fd0 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-20 16:46:45 +00:00
mattijs
5dfb0347c7 BUG: cyclicPolyPatch: incorrect transformation if rotation 2011-12-20 15:22:24 +00:00
andy
f410060e38 ENH: AMI - passing startSeedI into function instead of using member data 2011-12-20 12:14:22 +00:00
andy
61ee38502b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-20 11:43:22 +00:00
andy
b0e4892bb3 ENH: AMI - declaring functions const where appropriate 2011-12-20 11:43:07 +00:00
andy
a479a29571 BUG: Corrected reference to tmp in incompressible RAS models (mantis #360) 2011-12-20 10:25:49 +00:00
mattijs
d48da0cfac ENH: GaussSeidelSmoother: avoid memory allocation - use in-place negation 2011-12-20 09:36:53 +00:00
mattijs
96d6f13f5e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-20 09:11:23 +00:00
mattijs
f80b3a793a ENH: nonBlockingGaussSmoother: block as late as possible.
renumberMesh: option for sorting proc cells last to benefit from this.
2011-12-20 09:09:51 +00:00
andy
941be2803e BUG: Copy constructor for coal surface reaction models had incomplete initialisation lists 2011-12-19 09:54:36 +00:00
andy
2dc13eb942 ENH: tutorialse: use orthogonal scheme on orthogonal meshes 2011-12-16 15:30:58 +00:00
andy
bd26bcca6b ENH: Limit maxIter for p in parcelInBox tutorial - carrier not solved 2011-12-16 15:30:07 +00:00
andy
ca1ac54225 BUG: orthogonal snGrad scheme had incorrect type name uncorrected 2011-12-16 15:05:24 +00:00
andy
204e393d8b STYLE: Minor code formatting 2011-12-16 14:50:23 +00:00
andy
d46303b9cb STYLE: Removed trailing spaces 2011-12-16 14:39:45 +00:00
andy
5a0e5da77e BUG: Added missing renumberMethods to src/Allwmake 2011-12-16 14:27:23 +00:00
andy
bde3edacd3 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-16 12:17:24 +00:00
andy
6efb6a2027 ENH: Cleaned-up tutorial thermo input dictionaries for use with reacting clouds 2011-12-16 12:14:46 +00:00
andy
7801d7f50f ENH: Added CompatibilityConstant DataEntry for backwards comapatibility 2011-12-16 12:10:06 +00:00
mattijs
97e4abdc87 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-16 11:29:11 +00:00
mattijs
af25e71e1c ENH: patchDist: helper class to determine distance on patch to neighbouring patches 2011-12-16 11:28:44 +00:00
andy
e8c76f66b9 ENH: Simplified I-O for liquid and solid mixtures 2011-12-16 11:08:39 +00:00
andy
13fdae844c ENH: Updated simplifiedSiwek coalChemistryFoam solver 2011-12-16 10:37:27 +00:00
andy
96a4cf4097 ENH: Updated writing of cloud properties to file for consistent restarts 2011-12-15 16:54:36 +00:00
laurence
aa96de0caa BUG: searchableSurfaceWithGaps did not initialise the boundbox 2011-12-15 14:30:02 +00:00
mattijs
df5feff482 BUG: searchableSurfaceCollection: calculation of bounds, transformation of normal 2011-12-15 14:12:09 +00:00
mattijs
657e68ed78 ENH: ensightWriter: added ensight format to sampledSets 2011-12-15 10:16:59 +00:00
andy
944af16800 ENH: Use sqrt instead of pow(XXX, 0.5) 2011-12-14 11:33:47 +00:00
andy
eea46a6731 ENH: Refactored spray break-up model - removed rndGen from calc function args 2011-12-14 11:20:10 +00:00
andy
fdad178fa9 ENH: Added non-const access to break up model from spray cloud 2011-12-14 11:19:27 +00:00
andy
a263e210d5 ENH: Refactored spray break-up model - remove averageParcelMass from calc function args 2011-12-14 11:03:32 +00:00
andy
71fae4bb56 ENH: Use const for variables 2011-12-13 18:37:59 +00:00
andy
e83f9b1d1e ENH: Updated sprayFoam AachenBomb tutorial case set-up 2011-12-13 18:36:31 +00:00
andy
b78d702377 ENH: Added new liquid evaporation+boiling spray phase change model 2011-12-13 18:36:00 +00:00
andy
fe66afddbc ENH: Added API for droplet boiling 2011-12-13 18:35:14 +00:00
andy
188ad97333 ENH: Improves output messages for sprayCloud operation 2011-12-13 15:30:17 +00:00
andy
43a6d313c4 ENH: Added max diameter calc to base KinematicCloud 2011-12-13 15:29:34 +00:00
andy
5d5a94cfd0 ENH: Added new processorField function object - outputs field of procesor ID 2011-12-13 15:12:04 +00:00
mattijs
5588507299 ENH: renumberMesh: have -dict option to read renumberMeshDict 2011-12-13 13:00:39 +00:00