0f155daf86
ENH: particleTracks - updated to include field data
...
The utility will now add field data to all tracks (previous version only
created the geometry)
The new 'fields' entry can be used to output specific fields.
Example
cloud reactingCloud1;
sampleFrequency 1;
maxPositions 1000000;
fields (d U); // includes wildcard support
STYLE: minor typo fix
2021-12-06 12:26:49 +01:00
6e8f0dbe76
INT: org integration
...
1) rPolynomial Eq of State
2) externalForce and softWall in rigidBodyDynamics
INT: Several minor bug fixes plus
2019-12-17 22:23:00 +00:00
e9219558d7
GIT: Header file updates
2019-10-31 14:48:44 +00:00
154029ddd0
BOT: Cleaned up header files
2019-02-06 12:28:23 +00:00
14a404170b
ENH: for-range, forAllIters() ... in applications/utilities
...
- reduced clutter when iterating over containers
2019-01-07 09:20:51 +01:00
1d85fecf4d
ENH: use Zero when zero-initializing types
...
- makes the intent clearer and avoids the need for additional
constructor casting. Eg,
labelList(10, Zero) vs. labelList(10, 0)
scalarField(10, Zero) vs. scalarField(10, scalar(0))
vectorField(10, Zero) vs. vectorField(10, vector::zero)
2018-12-11 23:50:15 +01:00
68ec561df8
STYLE: add usage notes to more utilities and solvers
2018-12-11 15:25:27 +01:00
9fbd612672
GIT: Initial state after latest Foundation merge
2016-09-20 14:49:08 +01:00
9c37e165f7
utilities particleTracks, steadyParticleTracks: Updated and corrected
2016-06-27 20:44:11 +01:00
029825b83c
applications/utilities: Reorganized
2016-06-13 17:02:43 +01:00
450728ea84
Standardized cell, patch, face and processor loop index names
2016-04-25 12:00:53 +01:00
efb39a8790
ENH: (further) Doxygen documentation updates for module support
2016-06-27 20:34:19 +01:00
fd9d801e2d
GIT: Initial commit after latest foundation merge
2016-04-25 11:40:48 +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
73dac8c7ee
ENH: Updating utilities based on internal development line
2015-12-02 10:17:28 +00:00
951c8436aa
ENH: Applying Gijs' patch: Update header documentation for utilities
2013-02-21 10:54:34 +00:00
57bdbe7e54
ENH: particleTracks: user defined set format
2012-02-15 10:11:44 +00:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
012494fdb5
STYLE: Fixing code style requirements for all apps.
...
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
2010-07-27 15:27:05 +01:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
d17d015f88
Use new last() method for List-type classes
...
- use first() method in some places as well where it helps clarity
- there are a few remaining cases: git grep 'size()-1]'
2009-11-26 13:35:57 +01:00
92311ec76d
cloud rereading
2009-07-07 17:36:32 +01:00
8d70babf13
adding time and region options
2009-06-23 15:19:51 +01:00
cc6fe463cd
updated since origProc and origId are now stored on the particle
2009-06-22 18:19:55 +01:00
42c240b97e
cosmetics/code-tidying
2009-06-11 17:09:19 +01:00
0903bf0b3b
removed include file
2009-06-09 13:48:44 +01:00
5969f1629c
updates
2009-05-27 19:05:26 +01:00
2a1236c0c2
updates
2009-05-27 16:49:58 +01:00
02b6d0c661
adding new particle tracks app - needs work...
2009-05-22 17:03:49 +01:00