33bc146b88
STYLE: Particle. Comment removal and tweak.
2010-03-16 22:16:19 +00:00
772c78e5e3
BUG. FaceCellWave. If propagationTol is a *const* scalar then
...
setPropagationTol cannot be called.
2010-03-16 22:01:02 +00:00
5b7ef77afa
BUG. FaceCellWave. If propagationTol is a *const* scalar then
...
setPropagationTol cannot be called.
2010-03-16 22:01:02 +00:00
0abe384231
Merge branch 'master' into particleInteractions
2010-03-16 12:53:26 +00:00
3c1993798a
fvMotionSolver: added pointEdgeStructuredWalk.C
2010-03-15 17:04:24 +00:00
3a8cb46beb
files: Removed MC scheme.
2010-03-15 17:03:27 +00:00
dbe29112e3
MULES limitation removed: sub-cycling time now supported on morphing meshes
...
Support for cell-volume interpolation during time sub-cycling now provided and
used in the MULES VoF solver to allow sub-cycling on morphing meshes.
2010-03-15 17:02:12 +00:00
5e8d714dff
Removed superfluous interpolation scheme.
2010-03-15 17:00:02 +00:00
135b82aa88
ENH: provided reference for Murphy-Shaddix coal char combustion model
2010-03-11 14:55:13 +00:00
61b6fe3311
COMP: missing pointEdgeStructuredWalk.C in Make/files
2010-03-11 10:22:18 +01:00
2788a12c08
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-10 15:15:23 +01:00
abdee93da4
COMP: move 3rd-party mpi from $WM_OPTIONS -> $WM_ARCH$WM_COMPILER
...
Rationale:
Treat 3rd-party mpi libraries like any other 3rd-party library. They
are normally available without debugging and don't know anything
about the OpenFOAM DP/SP (double/single precision) concept.
2010-03-10 14:53:04 +01:00
49fb39e8f3
Merge commit 'origin/master' into splitCyclic
...
Conflicts:
applications/utilities/parallelProcessing/decomposePar/decomposePar.C
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H
applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C
src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.C
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
2010-03-09 21:28:53 +00:00
1f88dac94b
ENH: sample on nearest cell, not cell containing triangle centre.
...
Much more robust. Also now works on triSurfaces with non-compact point numbering.
2010-03-09 18:05:30 +00:00
3aed3c45be
STYLE: added code for using isoSurfaceCell. Removed cleanup of surface.
2010-03-09 13:27:50 +00:00
8c454d5e04
STYLE: removed some include files. Added alternative code for using
...
isoSurfaceCell instead isoSurface.
2010-03-09 13:24:16 +00:00
a3621bd6d1
ENH: mesh motion on layered meshes.
...
Specifies motion as a set of interpolations on subsets of the mesh.
2010-03-09 13:22:23 +00:00
e4b4bf2bf0
ENH: UIPstream when reaches eof deletes the underlying buffer.
...
Only in PstreamBuffers mode. This makes sure that data from other processors
already handled gets deleted.
2010-03-04 15:03:10 +00:00
3753ac7de6
STYLE: Particle. Removing unneeded variable and commenting out Pout
...
message.
2010-03-04 14:20:12 +00:00
1a87cd16fb
ENH: Add averaging to all iso-surface based sampledSurfaces.
...
The optional 'average' switch causes use of the average-of-pointvalues
instead of the original volField.
2010-03-04 13:45:44 +00:00
52dcdb6c90
ENH: KinematicParcel rename rotational motion variables.
...
pi -> angularMomentum
tau -> torque
2010-03-03 16:29:52 +00:00
a03e484dee
ENH: Updating coalCombustion with collision variables and models.
...
Adding youngsModulus and poissons ratio to coalChemistryFoam cloud
properties.
2010-03-03 15:54:45 +00:00
60a1898399
STYLE: Fixed creation date
2010-03-03 14:59:02 +00:00
5ece14ec6f
BUG: finite volume did not work before.
2010-03-03 10:12:35 +00:00
20835912fa
Merge branch 'master' into particleInteractions
...
Conflicts:
src/parallel/decompositionMethods/Make/options
2010-03-02 16:12:03 +00:00
6b0daf3618
EHN: lagrangian/intermediate. Merging InteractingKinematicParcel back
...
to KinematicParcel incorporating latest master branch changes.
2010-03-02 16:07:20 +00:00
67f6d98288
BUG: build order not correct for reconstruct library to be built.
2010-03-02 12:16:01 +00:00
fd6003d9a3
BUG: findBox needed treeBoundBox, not boundBox
2010-03-02 12:15:34 +00:00
bdab648191
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-02 09:51:53 +00:00
de673c5ee5
ENH: Changed mixed coupled bc to use combination of zerogradient and fixedValue
...
Is more convergent&stable than switching.
2010-03-02 09:51:00 +00:00
1c100735cc
BUG: overwrite option does not require an argument.
2010-03-02 09:50:34 +00:00
f88d85ba8a
ENH: have dummy versions for thirdparty libraries
...
The dummyThirdParty tree builds libraries which are drop-in
(but non-functional) versions of some thirdparty libraries. This will
make it easier to ship binary versions without having to ship thirdparty packs.
2010-03-01 17:11:08 +00:00
f37cfd5284
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-01 16:05:59 +00:00
22ce56db17
Merge branch 'olesenm'
2010-03-01 15:55:30 +00:00
0a2968325d
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-01 15:24:00 +00:00
d6de32b039
ENH: enable out-of-the-box building with system scotch on Debian.
2010-03-01 14:56:02 +00:00
45fdd0e573
ENH: use non-blocking comms
2010-03-01 14:51:54 +00:00
4084c6b3de
ENH: lagrangian/intermeditate. Compatibility changes after merge.
2010-03-01 10:05:04 +00:00
ad77ffc868
Merge branch 'master' into particleInteractions
...
Conflicts:
src/lagrangian/basic/Cloud/Cloud.H
src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.C
src/parallel/decompositionMethods/Make/options
2010-03-01 09:15:11 +00:00
a3ae26c472
STYLE: added definition of strain rate to viscosity model header
2010-02-25 18:39:35 +00:00
f2f2f60cf5
STYLE: remove unused cruft from flex-based lexers
2010-02-25 16:18:34 +01:00
f319ddfa61
ENH: begin initial coding for using upcoming vtkPolyhedron
2010-02-24 15:24:32 +01:00
536e2fd413
BUG: fvMotionSolver/pointPatchFields which store p0, the initial
...
position of patch points. Adding autoMap and rmap functions to
correctly handle p0 on decomposition and reconstruction.
2010-02-24 14:14:08 +00:00
e794f35c86
ENH: moved read index out of UIPstream into PstreamBuffers
...
So now we can read multiple times (using UIPstream) from PstreamBuffers
PstreamBuffers pBufs
UIPstream str1(procI, pBufs);
str1>> ..
UIPstream str2(procI, pBufs);
str1>> ..
2010-02-19 12:49:48 +00:00
91532a8bcb
STYLE: removed unused variable.
2010-02-19 12:47:01 +00:00
07d070b1fc
STYLE: move some doxygen documentation from foamVersion.H -> foamDoc.H
...
- avoids a full rebuild for simple documentation changes
2010-02-19 06:18:19 +01:00
7c5ca1878b
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-18 16:16:54 +00:00
0d1833a44e
Thermodynamics: Corrected the boundary condition for Cp.
2010-02-18 16:16:08 +00:00
e49e95a53b
Merge branch 'olesenm'
2010-02-17 16:48:44 +00:00
f4f23178e0
STYLE: get reference to mesh from MeshObject just to be consistent.
2010-02-17 16:05:08 +00:00