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
ae1fda27bf
Removed spurious -f options.
2009-07-20 11:03:52 +01:00
2ee0b4923c
Merge commit 'OpenCFD/master' into olesenm
2009-07-20 11:14:18 +02:00
dc3ebcfb16
Use new mvBak() in a few places to avoid hammering existing files
2009-07-20 11:10:59 +02:00
8ff026095d
added mvBak() to POSIX
...
- Rename to a corresponding backup file
If the backup file already exists, attempt with "01" .. "99" suffix.
- git ignore indexed backup files too
2009-07-20 11:04:48 +02:00
359f14ae91
pass optional checkGzip through POSIX::exists() as well
2009-07-20 08:48:46 +02:00
85d7852fc3
Renamed U_ and T_ to boundaryU_ and boundaryT_.
...
Moved all fields and field reading into the DsmcCloud, all calculation and
resetting to single functions for all fields.
Changed constructors so that no fields are supplied to the solver called from
dsmcFoam and an initialisation dictionary is supplied by dsmcInitialise.
2009-07-17 18:17:26 +01:00
4bdd195cf8
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-17 18:07:11 +01:00
dbf3d84560
Merge commit 'OpenCFD/master' into olesenm
2009-07-17 17:08:30 +02:00
103cd27ef5
Measurement of surface velocity. Created momentum and rhoM field inside the
...
cloud - duplicated memory with solver for the moment.
2009-07-17 15:40:11 +01:00