Commit Graph

42 Commits

Author SHA1 Message Date
99a7669440 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/primitives/functions/DataEntry/CSV/CSV.H
	src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntry.C
	src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntry.H
	src/OpenFOAM/primitives/functions/DataEntry/Table/TableBase.H
2012-02-03 12:44:17 +00:00
100ba9c0c4 BUG: DataEntry: corrected external, file based tables 2012-02-03 12:39:48 +00:00
1da5da2a0f BUG/ENH: Added use of engine time to cloud injection models - mantis #407 2012-02-02 18:58:17 +00:00
e2cc8830d4 ENH: tetrahedron: move slicing with plane. Removed tetPointRef.H 2012-01-16 15:48:15 +00:00
cfcc9f490e BUG: Corrected behaviour of DataEntry for backward compatibility 2012-01-03 18:23:06 +00:00
4d23d3f574 STYLE: TableFile.H: fixed header comment 2012-01-03 11:08:11 +00:00
d46303b9cb STYLE: Removed trailing spaces 2011-12-16 14:39:45 +00:00
7801d7f50f ENH: Added CompatibilityConstant DataEntry for backwards comapatibility 2011-12-16 12:10:06 +00:00
810de38afb STYLE: minor code formatting update 2011-11-23 10:19:02 +00:00
4cbd9ebc13 ENH: Added I/O to tableFile data entry 2011-11-22 15:15:57 +00:00
f69a2c7776 ENH: Changed default bounds handling to clamp 2011-11-22 15:03:31 +00:00
bdeff26fc7 BUG: corrected tableBase max-bounds check 2011-11-22 15:02:27 +00:00
e31a9da793 ENH: Added new table from file data entry 2011-11-22 14:59:09 +00:00
e9e9dcbd08 ENH: Refactored DataEntry table-types to make use of new table base class 2011-11-22 13:14:48 +00:00
1df679963e ENH: Added base class for DataEntry table-types 2011-11-22 13:14:19 +00:00
031dff6233 ENH: Removed unised #include file 2011-11-22 11:54:41 +00:00
5763b7e404 ENH: Added CSV table DataEntry 2011-11-21 17:12:59 +00:00
8b4fa16d8b ENH: Added dictionary write functionality to DataEntry 2011-11-17 18:10:42 +00:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
35376d1c6b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-16 09:53:32 +01:00
7e74e1ed10 ENH: Updated copyrights 2011-02-15 17:54:05 +00:00
1e4d26429b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-14 09:47:49 +01:00
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
b3cde56f27 Doxygen docs: Corrected doxyFilter to preserve line numbers
Also corrected many formatting errors in the comments in C and H files
2011-02-07 22:50:49 +00:00
0f990cb447 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-07 16:56:31 +01:00
ffd20770dd ENH: add (non-templated) polynomialFunction
STYLE: integrateLimits() -> integrate() for consistency with
  DataEntry/polynomial.  Rename old 'integrate', 'integrateMinus1'
  methods to 'integral', 'integralMinus1' (ie, substantive instead of
  verb for clarity).
2011-02-04 18:59:45 +01:00
8eb9dcd547 ENH: corrections DataEntry polynomial (reverted back to arbitrary powers)
- added canIntegrate flag - issues warning if false and debug flag set
2011-02-02 09:48:14 +00:00
08680b8b35 STYLE: rename Polynomial method evaluate() to value() for consistency with DataEntry
STYLE: move DataEntry to OpenFOAM/primitives/functions
2011-01-28 16:32:08 +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
9b87336b3f COMP: merge conflict 2010-10-11 17:59:46 +01:00
08dc01e05a ENH: Added Polynomial dictionary constructor 2010-10-11 17:31:36 +01:00
71b7e7cee1 ENH: add StaticAssert to Polynomial - positive number of terms only
ENH: allow construct from UList of coefficients, from C-arrays
     avoid uninitialized values for null constructor
2010-10-08 17:54:13 +02:00
dd5ed76a70 ENH: avoid costly pow() when evaluating Polynomial
OLD timings:
    ~~~~~~~~~~~~~~~~~~
    evaluate:     -6.82572e+31 in 10.38 s
    hard-coded 0: -6.82572e+31 in 0.2 s
    hard-coded 1: -6.82572e+31 in 10.37 s
    hard-coded 2: -6.82572e+31 in 0.24 s

    New timings:
    ~~~~~~~~~~~~~~~~~~
    evaluate:     -6.82572e+31 in 0.11 s
2010-10-08 15:56:58 +02:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +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
13ad54a518 removing name - was big penalty in poly thermo 2009-07-09 17:27:03 +01:00
c184da26cd Removed initialisation of typeName. 2009-06-23 12:41:02 +01:00
1a439b02d0 Sorted warning message about the need for virtual destructor. 2009-06-23 12:14:03 +01:00
1593d3c31f adding support for polynomials starting at order -1 2009-06-18 14:13:08 +01:00
89f1e6d149 updates/cosmetics 2009-06-11 17:19:41 +01:00
530a86e540 adding polynomial class 2009-06-10 18:02:40 +01:00