Commit Graph

2097 Commits

Author SHA1 Message Date
Mark Olesen
d3ec38f0aa Merge commit 'OpenCFD/master' into olesenm 2009-02-06 10:40:19 +01:00
Mark Olesen
ffd9bb08a8 OSspecific: altered file tests
- removed the previously added fileName type(), isDir(), isFile() methods.

- added optional bool parameter to isFile() function to explicitly
  enable/disable the check for gzip files.

- fixed minor bugginess where the default usage of isFile() would result in
  false positive matches.

- be slightly more stringent and use isDir() and isFile() instead of
  exists() function when we actually know the expected type.
2009-02-06 10:25:41 +01:00
Mark Olesen
fb29e08539 Merge commit 'bundle/home' into olesenm 2009-02-06 08:34:43 +01:00
Mark Olesen
8c3ef65485 misc. cosmetic changes 2009-02-06 00:43:57 +01:00
Mark Olesen
22f6b4dc06 surfMesh gets surfPointFields, surfaceFormats write() for surf mesh components
- add placeholder BoundaryMesh to surfMesh allows us to drop the
  SurfGeoMesh class and just reuse the GeoMesh class.
  Do the same for triSurface.
2009-02-05 22:41:22 +01:00
mattijs
07ed75e8e3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-05 15:37:32 +00:00
andy
f903801502 forgot to commit new files 2009-02-05 15:36:56 +00:00
andy
f65a58a05f typo 2009-02-05 15:34:35 +00:00
mattijs
8c48065e18 remove copy 2009-02-05 15:28:51 +00:00
mattijs
11176914d4 memory leak 2009-02-05 15:28:32 +00:00
mattijs
01fbf98dd2 porting 2009-02-05 15:28:19 +00:00
Mark Olesen
3aba0e28ff surfMesh, surfaceRegistry re-working 2009-02-05 16:12:35 +01:00
andy
3be06eaf01 typo 2009-02-05 14:40:32 +00:00
mattijs
46ce02be5a Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-05 09:31:27 +00:00
mattijs
4c6453f174 cylinder type searchableSurface 2009-02-05 09:31:14 +00:00
mattijs
b79ccb9293 sunos changes 2009-02-05 09:30:26 +00:00
Mark Olesen
a4d0094e48 added surfaceMeshImport, surfaceMeshExport 2009-02-05 00:08:24 +01:00
Mark Olesen
a43df3bddd added surfMesh, reworked MeshedSurface
- renamed surface regions (formerly patches or groups) to surfZone.

- added surfMesh, but without any of the patch information needed to make it
  useful for finiteArea.

- promoted coordinateSystem transformation to surfaceMeshConvert and moved
  old to surfaceMeshConvertTesting.
2009-02-04 16:17:14 +01:00
andy
0051911aa6 adding interpolate field function 2009-02-04 12:25:06 +00:00
andy
6d1466465b consistency update 2009-02-04 11:27:35 +00:00
andy
a83588ec11 using surfaceScalarField constructor to name field 2009-02-04 10:25:31 +00:00
andy
efdb3fd3fa improved flux calcs + more clean-up 2009-02-04 10:21:23 +00:00
andy
61e1c0c1ea major clean-up 2009-02-04 09:46:26 +00:00
andy
6d3a272372 applying improved flux-velocity correspondence 2009-02-03 18:24:23 +00:00
andy
75f6168b0b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-03 17:19:58 +00:00
henry
ddf1a3c224 I did what I had to do 2009-02-03 16:59:45 +00:00
henry
338b72b1eb Improved the flux-velocity correspondence for cases where hydrostatic balance is
important e.g. in atmospheric flows.
2009-02-03 16:51:07 +00:00
andy
bb8bcdab03 using wallFunctionDict instead of using subDict lookup 2009-02-03 16:31:17 +00:00
andy
a434d4f9de Prantdl -> turbulent Prandtl number 2009-02-03 16:29:39 +00:00
Mark Olesen
bf6915455d Merge commit 'OpenCFD/master' into olesenm 2009-02-02 16:58:00 +01:00
Mark Olesen
05440dd4a0 updated surfaceCoordinateSystemTransform 2009-02-02 16:57:50 +01:00
Mark Olesen
e5c5829244 OSspecific: isDir(), isFile() instead of dir(), file() 2009-02-02 16:50:18 +01:00
mattijs
dcf2345194 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-02 12:24:44 +00:00
mattijs
8fa4620e0a cutting plane 2009-02-02 12:24:32 +00:00
mattijs
5afc0db5a8 Solaris port 2009-02-02 12:23:41 +00:00
andy
d1854c4559 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-30 16:41:33 +00:00
andy
534d06054e corrected initialisation of sub-grid scale fields - compressible 2009-01-30 16:37:03 +00:00
Mark Olesen
91e12bc50f Merge commit 'OpenCFD/master' into olesenm 2009-01-30 17:21:12 +01:00
andy
6c278d6fea corrected initialisation of sub-grid scale fields 2009-01-30 16:18:38 +00:00
mattijs
c2e810b04f Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-30 16:10:55 +00:00
henry
6c36054c43 Added new centred and upwinded polynomial-fit schemes. 2009-01-30 15:05:33 +00:00
henry
e99857f4be Corrected fv2 for consistency with the choice of fv3. 2009-01-30 15:03:33 +00:00
henry
60dba3fba4 Improved the test for the pow-of-2 constraint from Mark's recommendation. 2009-01-30 15:02:00 +00:00
mattijs
206caf4ccb Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-30 14:45:10 +00:00
mattijs
1393cc04c3 missing template specialisation 2009-01-30 14:44:59 +00:00
mattijs
5ec940465b missing link libraries 2009-01-30 14:44:44 +00:00
Mark Olesen
fe6a83a3a8 moved fileName::IOobjectComponents -> IOobject::fileNameComponents 2009-01-30 09:06:47 +01:00
Mark Olesen
1f6733d91d PackedList - activated lazy evaluation
- moving back to original flat addressing in iterators means there is no
  performance issue with using lazy evaluation
- set() method now has ~0 for a default value.
  We can thus simply write 'set(i) to trun on all of the bits.
  This means we can use it just like labelHashSet::set(i)
- added flip() method for inverting bits. I don't know where we might need
  it, but the STL has it so we might as well too.
2009-01-30 00:07:53 +01:00
andy
9b9bef99e7 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-29 15:02:40 +00:00
Mark Olesen
f0f677e3d6 Merge commit 'OpenCFD/master' into olesenm 2009-01-29 14:57:08 +01:00