Commit Graph

9936 Commits

Author SHA1 Message Date
8691b18271 OpenFOAM/Time: updated the setting of deltaT on restart
Use the deltaT in the controlDict if "adjustTimeStep" is not present or set
otherwise use that in the "uniform/time" file
2012-01-30 16:03:04 +00:00
a84661c204 ENH: checkMesh: Add output for the average number of faces per cell
Works in parallel
2012-01-30 15:36:30 +00:00
9791395a82 ENH: patchSeedSet: sampledSet for starting tracks on patches 2012-01-27 17:49:11 +00:00
ac40a2f68d ENH: cvMesh:
- Add final version of range insert. This is faster than inserting points one
by one.
- Add a crude method to guess if an edge location that is near to another is
on a different edge and should be added. See the baffle case as an example
of where this is needed. Code is in nearFeatureEdge()
2012-01-26 17:33:54 +00:00
9c8e2fa709 ENH: Updated use of field sources in simple/pimple solvers 2012-01-26 16:23:34 +00:00
f2e65c6adc ENH: Updated fvm field sources - added correct() function and updated grad(p) source 2012-01-26 16:06:29 +00:00
6c60ab90ef Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-26 15:47:17 +00:00
730ac180bf ENH: Added -root option to tutorial Alltest to initiate test from specifoed root folder 2012-01-26 15:46:40 +00:00
81ba434cc1 ENH: Time.C: warn for same timename 2012-01-26 09:42:45 +00:00
b0acd83fcb BUG: EMESHedgeFormat: note field unterminated 2012-01-26 09:28:35 +00:00
2890f30897 ENH: solidWallHeatFlux: new postprocessing application for solids 2012-01-25 18:06:28 +00:00
1c3ce0518d ENH: basicThermo: have runtime selection table 2012-01-25 17:45:18 +00:00
26f463487f Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-25 15:32:48 +00:00
40f4146ce2 ENH: patchAverage,patchIntegrate: generalise 2012-01-25 15:32:30 +00:00
a420f79ba8 BUG: Corrected reactingParcel I/O wrt state labels 2012-01-25 13:24:39 +00:00
71e623d558 ENH: creatPatch: added message when requested (new) patch already exists 2012-01-25 10:54:05 +00:00
6dd1d80c18 STYLE: Minor code clean-up 2012-01-25 10:36:43 +00:00
50ddfebf38 ENH: Added -dict option to createPatch utility 2012-01-25 10:03:03 +00:00
f5d026dd71 STYLE: Removed duplicate ;;'s in tutorial dictionaries 2012-01-25 10:00:07 +00:00
cfd4485b24 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-25 09:50:19 +00:00
040f333f63 ENH: Added -overwrite option to mergeMeshes utility 2012-01-25 09:50:08 +00:00
242143be1b ENH: multiRegionHeater: added function objects on region 2012-01-25 08:53:38 +00:00
1a8cceea68 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-24 17:18:53 +00:00
25b704afe2 ARM: improved optimisation 2012-01-24 17:18:12 +00:00
8b00cb6bf6 STYLE: regionProperties: date 2012-01-24 16:49:33 +00:00
a98aecf98f BUG: cvMesh: Average plane C and plane D normals for the mitre point pair 2012-01-24 12:51:35 +00:00
83d81b7441 ENH: cvMesh: Dynamic tree added for surface points.
Now there is a search for the surface points to check whether they are close
to any other surface point. If they are, reject the point unless the angle
between the normals of the surfaces are around 180 degrees, which means that
the points are close but on opposite surfaces (i.e. there is a small gap).
2012-01-24 12:48:38 +00:00
4289ae94db ENH: Add dynamicIndexedOctree to cvMesh 2012-02-03 14:21:17 +00:00
036d5b9898 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-24 12:36:37 +00:00
1e7d220ebc STYLE: regionProperties: added line 2012-01-24 12:35:10 +00:00
101b5b6e91 ENH: regionSplit: work out globally consecutive regioning without global reductions 2012-01-24 12:34:30 +00:00
b600aefcb8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-24 10:48:24 +00:00
56fccbfbad BUG: Corrected sprayFoam species evolution - mantis #394 2012-01-24 10:48:16 +00:00
5ad3283583 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-23 10:15:03 +00:00
179b6976b5 compressible Smagorinsky SGS model: corrected calculation of k in k() 2012-01-23 10:14:58 +00:00
9eb026fb7e ARM support: updated wmake rules 2012-01-23 10:14:32 +00:00
ccacbadda1 OpenFOAM: avoid duplicate definitions when compiling SP 2012-01-23 10:14:05 +00:00
3d84a30178 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-20 13:04:51 +00:00
24084582b4 ENH: Adding updates to Ensight converter (Mark Olesen) 2012-01-20 13:04:44 +00:00
f659614ac1 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetOverlapVolume.H
2012-01-19 16:34:43 +00:00
417a6539c9 Add initial support for ARM 2012-01-19 16:29:31 +00:00
91c062e794 Upgrade OpenMPI to 1.5.4 2012-01-19 16:29:03 +00:00
eecd71f380 pisoFoam motorBike tutorial: correct relaxation factors 2012-01-19 16:28:01 +00:00
0b1bcbb753 Remove non-ASCII characters 2012-01-19 16:27:23 +00:00
486da88fb9 BUG: Corrected mesh movement in sprayEngineFoam solver 2012-01-19 14:19:36 +00:00
f2e98ffb26 BUG: Corrections to AMI patch output when projecting to intermediate surface 2012-01-18 11:53:41 +00:00
a7e19a9632 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-18 10:23:54 +00:00
f8468a0686 BUG: Corrected -dict option for extrudeToRegionMesh utility 2012-01-18 10:23:45 +00:00
ac4b93bada ENH: processorFvPatchField: zero-memory allocation 2012-01-18 09:05:13 +00:00
36419e5eff ENH: Change List<> to DynamicList<> in point insertion.
Was a massive bottleneck
Also changed surface conformation to use findAllNearestEdges
2012-01-17 16:21:04 +00:00