6217691b4d
ENH: csv reading for interpolationTable and writing for sampledSet
2011-04-26 19:25:00 +01:00
8f351e2776
ENH: Only read set and surface sampling fields if specified
2011-03-17 10:33:16 +00:00
f182b725da
STYLE: use 'static const' instead of 'const static' for consistency
2011-03-01 15:21:30 +01:00
7b0790c260
STYLE: remove function comments in C file - confuses doxgen
2011-02-24 17:32:02 +00:00
7c530ff455
ENH: Further updates to lagrangian sampling
2011-02-24 17:23:06 +00:00
af115c5d01
ENH: Updated utilities using lagrangian classes
2011-02-24 16:47:54 +00:00
c3cb632c24
Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs
2011-02-08 18:22:00 +00:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00: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
881b3dafa2
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
applications/utilities/surface/surfaceCheck/surfaceCheck.C
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C
NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
9224daad7b
COMP: add 'this->' qualifier to find methods in base case
2010-12-17 15:39:50 +01:00
85bae17943
STYLE: add formatting of NamedEnum template arguments
2010-12-17 14:36:13 +01:00
a964515708
BUG: sampledSet : force calculation of min-tet-decomposition before tracking
2010-12-08 12:04:38 +00:00
da109eed31
ENH: sampledSet, sampledSurface : remove default value for interpolation scheme and writer
2010-12-08 11:51:45 +00:00
4002bacc52
BUG: sampledSet : handling empty sets
2010-12-07 21:28:27 +00:00
95219e6f76
COMP: specialization Foam::NamedEnum templates within namespace Foam
...
- otherwise gets flagged as an error by clang
2010-10-12 12:17:13 +02:00
83c10e1cf6
BUG: Fixes mantis issue 0000012: sample utiltiy update
2010-08-27 10:41:49 +01:00
d79237597e
STYLE: Fixing code style requirements for all src.
2010-07-28 13:31:46 +01:00
8dacc7bdb3
STYLE: updated date in header
2010-07-20 22:20:41 +01:00
7186f05242
COMP: missing include files.
2010-07-20 22:17:31 +01:00
9c32ce1016
STYLE: use forAll macro in more places, avoid LF-CR endings
2010-04-23 18:35:55 +02:00
03338b9ea9
STYLE: partial revert for 5cfa97624e
2010-04-23 10:23:08 +02:00
5cfa97624e
STYLE: more consistent New methods, use unregistered IOobject where appropriate
2010-04-20 17:13:35 +02:00
b6f3bd4c23
STYLE: follow coding guide recommendation for '//- Destructor'
2010-04-12 11:55:52 +02:00
9feda061e3
ENH: Update to sampleSets so that distance outputs cumulative distance
...
along sample path
STYLE: Minor code formatting
2010-04-07 16:12:55 +01:00
9b71c70335
STYLE: partial revert of naming change from commit f99a145143
2010-04-01 12:50:00 +01:00
f99a145143
ENH: Renamed curveSet to polyLineSet to better represent sampling method
2010-04-01 12:35:41 +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
37c4f2f375
remove empty 'Description' from various .C files
2009-12-04 14:11:33 +01:00
d0b8aa40f0
trim trailing space in src/sampling
2009-12-01 17:56:35 +01:00
2667382644
probes - handle fields as wordReList
...
- adjust code to more closely resemble sampledSets / sampledSurfaces
2009-12-01 17:53:18 +01:00
b752ce5272
sampledSets - handle fields as wordReList
...
- adjust code to more closely resemble sampledSurfaces
2009-12-01 16:11:18 +01:00
909e6b27e4
Apply coding style recommendations:
...
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
2009-11-30 08:55:03 +01:00
3d9c822022
Added abortCalculation function object, exposed Time::stopAtControls
...
- still needs fine-tuning (testing) to see if it reacts as anticipated under
various conditions.
2009-11-06 17:18:32 +01:00
151f30e779
made container constructors explicit
2009-11-03 18:09:52 +00:00
3355c8d9eb
initial streamlines functionobject
2009-08-25 12:35:48 +01:00
e7b3ede72e
multiple line writing; vtk output
2009-08-24 17:41:20 +01:00
31c76da40f
Changed the runtime-selection tables to output a sorted toc.
2009-08-06 18:01:28 +01:00
2d96e32b13
add region option
2009-04-25 14:46:03 +01:00
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
0128b2be68
UIndirectList
2009-03-12 19:25:21 +00:00
fee6e312b9
Time and functionObject updated for end()
...
- added end() method to functionObject, functionObjectList & associated classes
- moved outputFilters from src/sampling -> src/OpenFOAM/db/functionObjects
2009-02-17 12:48:10 +01:00
95dcb6ded7
Simplify checking of container (List/HashTable, strings) sizes
...
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
'XX.size() <= 0' or for simpler coding.
It also has the same number of characters as '!XX.size()' and /might/ be
more readable
- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
16aaf5b54e
autoPtr gets "empty()" method that can be used instead of "! ...valid()"
2009-01-10 10:38:53 +01:00
cdd2266467
Merge commit 'OpenCFD/master' into olesenm
...
Conflicts:
src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C
src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C
2009-01-07 09:39:17 +01:00
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
7106f490bf
Applied patch
...
http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/10427
2008-12-24 10:23:55 +00:00
7cf90b039e
sampling: use new runtime macros and avoid typedefs for each writer/instance
2008-11-21 21:46:06 +01:00
99e8bf7516
volPointInterpolation, pointMesh now MeshObject
2008-10-21 15:02:04 +01:00