Commit Graph

32 Commits

Author SHA1 Message Date
8dcea0f8cd using new constant definitions 2009-08-28 18:04:22 +01:00
f8db210a81 clashing names of temporaries 2009-08-25 13:50:01 +01:00
cc9c4fd32a not register correction vector 2009-08-25 13:42:58 +01:00
31c76da40f Changed the runtime-selection tables to output a sorted toc. 2009-08-06 18:01:28 +01:00
bde1e5b2e1 extraneous print statement 2009-06-12 17:29:25 +01:00
3efaa302a9 upwind versions of stencils 2009-06-12 16:41:13 +01:00
84c64aa17c extended stencil renaming 2009-06-04 17:27:35 +01:00
6c2996cac4 correction from Hilary 2009-05-28 18:14:53 +01:00
1c101ec1a8 bugfix fixedBlended scheme, cosmetics changes
- actually blend correction factors as well in fixedBlended scheme

- consistency change: move 'linearUpwindV' into same directory as
  'linearUpwind', move correction code from .H into .C code.

- minor docu format/spelling changes

A more general question:
~~~~~~~~~~~~~~~~~~~~~~~~
- would it make more sense to use template specializations for the
  '*V' differencing schemes?
2009-05-08 13:05:19 +02:00
51f443a345 Merge commit 'OpenCFD/master' into olesenm
Conflicts:
	applications/utilities/mesh/manipulation/createBaffles/createBaffles.C

Can't use [0] to assign the first value of a DynamicList unless it has been
preceded by a setSize() - use append() instead.
2009-05-06 09:33:38 +02:00
0be0e96fb9 added 'fixedBlended' scheme - uses a single global blending factor
- fixed misc. copyright dates, other cosmetics
2009-05-04 16:28:07 +02:00
d78cf44114 changed error messages 2009-04-30 09:23:39 +01:00
c49b302aa3 added solutionD and geometricD 2009-02-24 19:20:55 +00:00
6c36054c43 Added new centred and upwinded polynomial-fit schemes. 2009-01-30 15:05:33 +00: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
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
2a1f28a3a8 Parallelized stencil-based fitting. 2008-10-23 22:44:27 +01:00
809bbd5aeb Generalised and templated the fitting surfaceInterpolation schemes.
Changed the quadratic scheme to quadraticLinear (linear in the plane of the face).
Added a linear scheme based on the CFC stencil used by the quadratic scheme.
2008-10-22 12:35:55 +01:00
298ddcbc2d Added limiting to the quadraticFit scheme so that it behaves closer to linear on bad cells. 2008-10-16 21:47:19 +01:00
73b83058b1 Added new extended stencil handling from Mattijs. 2008-10-16 14:56:30 +01:00
7544110b0b Improved extendedStencil handling. 2008-10-12 11:44:29 +01:00
b4263cca93 Added more aggressive limiting of the quadratic correction. 2008-10-09 14:19:24 +01:00
ea2b087db9 Upgraded to the new improved SVD weighting. 2008-10-07 08:28:55 +01:00
318b71e206 Made Matrix generic base-class for SquareMatrix and RectangularMatrix by introducing
the type it will become as a template argument.

Brought everything into line with this change.
2008-09-28 22:50:57 +01:00
26f2c24d84 Added support for quadraticFit interpolation scheme.
Added the quadraticFit interpolation scheme.
2008-09-27 09:25:30 +01:00
78352100f2 Added limitWith scheme. Currently this evaluated the limiter twice if the scheme is corrected. 2008-09-13 11:11:19 +01:00
165bac9745 Added support for limitWith scheme. 2008-09-13 10:36:59 +01:00
fc4de936c2 Added Hilary's quadratic variant of filteretLinear2. 2008-09-11 15:36:03 +01:00
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
b2fd02df8d Doxygen : fixed rogue classes, simplified INPUT 2008-06-06 10:17:32 +02:00
6244dc8957 break sliced fields initialisation loop (constructor calls correctbc, calls evaluate on coupledFvPatchFields, uses weights which ultimately use mesh.C() which is being constructed. 2008-05-09 13:24:48 +01:00
3170c7c0c9 Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00