Commit Graph

10204 Commits

Author SHA1 Message Date
2158923839 updating to use wall function framework - had been missed 2009-07-10 17:27:35 +01:00
9ef30424cc Type in SymmTensor.H, six components, not nine. 2009-07-10 16:50:00 +01:00
53e3fb50dc Type in SymmTensor.H, six components, not nine. 2009-07-10 16:50:00 +01:00
eac4678ec6 featureEdgeExclusionDistance added as control.
requiredAlignment function code transfered from CV3D.C returning tensor required
to rotate z, y, x unit vectors to required primary, secondary and tertiary
aligments. findSurfaceNearestIntersection added as surface query to enable this.

Test Info statement code inserted to test points by hand.
2009-07-10 16:45:42 +01:00
40877432e8 removed volumeFraction - unnecessary 2009-07-10 14:52:17 +01:00
028cd0ede2 updated header comment 2009-07-10 14:33:11 +01:00
52e1525df7 removed info msg - handled already by factory new method 2009-07-10 13:39:48 +01:00
bda2936ee7 moved warning messages to within debug scope 2009-07-10 13:38:11 +01:00
44e5bf5fac cosmetics - output message 2009-07-10 13:32:37 +01:00
439af63d58 moved g initialisation above sub-model creation to avoid sigsev 2009-07-10 12:49:23 +01:00
3d4f910bc3 moving correctMassFractions() to multiComponentMixture 2009-07-10 11:58:51 +01:00
1dbb7bb393 Merge branch 'master' into cvm 2009-07-10 11:39:45 +01:00
f6b19e3699 Adding boolean to cellSizeFunctions to bail out quickly if told that operating
on a surface point.

Added tolerance static varible to cellSizeFunction and checks for points on or
very near to the surface and "snap" them to the surface to cell size.

Moved

    scalar maxProtrusionDistance = maxSurfaceProtrusion(vert);

out of the for loop in dualCellLargestSurfaceProtrusion, shouldn't have been in
- erroneous and expensive to calculate.

Stablised triSurfaceTools normalisation of c and added more info to FatalError
message.
2009-07-09 20:25:25 +01:00
fd8ef1c05b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-09 18:38:27 +01:00
0f98438bef using Switch instead of bool 2009-07-09 18:12:01 +01:00
8841735912 minor code formatting change 2009-07-09 17:32:21 +01:00
13ad54a518 removing name - was big penalty in poly thermo 2009-07-09 17:27:03 +01:00
e7109637ae updating copyright notices 2009-07-09 13:25:40 +01:00
1c095c249d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-09 13:05:06 +01:00
990b54a3d3 new bc 2009-07-09 12:43:40 +01:00
3a37e1a053 pass through readFields 2009-07-09 11:55:40 +01:00
db77abe02b Merge branch 'master' into cvm 2009-07-09 10:24:23 +01:00
0fa8ffcf7a fixed inverted directory-test logic in IOobject.C 2009-07-09 08:57:59 +02:00
222d3e41f6 porousZone - output 'note' entry (if it exists) too 2009-07-13 09:27:38 +02:00
d4d31594b1 fixed inverted directory-test logic in IOobject.C 2009-07-09 08:57:59 +02:00
92c973d65f Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-08 22:45:26 +01:00
fda6bcbc0c Minor correction to comments. 2009-07-08 22:45:21 +01:00
e55c47478d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-08 19:10:55 +01:00
94b88a5c45 Removal of distanceToClosestSurface_ and indexOfClosestPatch_ members and
associated functions from indexedVertex.H - were temporary variables in
CV3DMesher for cell size control prototype code.
2009-07-08 17:27:55 +01:00
d76820dc57 Changed g from being read from environmentalProperties to being read directly as a
uniformDimensionedVectorField.
2009-07-08 17:09:51 +01:00
e6e8485e83 corrected typo in comment - compressibility->density 2009-07-08 16:44:04 +01:00
10fa5172cc optimisation - removed double allocation of storage of t 2009-07-08 16:35:09 +01:00
2cecd709f6 New surfaceOffsetLinearDistance cellSizeFunction.
Implemented linearDistance and uniformDistance cellSizeFunctions.

Reading mesh from file as an fvMesh once read, creating a volScalarField to test
the cellSizeFunctions.
2009-07-08 16:14:55 +01:00
f5205d3f7e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-08 13:26:14 +01:00
0856be9907 New uniformDimensionedField class based on dimensioned but registered to the db
and with IO functionality.  This can be used for "fields" like g which can then be looked up
in boundary conditions.
2009-07-08 13:26:11 +01:00
9e54053f2e merge with master + fix conflicts in tuts/mesh 2009-07-08 12:15:44 +01:00
237cec3bf9 addind Mark's backward compatibility RAS BCs 2009-07-08 11:28:29 +01:00
1701411a94 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 23:01:29 +01:00
bbc4e8a25e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 22:57:30 +01:00
74ecfe9f0e Made destructor virtual. 2009-07-07 22:57:26 +01:00
4439183d96 Corrected handling of the wall BCs of p for buoyant flows. 2009-07-07 22:56:02 +01:00
eca9cf4c2d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 19:48:20 +01:00
e92aaab813 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 19:48:11 +01:00
cd8b38fede zone flip only for zone faces 2009-07-07 19:47:51 +01:00
f8f5324740 comment clean-up 2009-07-07 18:34:42 +01:00
eebfda5f10 optimisation for diffusion calc 2009-07-07 18:21:13 +01:00
57f5a2f878 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 17:58:47 +01:00
f9e3cf3e9e adding missing include file 2009-07-07 17:46:46 +01:00
32dd993084 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 17:41:08 +01:00
9dac3301bf updated H2O vapour diffusion coefficients 2009-07-07 17:37:34 +01:00