ebdbc76f24
alphaNut->sigmaNut
2009-07-24 12:08:14 +01:00
63dfefa5e8
Merge commit 'OpenCFD/master' into olesenm
2009-07-24 09:19:46 +02:00
567453c7a9
introduce fileName::clean() method
...
- still needs more fleshing out, but introduce the method for now and
add more code later (without recompiling everything else).
2009-07-23 23:53:32 +02:00
ab918fba9b
introduce fileName::clean() method
...
- still needs more fleshing out, but introduce the method for now and
add more code later (without recompiling everything else).
2009-07-23 23:53:32 +02:00
2ec8908377
bugfix PackedList for non-optimized compilation
...
- use shift-right instead of shift-left formulation to avoid wrong behaviour
with non-optimized compilation when the packed items fit exactly in the
available number of bits.
2009-07-23 22:46:52 +02:00
2ee961c502
line-length overrun
2009-07-23 20:53:01 +01:00
ceaaabab56
bugfix PackedList for non-optimized compilation
...
- use shift-right instead of shift-left formulation to avoid wrong behaviour
with non-optimized compilation when the packed items fit exactly in the
available number of bits.
2009-07-23 22:46:52 +02:00
70562ebf80
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-24 11:16:04 +01:00
481fd3e2e1
caching yPlusLam locally
2009-07-24 11:15:41 +01:00
76ca0da080
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-23 17:17:45 +01:00
b01fc1d7e3
check on size being even
2009-07-23 17:17:41 +01:00
be65512449
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-23 17:09:22 +01:00
1ce132fb2a
code clean-up
2009-07-23 17:07:42 +01:00
85b9b3e38a
adding yPlus calcs for compressible S-A models + other small fixes
2009-07-23 16:40:50 +01:00
01903e5e8f
further updates to wall function calcs
2009-07-23 15:18:00 +01:00
f57bfe7c05
adding yPlus calcs for incompressible S-A models
2009-07-23 14:22:05 +01:00
5cda312edc
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-23 13:08:30 +01:00
bd6e0d3425
unused functionality
2009-07-23 12:57:18 +01:00
c1993c92fa
Merge branch 'olesenm'
2009-07-23 12:42:52 +01:00
d7f3143a91
Revert "bugfix for extra RASModel::yPlus() parameters"
...
This reverts commit 82e59fa112 .
2009-07-23 12:37:12 +01:00
1d72a035d7
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-23 12:28:10 +01:00
a98fe1c74f
updates to compressible wall functions
2009-07-23 11:17:28 +01:00
3ee3750f99
scoped #ifdef to avoid conflict with incompressible form
2009-07-23 11:16:25 +01:00
f6ec1cdc64
updates to incompressible wall functions
2009-07-23 10:31:03 +01:00
7b321cb6d3
initialisation errors
2009-07-23 08:46:50 +01:00
0b7832e37c
qualify exported FOAM_CASE
...
- avoid ambiguities caused by relative paths
2009-07-23 09:43:05 +02:00
040962d68d
updates to incompressible wall functions + yPlus calc
2009-07-22 17:54:06 +01:00
82e59fa112
bugfix for extra RASModel::yPlus() parameters
2009-07-22 12:54:24 +02:00
bda95a48fd
Export new environment variable FOAM_CASENAME
...
- contains the name part of the FOAM_CASE environment variable
2009-07-22 11:30:03 +02:00
140574889a
selecting common kappa=0.41 and E=9.8 (ref. Verst+Malal)
2009-07-21 19:31:52 +01:00
8ffb366209
merge with master + fix conflicts
2009-07-21 19:16:01 +01:00
6f28a1199f
further updates to turbulence models
2009-07-21 19:10:19 +01:00
70f453b435
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-21 19:06:59 +01:00
7787fd6c99
Renamed for consistency with the name of q.
2009-07-21 19:06:54 +01:00
07fccdd7db
Changed kQR to kqR.
2009-07-21 19:06:35 +01:00
b3d455de80
Removed turbulence model coefficients from the dictionaries to allow them to default.
2009-07-21 19:05:30 +01:00
fb9e5bc4fe
Renamed kQR to kqR.
2009-07-21 19:02:31 +01:00
dedabab18f
expose name of functionObjects
2009-07-21 17:28:27 +01:00
85aa1c8890
Reordering of internal temperature calculation to avoid FPEs. iDof was
...
defaulting to VSMALL (1e-300) for monoatomics but being multiplied by kb:
O(1e-23) for field calculation.
2009-07-21 17:17:01 +01:00
dae4025645
incompressible RAS: moved wall function code to wall function BCs
2009-07-21 17:07:48 +01:00
18fef89f39
construct cloud from components
2009-07-21 16:51:39 +01:00
4bf0ae136c
empty handling
2009-07-21 16:51:21 +01:00
c097265645
Adding normal velocity weighted measurements to face values of linearKE,
...
internalE, rhoN and iDof fields to measure surface temperatures.
2009-07-21 15:10:23 +01:00
570a73d871
Stabilisation of checkFaceSkewness, preventing FPEs in checkMesh.
2009-07-21 14:16:10 +01:00
3553b6f6dd
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-21 13:29:43 +01:00
084e5aad19
rewriting empty boundary conditions
2009-07-21 13:29:39 +01:00
f072ba5821
compressible RAS: moved wall function code to wall function BCs
2009-07-21 13:12:14 +01:00
0ce6bc13e4
Tweak to addSurfaceAndEdgeHits to add surface conformations within the feature
...
point exclusion zone to pin down the remaining near-feature surface protrusions,
but can lead to feature point corruption - will need to revisit.
2009-07-21 10:05:20 +01:00
4f6f570d6d
versatility improvement: #includeIfPresent dictionary directive
...
- similar to the #include directive, but does not generate an error if the
file does not exist.
Note: opted for an explicit naming #includeIfPresent rather than #cinclude
2009-07-21 08:44:25 +02:00
ea14d8f8b4
Merge commit 'OpenCFD/master' into olesenm
2009-07-20 14:38:38 +02:00