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
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
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
3fc33fcf5e
Added compressible form of vanDriest wall damping.
2009-07-17 11:21:23 +01:00
f96f883ea4
avoiding usage of Sf (triggers rebuild of S) in autoMap since upsets mapping
2009-07-16 16:02:33 +01:00
7b3eb9da14
needed to drop backwardsCompatibility/derivedFvPatchFields again
...
- as Henry pointed out, they all go into one single table.
So they'll clash with the correct incompressible versions.
2009-07-16 13:17:40 +02:00
19d09fd3b5
laminar models: consistency update in #ifndef/#define naming
2009-07-16 08:35:35 +02:00
7ae5e62f39
drop thermalDissipation (effective, equilibrium or otherwise) from turbulenceModels
...
- keeps sources in sync for the 1.6 release and it'll get fiddled with
for the 1.7 release anyhow
2009-07-16 08:27:40 +02:00
9321f7e1e5
Adding pressure field measurement, internal and surface.
2009-07-15 15:28:04 +01:00
b8077f9c19
dropped pvm
2009-07-15 13:28:24 +02:00
99e5ef490f
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-15 10:53:51 +01:00
2c3b2c3931
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-15 10:28:20 +01:00
535789cf98
Merge commit 'OpenCFD/master' into olesenm
2009-07-15 08:20:06 +02:00
773c6e9cd2
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-14 21:16:38 +01:00
ce79182495
Minor reformatting.
2009-07-14 21:11:36 +01:00
bb11fcdbad
Remove unused "turbulence" switch.
2009-07-14 21:11:09 +01:00
2ded45bbaf
Correct destructor for objects owned by registry.
2009-07-14 21:09:55 +01:00
cadba3c278
Adding new MixedDiffuseSpecular wall collision model.
2009-07-14 18:46:46 +01:00
7bd8eef47c
Merge commit 'OpenCFD/master' into olesenm
2009-07-14 18:16:15 +02:00
c3dcdcdc4a
cosmetics - code formatting
2009-07-14 13:04:30 +01:00
61a8ed2cd1
re-instating Tbp
2009-07-14 11:45:06 +01:00
1c9e051ddc
removed hard-coding for field names
2009-07-13 17:15:29 +01:00
7d06bbd26a
removing redundant code
2009-07-13 16:53:28 +01:00
5b09b44b16
sign change on thermalDissipation source (consistency with momentum source)
...
- rename thermalDissipationEff() -> thermalDissipationEquilibrium()
2009-07-13 16:08:58 +02:00
d8145ab608
cosmetics/coding style updates
2009-07-13 14:38:56 +01:00
3b14fad33c
header update
2009-07-13 14:38:29 +01:00
d01f653d32
porousZone - output 'note' entry (if it exists) too
2009-07-13 09:27:38 +02:00
f1fbc24638
Merge commit 'OpenCFD/master' into olesenm
2009-07-10 22:39:29 +02:00
043098fb7c
added dissipationSelector
...
- first stab at a simple runtime selection for extra turbulence-related
features
- the code duplication seems to indicate that a common ancestor
for compressible and incompressible turbulence models could be good
2009-07-10 22:29:42 +02:00
7cbcc02d09
turbulence models get thermal dissipation source term(s)
...
- thermalDissipation()
corresponds to the energy lost due to viscous efffects and
what exits the energy cascade via dissipation.
- thermalDissipationEff()
corresponds to the energy lost due to effective viscous efffects.
Everything that is lost from momentum. Thus essentially assumes
turbulent equilibrium, but is what STAR-CD and Fluent seem to be using.
Thus even if it's wrong, provide it anyhow.
- minor consistency update in comments
2009-07-10 21:47:58 +02:00
907b7ef232
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-10 19:21:27 +01:00