f106f89f1f
Merge branch 'master' into cvm
...
Conflicts:
applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2010-05-11 13:00:25 +01:00
be8c67a242
ENH: sixDoFRigidBodyDisplacement rho field handling.
...
Removing rhoInf from uncoupledSixDoF... patch, not needed. Adding
optional rhoName entry to sixDoF... so no rhoInf entry is needed for
simulations that have a rho field, and require than a rhoInf value is
read for those that don't.
2010-05-11 12:09:58 +01:00
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
ba2a6566c3
rawSurfaceWriter: Corrected the formatting of symmTensor and tensor.
2010-05-07 09:18:46 +01:00
1374539416
STYLE: Removed unused code
2010-05-03 18:03:50 +01:00
495d3c5480
BUG: use neighbourPatch information instead of size()/2 offset.
2010-05-03 17:23:21 +01:00
79cc2abfbe
STYLE: remove unused code.
2010-05-03 15:53:59 +01: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
7f6740a9eb
Merge commit 'origin/master' into splitCyclic
2010-04-30 15:10:10 +01:00
08916e83a2
STYLE: Remove unused code.
2010-04-30 12:12:11 +01:00
f86ba6590c
BUG: was comparing local indices of coupled points to filter out axis points.
...
These are quite often the same (since just oppositely oriented patches). So
now comparing mesh points instead.
2010-04-30 11:59:23 +01:00
713b1dc703
BUG: handle transformations in addSeparated correctly.
...
It was overwriting results which were getting used then by other side.
It now does both sides on the owner side so it can swap the data.
2010-04-30 11:55:17 +01: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
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
84af8ef75a
BUG: cyclics handled inconsistently
2010-04-29 18:51:28 +01:00
b9032abd28
BUG: evaluate at startup re-enabled.
2010-04-29 18:50:40 +01:00
dfd38ad3aa
ENH: Build in check for old cyclics.
2010-04-29 18:50:20 +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
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
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
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
19f9f9b5e4
BUG: sixDoFRigidBodyMotionRestraint. Stabilisation of divisions.
2010-04-28 10:35:13 +01:00
ad075512c1
Merge branch 'master' into particleInteractions
2010-04-27 18:29:53 +01:00
2f3febc916
STYLE: KinematicParcelIO.C. >80 char lines.
2010-04-27 18:26:23 +01:00
352cc31418
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-27 16:51:46 +01:00
d68df61fe1
BUG: kinematic parcel constructor - set parcels to active=true
2010-04-27 16:51:38 +01:00
147fa2a75d
STYLE: add notes to some (most) command-line options
...
- mapFields and splitMeshRegions need more clarification
2010-04-27 10:50:15 +02:00
dc26005e49
Merge branch 'master' into particleInteractions
...
Conflicts:
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/newAtomizationModel.C
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/newDispersionModel.C
src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.C
src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcelI.H
2010-04-26 16:45:54 +01:00
5af8f4e68d
MRFZone: Added function to convert between absolute and relative velocities.
2010-04-26 12:26:16 +01:00
9c32ce1016
STYLE: use forAll macro in more places, avoid LF-CR endings
2010-04-23 18:35:55 +02:00
a54c657391
Merge branch 'olesenm'
2010-04-23 14:40:48 +01:00
03338b9ea9
STYLE: partial revert for 5cfa97624e
2010-04-23 10:23:08 +02:00
458c43c15d
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-22 15:40:07 +01:00
ae6e0c52f6
wall-functions: reorganised the used of ROOTSMALL to avoid /0.
2010-04-22 15:39:58 +01:00
cea9b9513a
mu0: corrected dimensions.
2010-04-22 15:39:17 +01:00
f7f6faa851
Merge remote branch 'OpenCFD/master' into olesenm
2010-04-22 15:53:54 +02:00
0d44584112
ENH: rationalize wmake rules to avoid unnecessary duplication
...
- main mplib rules located in GENERAL_RULES with specializations
(if any) under RULES. Modest change in a few options files, but
cleans up the rules directories.
previously in options:
include $(RULES)/mplib$(WM_MPLIB)
now in options:
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
sinclude $(RULES)/mplib$(WM_MPLIB)
For GNU make it would be permissible to write both in a single line.
2010-04-22 15:01:07 +02:00