11a5e247c6
Merge remote branch 'OpenCFD/master' into olesenm
2010-05-07 16:07:20 +02:00
5087125424
STYLE: remove erroneous section-label on doxygen @endcond
2010-05-07 15:30:27 +02:00
3dd66066a7
STYLE: remove ToDo paragraph from doxygen processing
...
- avoids them showing on related pages
2010-05-07 15:15:43 +02:00
b2d987dfe3
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-07 09:18:54 +01:00
ba2a6566c3
rawSurfaceWriter: Corrected the formatting of symmTensor and tensor.
2010-05-07 09:18:46 +01:00
1b4450890a
ENH: write patches as vtkPolyData instead of vtkUnstructuredGrid
...
- slightly better memory efficiency and file sizes
- consistent with library reader
2010-05-07 09:35:40 +02:00
64ac5cbc78
ENH: allow direct writing of polyhedra from foamToVTK
2010-05-07 09:06:48 +02:00
5b588af7ab
ENH: use simpler API for vtkPolyhedron
2010-05-06 17:56:37 +02:00
53d3e1e328
ENH: chtMultiRegionSimpleFoam into chtMultiRegionFoam folder
2010-05-06 15:00:13 +01:00
af65028d19
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-06 14:45:56 +01:00
911f50cebe
XiFoam: Added relaxation statements to Su and Xi equations
...
This makes the solver more robust when the "Courant number" of the flame
propagation fluctuates.
2010-05-06 14:45:53 +01:00
476f4bb7f6
ENH: reduce the number of trailing spaces when writing VTK legacy files
2010-05-06 11:21:47 +02:00
2c93471af1
Merge remote branch 'bundle2/homedoxy' into olesenm
2010-05-06 10:35:08 +02:00
15e9f0ed91
STYLE: adjust doxygen css for better spacing in the navpath
2010-05-06 07:48:08 +02:00
c5b801c5dc
BUG: indexing symmTensor with tensor::XX component names.
2010-05-04 17:21:09 +01:00
b04a87a0a1
STYLE: Removed irrelevant comment
2010-05-04 15:50:23 +01:00
fa2c806920
BUG: adapted createPatchDict for new syntax
2010-05-04 15:47:14 +01:00
9b24f6c51b
ENH: add first provisioning for foamToVTK without polyhedral decomposition
2010-05-03 10:42:45 +02:00
dae4d905ff
STYLE: use forAll macro in newly added code
2010-05-03 09:39:27 +02:00
0e9851b432
Merge remote branch 'OpenCFD/master' into olesenm
2010-05-03 09:34:31 +02:00
856f0f4685
ENH: use FOAM_DOC_BROWSER to specify alternative html document browser
...
- change from 'kde-open %f' to the desktop-agnostic 'firefox %f' as
the default document browser.
2010-05-03 09:23:07 +02:00
35afeb9b18
STYLE: remove superfluous uses of argList::validArgs.clear()
...
- a holdover from the old <root> <case> days
2010-05-03 08:38:39 +02:00
e4ad77da06
Merge remote branch 'bundle2/homedoxy' into olesenm
2010-05-03 08:28:09 +02:00
20e9505b69
ENH: first reasonable draft of new doxygen look
2010-05-02 12:02:45 +02:00
08916e83a2
STYLE: Remove unused code.
2010-04-30 12:12:11 +01:00
4ea1f8f98a
ENH: enable vtkPolyhedron support when detected
2010-04-30 12:36:49 +02:00
34e97be77d
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-30 11:18:31 +01:00
03db0e7dfb
BUG: Move constraint to symmetryPointPatch.
...
Slip bc can now be used on non-constraint patches
2010-04-30 11:17:38 +01:00
4e0fdc69ea
BUG: createPatch was reading mesh before setting matchTol so could not correct illegal mesh
2010-04-30 11:16:57 +01:00
23b5edd02d
ENH: molecularDynamics now using new InteractionLists.
2010-04-29 20:14:54 +01:00
3e19b35b22
BUG: InteractionLists. Not writing wall faces obj file when there are
...
none. using correct timePath.
2010-04-29 20:00:39 +01:00
8fdc881ae7
STYLE: basicKinematicCloud. Header description.
2010-04-29 16:25:58 +01:00
8a5b82fe84
STYLE: Copyright date.
2010-04-29 16:22:09 +01:00
55f06f718d
ENH: Particle tracking. Resetting tracking back to existing algorithm
...
from experimental inside/outside cell method.
2010-04-29 16:20:09 +01:00
b7f8f37d8d
ENH: lagrangian tutorials. Adding CollisionModel data and
...
paramagnetic force Switch to cloud properties.
2010-04-29 15:47:29 +01:00
d303fd76a4
Merge branch 'master' into particleInteractions
2010-04-29 15:24:56 +01:00
d036af2921
Corrected multiRegionHeater tutorial.
2010-04-29 14:21:11 +01:00
a6d35185ad
multiRegionHeater: chtMultiRegionSimpleFoam tutorial
2010-04-29 14:15:01 +01:00
1075587fc1
STYLE: fully scope some method names
2010-04-29 15:12:44 +02:00
85a8c6695c
ENH: InteractionLists. Making lagrangian/referredParticleCloud/ to
...
write referredWallFaces.obj if doesn't exist.
2010-04-29 14:06:17 +01:00
8a9b871803
ENH: InteractionLists. Adding changing mesh support.
...
Rebuilding InteractionLists *FROM SCRATCH, AT EVERY REFERRED DATA
SEND* when mesh_.changing(). Expensive, as required for every force
calculation subCycle, but will make sure that the InteractionLists are
correct at all times. Not intended for serious use, only to make the
method not wrong, to do moving/changing mesh calculations efficiently
will require an efficient maintenance and update mechanism for the
InteractionLists. Triggers a warning.
2010-04-29 12:04:17 +01:00
bb15033fb3
ENH: KinematicParcel. Transforming f, angularMomentum and torque in
...
transformProperties.
2010-04-29 11:03:29 +01:00
72f7d46f23
ENH: add operator[](const word&) as "find-by-name" to some classes
...
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces
before:
const label zoneI = mesh.cellZones().findZoneID(zoneName);
const cellZone& cz = mesh.cellZones()[zoneI];
after:
const cellZone& cz = mesh.cellZones()[zoneName];
2010-04-29 10:12:35 +02:00
6e754e70e3
Merge branch 'master' into particleInteractions
2010-04-28 19:30:20 +01:00
7ae1c3cf36
ENH: InteractionLists. Using new vectorTensorTransform object.
...
Adding hasR bool to vectorTensorTransform to avoid unnecessary tensor
fot products in the majority of cases where non-rotated transforms are present.
2010-04-28 19:26:02 +01:00
e61f1eeb37
BUG: KinematicParcelIO. Starting reinterpret_cast from wrong data member.
2010-04-28 19:23:18 +01:00
8bb52eb911
BUG: KinematicParcelIO. Starting reinterpret_cast from wrong data member.
2010-04-28 19:23:18 +01:00
845314b280
Merge remote branch 'OpenCFD/master' into olesenm
2010-04-28 14:49:39 +02:00
ab7c43faae
ENH: New vectorTensorTransform class for globalIndexAndTransform.
2010-04-28 12:22:03 +01:00
1e8e2db203
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-28 11:16:34 +01:00