Commit Graph

8611 Commits

Author SHA1 Message Date
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
92311ec76d cloud rereading 2009-07-07 17:36:32 +01:00
254f98f56b uniform cellSizeFunction implemented. Check applied in cellSizeFunction base
class to surface for hasVolumeType - defaulting to BOTHSIDES if not a closed
surface.  Test point for cell sizes in conformalVoronoiMesh.C.
2009-07-07 17:34:36 +01:00
bc4f59ac01 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 17:16:35 +01:00
b7e769c2ab updated copyright dates 2009-07-07 17:16:28 +01:00
f05cd81c11 Merge branch 'molecularDynamics' 2009-07-07 16:46:17 +01:00
a75e020c5a Merge branch 'dsmc' 2009-07-07 16:44:05 +01:00
67acfcb7e2 Modifying reading of cellSizeControlGeometry dictionaries to allow the
dictionary to have a different name to the surface.  Allows a surface to be used
multiple times (i.e. two size functions, uniform near surface, higher priority,
linearDistance further away, lower priority).  If surface not specified, assumes
name of dictionary is surface name.
2009-07-07 16:40:28 +01:00
2e0e5d0ba9 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 16:36:36 +01:00
49ff528a7b solid updates 2009-07-07 16:31:57 +01:00
6521c7dbe2 More infrastrucutre for cellSizeFunctions. cellSizeFunction objects created on
cellSizeControlSurfaces construction.  cellSize function operating handling
multiple priorities of the same value.
2009-07-07 16:17:10 +01:00
7ebe502845 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Added softlinks for:

	tutorials/mesh/snappyHexMesh/iglooWithFridges
	tutorials/mesh/snappyHexMesh/motorBike
2009-07-07 16:02:52 +01:00
6acfd6a3ae execute bit set 2009-07-07 15:48:04 +01:00
4e2d5a9071 Particle backwards compatibility 2009-07-07 15:47:05 +01:00
302a5c1a82 unused files 2009-07-07 15:39:02 +01:00
9fb1dac1cc Adding check for density < VSMALL to avoid FPE.
Modifying nanoNozzle tutorial to shorten the run and increase the density.
2009-07-07 10:50:37 +01:00
e718888f81 Adding infrastructure for for cell size lookup. 2009-07-06 20:14:21 +01:00
2db6c4f8c4 liquid updates 2009-07-06 19:51:57 +01:00
9f8271c3ed adding Sergio's faceZonesIntegration function object 2009-07-06 19:47:41 +01:00
222852c523 renamed output field to pStatic 2009-07-06 19:45:31 +01:00
f7104f4a7e Caching deltaT in the DsmcCloud as it is expensive to repeated lookup in the
parcel and in submodels.  Approx 20% speed in solution.
2009-07-06 16:41:51 +01:00
cd0a0a696c added gas thermophysics 2009-07-06 15:25:01 +01:00
0cbe8c8466 Fixing snappyHexMesh tut conflict 2009-07-06 14:40:38 +01:00
288cf7d3c6 Implemented feature non-overpopulation functions, including some reordering of
existing tests.  Mixed feature point edge group insertions done using the same
functions as feature edge conformation.
2009-07-06 13:57:27 +01:00
4bf4e00716 renamed polynomialThermo -> hPolynomialThermo 2009-07-06 12:58:25 +01:00
b1d2ecd38a opened up function obect interface 2009-07-06 12:31:16 +01:00
383823e69d updated particle forces 2009-07-06 10:50:47 +01:00
24fa65eb1c merge with master + fix conflict 2009-07-03 18:02:43 +01:00
a01012141d updated dispersion models - carrier fields now cached 2009-07-03 17:21:52 +01:00
218b2baec4 Changed SP and DP to WM_SP and WM_DP. 2009-07-03 11:46:45 +01:00
44e5615e05 removed erroneous .directory file (dolphin), minor adjustment to .gitignore
- in .gitignore, added other common build targets to be ignored.
  Finalized the move of wmkdep etc to wmake/utilbin/
2009-07-03 09:54:20 +02:00
aca0e25983 avoid name conflict for registered objects 2009-07-02 18:46:48 +01:00
2eba6f7aac cleaning 2009-07-02 18:30:15 +01:00
2fa69983c9 added PatchInjection injection model 2009-07-02 18:30:02 +01:00
45a014dd02 referenced non-existing fvMesh instead of polyMesh 2009-07-02 16:40:57 +01:00
d98e7e5246 changed flip 2009-07-02 16:40:23 +01:00
5bceb8dfb4 Moving edge and surface conformation code out to separate function to avoid
duplication.  Added functions and test code for detection of proximity to
existing edge locations.
2009-07-02 16:10:39 +01:00
7534cd17ef improved backwardsCompatibility for compressible RASModel
- read type "turbulentMixingLengthDissipationRateInlet" and write as
  "compressible::turbulentMixingLengthDissipationRateInlet"

- read type "turbulentMixingLengthFrequencyInlet" and write as
  "compressible::turbulentMixingLengthFrequencyInlet"
2009-07-02 14:54:37 +02:00
a3a696b436 code clean-up 2009-07-02 12:26:38 +01:00
b98303adc4 Indentation cosmetics 2009-07-01 19:47:08 +01:00
836e11cedc Cleaned up mixed feature point addition. Created function to determine if a
surface or edge conformation point is within a certain distance of a feature
point and to exclude it if so.  Created user dictionary parameters for the
placement of edge groups for mixed feature points and the feature point
exclusion distance.
2009-07-01 17:27:02 +01:00
0df64ea1d3 merge after conflict resolution 2009-07-01 10:59:48 +01:00
55a9be9cea Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-06-30 22:21:21 +01:00
3852087d1a changed comment 2009-06-30 22:19:12 +01:00