Commit Graph

30 Commits

Author SHA1 Message Date
436ec1cf1f MRG: Integrated Foundation code to commit ba4dbed 2017-03-23 12:11:49 +00:00
512bfcfd6b CloudFunctionObjects::ParticleCollector: Corrected handling of "concentricCircle" mode
Patch contributed by Karl Meredith, FM Global.
2017-01-13 14:06:45 +00:00
c0f44ac4f3 MRG: Integrated foundation code 2016-12-12 12:10:29 +00:00
f281f77e4a Updated member type comments
Resolves bug-report http://bugs.openfoam.org/view.php?id=2356
2016-11-28 21:23:00 +00:00
659076c0fa LList, SLList: Added construction from and assignment to initializer_list
SLList: now a C++11 template alias rather than a wrapper-class.
2016-08-12 10:01:41 +01:00
1fc2a73213 ENH: use meshedSurf API for surface writers (issue #104)
- Allows passing of additional information (per-face zone ids) or possibly
  other things, while reducing the number of arguments to pass.

- In sampledTriSurfaceMesh, preserve the region information that was
  read in, passing it onwards via the UnsortedMeshSurface content.

  The Nastran surface writer is currently the only writer making use
  of this per-face zone information.
  Passing it through as a PSHELL attribute, which should retain the
  distinction for parts. (issue #204)
2016-08-10 15:41:24 +02:00
9fbd612672 GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
6164c2f262 Standardized the naming of functions which control the writing of fields etc.
to have the prefix 'write' rather than 'output'

So outputTime() -> writeTime()

but 'outputTime()' is still supported for backward-compatibility.

Also removed the redundant secondary-writing functionality from Time
which has been superseded by the 'writeRegisteredObject' functionObject.
2016-05-12 17:38:01 +01:00
450728ea84 Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
fd9d801e2d GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
43beb06018 Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
8c6fa81eba vector::zero -> Zero 2016-04-16 18:34:41 +01:00
56fa7c0906 Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
d77f54ab4e BUG: ParticleCollector: handle particle not intersecting triangle 2015-12-15 14:53:16 +00:00
8f1d043364 GIT: Resolved conflict 2015-12-09 09:32:38 +00:00
b8a5dcc5f7 ENH: Updated lagrangian libraries from internal development line 2015-12-02 12:22:47 +00:00
c4d5f65a10 Completed update ...ErrorIn -> ...ErrorInFunction
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-11 09:03:39 +00:00
3b64695d62 BUG: lagrangian function objects - updated postMove() calls 2014-02-18 10:03:24 +00:00
bf8157e444 ENH: partilceCollector cloud function object - added polygonWithNormal option 2014-02-17 16:50:32 +00:00
90bbb9a5b9 ENH: particleCollector - now handle multiple polygons per particle hit 2014-01-23 11:01:49 +00:00
2357b2cd91 ENH: Cloud function objects - updated output folder 2014-01-20 12:15:34 +00:00
1f524ef51b ENH: Updated cloud function objects 2013-12-09 09:37:34 +00:00
b36637443a ENH: Updated particle collector cloud function object output 2013-08-23 10:47:56 +01:00
9ac189015b ENH: updated cloud function objects - particleCollector 2013-08-19 17:55:19 +01:00
81d2dc9235 ENH: Updated cloud particleCollector function object 2013-07-30 10:16:23 +01:00
bbdeaf91bf BUG: Added missing data member in copy constructor 2013-01-14 09:38:13 +00:00
4ffc47415f ENH: Enabled smooth restart for particle collector function object 2013-01-10 14:12:35 +00:00
4be7afde0a STYLE: Fix some typos 2012-12-11 16:38:39 +00:00
7985724846 ENH: Added option to remove particle in cloud function objects 2012-11-14 17:26:51 +00:00
1bf00a47b8 ENH: Added new particle collector cloud function object 2012-11-14 15:20:53 +00:00