Commit Graph

2786 Commits

Author SHA1 Message Date
andy
e534882f5a adding warning messages 2009-03-17 18:33:27 +00:00
andy
398849cd1d updates for reacting parcels 2009-03-17 18:21:16 +00:00
Mark Olesen
36613fa5af surfMesh: wrl(vrml97) and x3d output added 2009-03-17 18:00:24 +01:00
Mark Olesen
681cd5fc30 sampling: use proxy surfaceWriter to generate obj, stl and other formats 2009-03-17 14:13:03 +01:00
andy
0612c15134 using scalarList for Y instead of scalarField 2009-03-17 13:07:49 +00:00
Mark Olesen
d3bc5c21b1 sampling: added thresholdCellFaces, sampledThresholdCellFaces 2009-03-16 18:49:23 +01:00
andy
c5c16150b7 multiple updates 2009-03-16 17:43:12 +00:00
andy
0ccaf7aae7 added writePositions 2009-03-16 17:42:28 +00:00
Mark Olesen
ba771d1901 sampling reworking
- write geometry file if no fields would be sampled
- write geometry file only once for obj, stl formats and use MeshedSurfaceProxy
  for writing
2009-03-16 17:37:58 +01:00
mattijs
a760a63411 outside orientation 2009-03-16 10:46:48 +00:00
mattijs
b60fc2b971 extraneous include files 2009-03-16 10:46:21 +00:00
mattijs
f6a7d95124 interpolation mesh objects 2009-03-16 10:45:27 +00:00
mattijs
fd1fd16437 decomposed cyclics handling 2009-03-16 10:45:01 +00:00
Mark Olesen
fadf428091 upgrade to gcc-4.3.3, mpfr-2.4.1 (patched) 2009-03-16 11:22:59 +01:00
Mark Olesen
e45dc31892 UIndirectList output operator
- TODO: binary output is still a bit silly
2009-03-16 11:14:31 +01:00
andy
706e425432 updates to the reacting classes 2009-03-16 09:37:48 +00:00
Mark Olesen
91b5739abf List: drop unneeded assigment of null pointer in constructors 2009-03-16 08:54:03 +01:00
Mark Olesen
fb1e155eed Merge commit 'OpenCFD/master' into olesenm 2009-03-16 08:28:08 +01:00
Mark Olesen
fe455d1cbf cloud, surfaceRegistry: rename subInstance -> prefix 2009-03-16 08:27:03 +01:00
andy
55da1f976a updates for parcel calc routined 2009-03-13 19:17:25 +00:00
andy
e5dd634327 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-13 16:43:36 +00:00
andy
48b3071742 Merge branch 'dsmc' 2009-03-13 16:26:52 +00:00
andy
c5b894cf01 minor clean-up 2009-03-13 15:35:18 +00:00
mattijs
38eb6f9958 initialisation error 2009-03-13 08:11:01 +00:00
henry
98028820f9 Corrected 'hs'. 2009-03-12 22:19:46 +00:00
henry
89683498e1 Fixed the case when 'relaxationFactors' entry is not present. 2009-03-12 22:19:31 +00:00
henry
f4447d7049 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-12 21:53:54 +00:00
henry
48c75eef27 Corrected case for the new wall-function treatment. 2009-03-12 21:53:46 +00:00
henry
abafef4a02 Added calls to the 'setUpToDate' function for the caching mechanism. 2009-03-12 21:53:05 +00:00
henry
c271c97a7e Added the new 'cacheFields' entry to allow derived fields like 'grad(U)' to be
specified to be cached to avoid unnecessary recalculation.
2009-03-12 21:51:52 +00:00
henry
2944ce59c1 Added a 'default' entry to the 'relaxationFactors'. When it is set to 0 it is
equivalent to the 'none' entry in fvSchemes and relaxation factors must be
provided for all fields which might require one.  If it is set to a value
between 0 and 1 this value is used as the default relaxation factor.
2009-03-12 21:49:40 +00:00
mattijs
0128b2be68 UIndirectList 2009-03-12 19:25:21 +00:00
andy
5e76511069 minor formatting changes 2009-03-12 18:28:39 +00:00
andy
156b71b9f1 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-12 17:22:35 +00:00
mattijs
6c387489d7 subset constructor 2009-03-12 15:59:27 +00:00
mattijs
642dadf1f7 yaw pitch roll 2009-03-12 15:12:31 +00:00
mattijs
728c9514ef Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-12 14:42:51 +00:00
mattijs
71a6424c60 iso surfaces on separated cyclics 2009-03-12 13:42:22 +00:00
mattijs
5ecf891b28 indentation 2009-03-12 13:42:00 +00:00
mattijs
cd107e764a bb tolerances 2009-03-12 13:41:50 +00:00
graham
ccb4adc73c Added to the forces functionObject the ability to read a force density (fD) volVectorField directly rather than a p and U field. To use, the following entries go in the controlDict directForceDensity true; fDName fDMean; 2009-03-12 12:16:36 +00:00
Mark Olesen
8d8a8ef88d db/runTimeSelection - fixed up missing/extra semi-colons 2009-03-12 12:06:06 +01:00
Mark Olesen
eb3c47c75f pass-thru object in assignment of primitive types (strings) 2009-03-12 11:29:39 +01:00
andy
f2b46bb5fe Merge branch 'master' into lagrangianDev 2009-03-12 10:07:10 +00:00
andy
b6b96fb3c5 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-12 10:04:21 +00:00
Mark Olesen
e011328d99 Merge commit 'OpenCFD/master' into olesenm 2009-03-12 10:39:22 +01:00
henry
471d45f39f Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-11 16:49:56 +00:00
henry
73b153f302 Updates and extensions to the MRF and SRF handling. 2009-03-11 16:49:46 +00:00
graham
ded140c2e8 Added a resetOnOutput switch to fieldAverage to allow the averaging to be only of the preceding writeInterval for transient cases. 2009-03-11 12:27:51 +00:00
graham
3a73f3d1aa Removed boundary setting in DsmcCloud field calculation, calling correctBoundaryConditions in solver instead. 2009-03-11 11:35:03 +00:00