3fc33fcf5e
Added compressible form of vanDriest wall damping.
2009-07-17 11:21:23 +01:00
1d6650bf39
Moving test for surface hit near to an edge hit, so snap control to the edge,
...
inside the test for whether the edge point is too close to a feature point.
2009-07-16 16:39:25 +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
449e983d76
Modifying rampHoldFall for non 0 startTime values and a check for startTime =
...
endTime.
2009-07-16 10:29:00 +01:00
5e7c9469fa
Removing internalPoint not inside check.
2009-07-16 10:20:58 +01: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
75d5984654
Reinstating default patch for unfound patches.
2009-07-15 19:59:45 +01:00
e61bc5c9fe
Adding patching information for all surfaces.
...
Adding check when inseting a new vertex on a long Delaunay edge that the edge
does not pierce the surface, causing a span between thin parts of the surface.
Contains temporary checking code for internalPoints that are not inside the
surface.
Was passing points by copy rather than const reference to conformationSurfaces
...Intersection queries, rectified.
2009-07-15 19:38:48 +01:00
89f7c43eab
New spatialLinear cellSizeFunction, allowing a linear grade in space in a given
...
direction. Not a function of surface distance.
2009-07-15 17:06:00 +01:00
9321f7e1e5
Adding pressure field measurement, internal and surface.
2009-07-15 15:28:04 +01:00
9026c643c7
Incorrect assump[tion that only "nearBoundary" points can be driven through the
...
surface by large displacements. Checking all internalPoints.
2009-07-15 14:08:05 +01:00
7c17a5c137
New rampHoldFall relaxation model.
2009-07-15 13:40: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
89fff4816e
Checking to avoid infinite recursion in displacement limit function.
...
Modification to relaxation function produce the desired first and last values.
Moved writeInternalDelaunayVertices back to being called from writeMesh, but
option to write to constant.
2009-07-14 16:42:05 +01:00
1f8e1a0a58
Added objOutput Switch to controls to allow debug obj output to be controlled.
...
Added function to limit vertex displacements that penetrate the surface or come
to close to it (closer than twice the local point pair distance) by recursively
halving the displacement vector.
Using runTime.loop() construct in app for time loop - with runTime++ at the end
of the loop - wasn't getting the polyMesh written to the final timestep. Moving
targetCellSize and internal delaunay vertex writing out of writeDual function
and calling them from the move() function.
2009-07-14 15:34:30 +01: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
f17fcfebb8
Spacing of Info message tweak
2009-07-14 10:44:49 +01:00
6cf07c4cb8
Implemented face rotation controller and some associated functions and fixes.
...
Some test code code commented out at point of displacementAccumulator
addition/clip.
2009-07-13 18:24:21 +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
c763c881f2
Moved ragne insertion from std::vector<Point> to separate insertPoints function
...
so that it can be used by initial point insertions and insertions after point
motion.
2009-07-12 12:05:22 +01:00
0f1e827467
Moving calculations inside if statement - not necessary outside.
2009-07-11 13:04:31 +01:00
5f50cd5f29
Closing brace in wrong place, non internalOrBoundaryPoint Dvs asked for
...
alignment which was uninitialised.
2009-07-11 12:49:34 +01:00
0e8967e654
Adding point removal and insertion data and lookup functions to cvControls.
2009-07-11 12:03:47 +01: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
492b0153df
Merge branch 'master' into cvm
2009-07-10 20:39:16 +01:00
8415cc64bc
Basic infrastructure for face motion controller - cell alignment and size
...
storage and lookup.
2009-07-10 20:23:33 +01:00
907b7ef232
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-10 19:21:27 +01:00
a8f0153506
code clean-up
2009-07-10 19:21:21 +01:00
02d4810d54
Removing unnecessary .H file inclusion
2009-07-10 19:16:08 +01:00
d910a2cbfb
Removing the requiredAlignment test points code.
2009-07-10 19:13:27 +01:00
26e04aab19
tidying headers + assignments to turb fields
2009-07-10 17:53:12 +01:00