Commit Graph

135 Commits

Author SHA1 Message Date
8426ca1a8c Merge commit 'OpenCFD/master' into olesenm 2010-02-03 17:40:37 +01:00
a070321792 ENH: Add usage information for snappyHexMesh -overwrite option.
Make debug optional.

- minor wording changes in the messages
2010-02-02 15:39:45 +01:00
8b7f6666ca ENH: sets are now searched for.
Some tools now output sets at the pointsInstance (if relating to geometry),
some at the facesInstance (if relating to topology).
So when loading them we now search for them from current time down
to facesInstance. They cannot be beyond facesInstance.
Adapted Time::findInstance to take optional limiting instance. Adapted
topoSet to use this. Adapted all uses of IOobjectList on sets to do the
same.
2010-01-29 10:25:13 +00:00
4fe467c3cb BUG: cellZone data was sized with pointZones size. 2010-01-27 10:30:29 +00:00
5a87a542d0 Loosened tolerances for single precision running 2010-01-15 17:18:29 +00:00
bca38c7fde Removed unused comment 2010-01-15 17:17:58 +00:00
6791d10570 Changed indentation 2009-12-11 11:59:28 +00:00
ce7274639d Added missing face-flipping flag 2009-12-11 11:58:12 +00:00
834e493812 Fixed missing arguments in error message 2009-12-11 11:56:04 +00:00
88e407043e Fixed typo in printing 2009-12-11 11:55:36 +00:00
17846a6bda Removed unused include file 2009-12-10 15:27:21 +00:00
352ef55b6d Added setCapacity function to presize storage 2009-12-09 12:50:21 +00:00
5b15180100 Added setCapacity function and added pre-sizing of reverse maps 2009-12-09 12:49:41 +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
37c4f2f375 remove empty 'Description' from various .C files 2009-12-04 14:11:33 +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
909e6b27e4 Apply coding style recommendations:
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
2009-11-30 08:55:03 +01:00
fa93ce8cd7 coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly

- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +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
5bb620de10 scheduled or non-blocking polyMesh initialisation 2009-11-23 12:44:46 +00:00
4f1305316d fix multiple field transfer 2009-11-13 16:10:54 +00:00
6e793380d9 rmeoved printing 2009-11-12 18:25:08 +00:00
d7e8802896 removed octreeDataFaceList; created generic PrimitivePatch search one 2009-11-11 17:19:52 +00:00
2268ea38a0 Added Container template argument for e.g. construct from faceList 2009-11-04 11:40:12 +00:00
151f30e779 made container constructors explicit 2009-11-03 18:09:52 +00:00
1d6268f24a better use of CompactListList 2009-11-03 18:09:20 +00:00
19d3e88040 pass by reference got accidentally killed by commit 278e8c5030 2009-10-27 08:40:33 +01:00
278e8c5030 Converted constant reference to primitive arguments to constant primitive arguments. 2009-10-26 22:45:21 +00:00
d6a278f2b2 Introduced the new file unitConversion.H to hold degToRad, radToDeg
and other unit conversion functions as they are required e.g. slug <-> kg.
2009-10-21 10:55:00 +01:00
ffc9d0d97b find/replace pi/180.0 -> degToRad() and 180.0/pi -> radToDeg()
- note left utilities/mesh/advanced/collapseEdges/collapseEdges.C as-is.
  It looks suspicious, but the change was recent, so maybe it means something
2009-10-19 13:53:25 +02: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
791b5aaeaa replacing isType with isA to enable directMappedWall to work 2009-09-15 17:51:59 +01:00
693f659e16 error printing 2009-09-11 16:19:12 +01:00
0a24060ac3 superfluous function 2009-09-02 15:22:40 +01:00
8dcea0f8cd using new constant definitions 2009-08-28 18:04:22 +01:00
65e925f1fe extrudeMesh does extrusion from existing mesh 2009-08-21 17:36:27 +01:00
46419a5917 construct from polyMesh 2009-08-20 12:34:07 +01:00
4f85f76309 allow stand-alone extrusion 2009-08-19 15:23:24 +01:00
ddfe6c39e9 user overrideable tolerances 2009-08-18 22:12:06 +01:00
5c90c347f9 mapDistribute non-blocking of non-contiguous data 2009-08-13 17:28:33 +01:00
a7c5d31c3e typo 2009-08-06 19:24:22 +01:00
31c76da40f Changed the runtime-selection tables to output a sorted toc. 2009-08-06 18:01:28 +01:00
eba6c985a9 added rawTopoFvChanger mesh 2009-08-05 16:11:47 +01:00
0b16a73a5a better error checking if restart 2009-08-04 16:43:08 +01:00
2ee961c502 line-length overrun 2009-07-23 20:53:01 +01:00
7b321cb6d3 initialisation errors 2009-07-23 08:46:50 +01:00
359f14ae91 pass optional checkGzip through POSIX::exists() as well 2009-07-20 08:48:46 +02:00
3852087d1a changed comment 2009-06-30 22:19:12 +01:00
717a5ca5c8 packedBoollist instead of hashset; corrected face flipping 2009-06-30 22:18:54 +01:00