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
787f2260bb
ENH: Added debug printing of heat flux.
2010-04-28 11:16:15 +01:00
98dbabf167
Merge branch 'master' into particleInteractions
2010-04-28 10:36:03 +01:00
2c46b95048
BUG: sixDoFRigidBodyMotionRestraint. Stabilisation of divisions.
2010-04-28 10:35:13 +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
c5789cde77
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-27 14:56:36 +01:00
68c7b16d5a
ENH: Steady-state version of multiRegionHeater
2010-04-27 14:56:00 +01:00
0da8c1864d
ENH: Have -region argument to foamFormatConvert
2010-04-27 14:55:30 +01:00
67072a0abd
Merge branch 'master' into particleInteractions
2010-04-27 11:31:36 +01:00
f117f4b843
ENH: magneticFoam. Adding option to control HdotGradH output.
2010-04-27 11:30:49 +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
7f1e8a0a24
Merge branch 'master' into particleInteractions
2010-04-26 18:06:24 +01:00
6e206f494a
ENH: magneticFoam. Adding HdotGradH field calculation.
...
Typo in magnet.H (relativPer... -> relativePer...).
2010-04-26 17:57:51 +01:00
626ce2bb16
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-26 16:56:52 +01:00
c8f3b1019a
BUG: incorrect mpc version
2010-04-26 16:56:33 +01: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
48feefd127
rhoCentralDyMFoam: Now a "sub-application" of rhoCentralFoam
...
This cleans-up the dependencies between these two applications.
2010-04-26 12:25:32 +01:00
015e11f91b
COMP: unset variable in Gcc4.5 path
2010-04-26 11:40:18 +01:00
5debfe4cdf
ENH: Remove vtk(Cxx|Type)RevisionMacro, vtkTypeRevisionMacro -> vtkTypeMacro
...
From VTK notes:
- The CVS $Revision$ keyword replacement will no longer maintain these
macros automatically. They were used only to implement CollectRevisions
and vtkObjectBase::PrintRevisions, an API that was never used.
2010-04-26 09:24:03 +02:00
a823b627a6
ENH: handle command-line parameters in bashrc/cshrc
...
- this provides a means to temporarily override the default settings
and/or the prefs.{csh,sh} settings.
bash:
name= -> unset name
name=value -> export name=value
csh:
name= -> unsetenv name
name=value -> setenv name value
eg,
. <WM_PROJECT_DIR>/etc/bashrc WM_COMPILER=Gcc45 WM_MPLIB=
to use gcc 4.5 and the default mplib
2010-04-26 08:49:41 +02: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
474b810dc1
rhoCentralDyMFoam: Dynamic mesh version of rhoCentralFoam
2010-04-22 16:37:54 +01:00
1dcc0e0758
magneticFoam: Updated copyright.
2010-04-22 16:33:07 +01:00
5b8e46c318
simpleFoam/pitzDaily tutorial: Corrected functionObjects.
2010-04-22 16:29:16 +01:00
b657f4a403
solvers: Reformatting and cleanup.
2010-04-22 16:26:43 +01:00
49b8f548c0
magneticFoam: New magnetic-field solver
...
Solver for the magnetic field generated by permanent magnets.
A Poisson's equation for the magnetic scalar potential psi is solved
from which the magnetic field intensity H and magnetic flux density B
are obtained.
2010-04-22 16:25:52 +01: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