Commit Graph

5272 Commits

Author SHA1 Message Date
f54de2aad9 ENH: porousExplicitSourceReactingParcelFoam adapted for createBaffles 2010-05-17 18:05:04 +01:00
8816653041 BUG: t-junction-with-fan/Allrun : split cyclics 2010-05-17 17:19:30 +01:00
2567ac7c17 ENH: adapted t-junction-with-fan for new createBaffles. 2010-05-17 17:11:14 +01:00
b903ed35d4 ENH: cyclicPolyPatch : have checking on dictionary construction 2010-05-17 17:09:35 +01:00
e1e4098600 ENH: Have different master and slave patch to handle cyclic baffles. 2010-05-17 17:08:40 +01:00
6291df9d48 ENH: update. 2010-05-08 17:47:56 +01:00
c90ac07985 ENH: updated tutorial lagrangian/porousExplicitSourceReactingParcelFoam/filter 2010-05-04 17:53:36 +01:00
51c2adc21f ENH: updated simpleSRFFoam/mixer tutorial 2010-05-04 17:33:44 +01:00
4380e0fbea ENH: give warning for value field inside cyclic. 2010-05-04 17:33:13 +01:00
f39c200e02 ENH: updated tutorial boundaryFoam/boundaryWallFunctionsProfile 2010-05-04 16:23:59 +01:00
8420ff9e90 ENH: Updated boundaryFoam/boundaryWallFunctions tutorial 2010-05-04 16:19:22 +01:00
3973126deb ENH: Updated combustion/XiFoam/les/pitzDaily3D 2010-05-04 15:29:51 +01:00
409d373c6d ENH: updated channel395 tutorial 2010-05-04 15:14:42 +01:00
061a0014c4 ENH: converted boxTurb16 2010-05-04 14:53:35 +01:00
72caa3020b ENH: Recognise already converted boundary file and change fields accordingly. 2010-05-04 12:41:01 +01:00
284dd5c4b0 ENH: update. 2010-05-03 18:04:09 +01:00
1374539416 STYLE: Removed unused code 2010-05-03 18:03:50 +01:00
e0ccb9ed7c ENH: updated. 2010-05-03 17:31:10 +01:00
495d3c5480 BUG: use neighbourPatch information instead of size()/2 offset. 2010-05-03 17:23:21 +01:00
cf53341939 ENH: updated 2010-05-03 17:23:09 +01:00
6f0c117664 ENH: Added CHANGES file to describe all changes. 2010-05-03 15:54:24 +01:00
79cc2abfbe STYLE: remove unused code. 2010-05-03 15:53:59 +01: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
caf974fcfb ENH: updated. 2010-04-30 12:10:57 +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
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
512a1ed642 ENH: updated. 2010-04-29 18:51:58 +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
1f895992d4 ENH: New test results 2010-04-29 18:50:06 +01:00
a967d05fd3 BUG: was reading mesh before setting coupledPolyPatch::matchTol 2010-04-29 18:42:30 +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
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
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