Commit Graph

155 Commits

Author SHA1 Message Date
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
e931525a0f BUG: sets relating to geometry (most mesh errors) should be written to
pointsInstance.

For now also dump topology related sets to pointsInstance since otherwise
paraFoam cannot see them (only looks at first 'sets' directory when searching
back)
2010-01-28 12:19:17 +00:00
011bbf46bc ENH: splitMeshRegions now fills in coupling information in directMapped patch.
- added directMapped*Patch constructors with uniform offset
- changed splitMeshRegions to use it
- adapted chtMultiRegionFoam tutorials
2010-01-27 13:24:06 +00:00
9f6d081654 STYLE: added comment to explain limitations on pointsync 2010-01-27 10:24:12 +00:00
d0b95d6949 Added mesh region option 2010-01-15 17:16:07 +00:00
b7ba2d273a Corrected printing to be on master only 2010-01-15 17:15:42 +00:00
2760c3db5f Merge commit 'OpenCFD/master' into olesenm 2009-12-15 10:48:51 +01:00
dd8f4f657a adjust usage for a few applications to account for new style 2009-12-09 10:19:53 +01:00
960c192d25 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	applications/utilities/mesh/manipulation/transformPoints/transformPoints.C
2009-12-08 11:49:13 +00:00
a8c400de1d added region option 2009-12-07 14:59:57 +00: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
6e3ed58ae5 Merge commit 'OpenCFD/master' into olesenm 2009-12-03 16:40:37 +01:00
a0a05c1b77 allow region interfaces on processor patches 2009-12-02 16:37:59 +00:00
c091d856ae pedantic changes: 'forAll (' -> 'forAll(' in applications/
- to match coding guidelines
2009-12-03 14:12:08 +01:00
58b7e64185 Use argList::addOption, argList::addBoolOption (almost) everywhere
- ensure that the standard options (eg, from timeSelector) also have
  some usage information
2009-12-03 13:32:12 +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
9157364a4b Merge commit 'OpenCFD/master' into olesenm 2009-11-25 12:29:31 +01:00
2c52705cf7 move reconstructPar 'guts' to src/parallel/reconstruct
- in preparation for adding an optional '-reconstruct' to a few utilities
  re-use as -lreconstruct library

- move related stuff there too
      src/decompositionMethods/decompositionMethods
      -> src/parallel/decompositionMethods

- added missing namespace qualifiers
2009-11-20 14:37:56 +01:00
467feeb659 changed comment 2009-11-19 19:37:49 +00:00
13bddac8f0 singleCellFvMesh and application 2009-11-11 11:29:22 +00:00
151f30e779 made container constructors explicit 2009-11-03 18:09:52 +00:00
69a4c76c6e changed help text 2009-11-03 18:08:53 +00:00
122f3c466f extraneous reduce on noFailedChecks 2009-10-23 18:35:26 +01: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
f6ec4dee46 added -constant 2009-10-01 19:34:53 +01:00
1ea20c864e overwrite to write to original instance 2009-09-30 15:23:57 +01:00
6b439e6392 fix writing to 0/ instead of constant 2009-09-29 20:28:48 +01:00
7e985f898e added remove command 2009-09-24 23:48:19 +01:00
fad330d3f2 added zoneSets 2009-09-24 18:51:17 +01:00
72cacc9588 added zoneSets 2009-09-24 18:39:04 +01:00
1c8ad89145 added cellZonesOnly option which does not use walk 2009-09-22 15:26:40 +01:00
da8198a487 added region option 2009-09-22 15:26:19 +01:00
af62832bff master instead of masterNo 2009-09-21 10:58:51 +01:00
791b5aaeaa replacing isType with isA to enable directMappedWall to work 2009-09-15 17:51:59 +01:00
10ae335e08 added warning message - coupled bcs not handled 2009-09-10 12:43:51 +01:00
21ba33aad1 added region option 2009-09-08 17:37:56 +01:00
1198d3e0ad added region option 2009-09-04 12:25:28 +01:00
e94d59d88e check on existence of faceZone 2009-09-03 08:56:07 +01:00
4594d03b32 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-02 14:51:49 +01:00
6dc2e62946 do not map demand driven geometric data 2009-09-02 14:51:42 +01:00
8dcea0f8cd using new constant definitions 2009-08-28 18:04:22 +01:00
61b29463d1 renamed patches to patchInfo 2009-08-19 15:19:02 +01:00
4575c3328b Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-18 22:12:22 +01:00
ddfe6c39e9 user overrideable tolerances 2009-08-18 22:12:06 +01:00