d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
94ab70b94d
only using part of fvc that is needed - fvc.H brings in everything...
2009-12-08 11:18:26 +00:00
41fc71458b
Use the PackedList unset() method in a few places
...
- also PackedBoolList.get(x) == 1 can be written without the ==
comparison since the unsigned -> bool conversion is fast
2009-12-08 11:16:43 +01:00
5e972c772f
remove trailing space from some files
2009-12-04 13:39:35 +01:00
00985638d8
remove fvCFD.H usage from remaining library source
...
- exception calcType.H since it'll most likely be used for building
applications anyhow
- use quailified names in more of the lagrangian code
- killed some tab indents in various places.
2009-12-02 15:34:52 +01:00
2f8c7782f4
removed dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C.save
...
- was not touched for a very long time, seems to be left over from
the pre-git era
2009-12-02 14:02:07 +01: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
9221793088
Changing
...
deltaT().value() to deltaTValue()
and
deltaT0().value() to deltaT0Value()
across the whole code - faster to return especially if being used
often, in each call to a submodel for example.
2009-10-21 16:36:07 +01:00
e9da288118
Reverted the Americanism "math" back to the original "mathematical" and reverted name of
...
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
2009-10-10 22:58:58 +01:00
d416664301
Renamed to a more descriptive and generic name.
2009-10-10 22:56:46 +01:00
4ed11a6c23
renaming of solidBodyMotionFunctions
2009-10-09 13:43:37 +01:00
5ecde8d92e
new solidBodyMotionFunctions
2009-10-08 17:55:26 +01:00
98c3d099fd
new solidBodyMotionFunctions
2009-10-08 15:15:42 +01:00
8dcea0f8cd
using new constant definitions
2009-08-28 18:04:22 +01:00
31c76da40f
Changed the runtime-selection tables to output a sorted toc.
2009-08-06 18:01:28 +01:00
816f6b3488
Updated the headers.
2009-07-24 17:01:31 +01:00
7b321cb6d3
initialisation errors
2009-07-23 08:46:50 +01:00
78ec9c1a8d
comments
2009-03-24 13:42:04 +00:00
6d57bb4e7b
added PackedBoolList typedef (used everywhere) and improved PackedList
...
- new members: capacity(), two-argument resize()/setSize(), const storage()
- new static members: max_value(), packing(), etc.
2009-01-21 11:30: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
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
527d64a640
comment
2008-10-21 21:20:46 +01:00
ce16ef250e
unnecessary include
2008-08-20 12:11:13 +01:00
fb91e80086
tutorial and misc Dict cosmetics
2008-08-10 22:25:06 +02:00
5e5b26edd5
update dictionary headers and FoamFile entry to 1.5 format
2008-07-14 14:50:35 +02:00
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
0e00a43eec
minor documentation cleanups
2008-06-10 15:00:47 +02:00
b2fd02df8d
Doxygen : fixed rogue classes, simplified INPUT
2008-06-06 10:17:32 +02:00
b6c519717c
Dambreak with mesh refinement / unrefinement update.
2008-05-15 11:24:33 +01:00
3170c7c0c9
Creation of OpenFOAM-dev repository 15/04/2008
2008-04-15 18:56:58 +01:00