|
|
c51a2b0f63
|
ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction
|
2010-06-02 09:48:07 +01:00 |
|
|
|
f84a91d7ce
|
Merge commit 'origin/master' into splitCyclic
Conflicts:
applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C
src/dynamicMesh/motionSmoother/motionSmoother.C
src/dynamicMesh/motionSmoother/motionSmoother.H
src/dynamicMesh/motionSmoother/motionSmootherTemplates.C
|
2010-05-18 13:28:21 +01:00 |
|
|
|
895a077cb1
|
STYLE: fixup some dictionary headers
|
2010-05-18 11:38:07 +02: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 |
|
|
|
7f6740a9eb
|
Merge commit 'origin/master' into splitCyclic
|
2010-04-30 15:10:10 +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 |
|
|
|
9c32ce1016
|
STYLE: use forAll macro in more places, avoid LF-CR endings
|
2010-04-23 18:35:55 +02:00 |
|
|
|
03338b9ea9
|
STYLE: partial revert for 5cfa97624e
|
2010-04-23 10:23:08 +02:00 |
|
|
|
5cfa97624e
|
STYLE: more consistent New methods, use unregistered IOobject where appropriate
|
2010-04-20 17:13:35 +02:00 |
|
|
|
cff2580336
|
Merge branch 'master' into splitCyclic
Conflicts:
applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C
applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C
src/meshTools/sets/topoSets/faceSet.C
src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C
|
2010-04-16 12:09:34 +01:00 |
|
|
|
b6f3bd4c23
|
STYLE: follow coding guide recommendation for '//- Destructor'
|
2010-04-12 11:55:52 +02:00 |
|
|
|
a50f01b079
|
STYLE: use forAllIter, forAllConstIter instead of long-hand version
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
|
2010-04-12 11:18:38 +02:00 |
|
|
|
a30f977dc5
|
STYLE: avoid namespace { ... } in functionObject source code
|
2010-04-09 14:09:42 +02:00 |
|
|
|
9feda061e3
|
ENH: Update to sampleSets so that distance outputs cumulative distance
along sample path
STYLE: Minor code formatting
|
2010-04-07 16:12:55 +01:00 |
|
|
|
9b71c70335
|
STYLE: partial revert of naming change from commit f99a145143
|
2010-04-01 12:50:00 +01:00 |
|
|
|
f99a145143
|
ENH: Renamed curveSet to polyLineSet to better represent sampling method
|
2010-04-01 12:35:41 +01:00 |
|
|
|
d29c438657
|
STYLE: use url for FSF license instead of postal address, switch to GPL v3
|
2010-03-29 14:07:56 +02:00 |
|
|
|
89c7523c72
|
Merge branch 'master' into splitCyclic
Conflicts:
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
src/parallel/decompose/scotchDecomp/scotchDecomp.C
src/parallel/parMetisDecomp/parMetisDecomp.C
src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C
|
2010-03-25 13:54:12 +00:00 |
|
|
|
9e68716255
|
ENH: Minor spelling correction
|
2010-03-17 17:57:10 +00:00 |
|
|
|
f1ab396a66
|
STYLE: remove all references to wallPoint::greatPoint.
Replaced with point::max wherever possible. Is VGREAT, not GREAT so be
careful with calculations.
|
2010-03-17 11:48:44 +00: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 |
|
|
|
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 |
|
|
|
60a1898399
|
STYLE: Fixed creation date
|
2010-03-03 14:59:02 +00:00 |
|
|
|
1513507e94
|
ENH: sampling on a trisurface.
This directly samples on a triSurface (instead of using the isosurface of
distance=0 method)
|
2010-02-03 06:14:47 +00:00 |
|
|
|
992344ffac
|
ENH: sampling on triSurfaceMesh
sampledTriSurfaceMesh adds sampling on points/triangles of a triSurface(mesh).
All values outside mesh are set to 0.
|
2010-02-01 16:31:48 +00:00 |
|
|
|
46ad2e55d6
|
Merge branch 'master' into splitCyclic
Conflicts:
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H
applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H
src/OpenFOAM/meshes/polyMesh/syncTools/dummyTransform.H
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.H
src/mesh/blockMesh/curvedEdges/spline.H
src/meshTools/PointEdgeWave/PointEdgeWave.C
src/meshTools/sets/topoSets/faceSet.C
|
2010-01-26 17:11:18 +00:00 |
|
|
|
f847a7927e
|
builds again
|
2010-01-14 12:13:01 +00:00 |
|
|
|
37c4f2f375
|
remove empty 'Description' from various .C files
|
2009-12-04 14:11:33 +01:00 |
|
|
|
745d8e47d1
|
probes - use new HashSet::insert() method
|
2009-12-01 18:32:30 +01:00 |
|
|
|
d0b8aa40f0
|
trim trailing space in src/sampling
|
2009-12-01 17:56:35 +01:00 |
|
|
|
2667382644
|
probes - handle fields as wordReList
- adjust code to more closely resemble sampledSets / sampledSurfaces
|
2009-12-01 17:53:18 +01:00 |
|
|
|
b752ce5272
|
sampledSets - handle fields as wordReList
- adjust code to more closely resemble sampledSurfaces
|
2009-12-01 16:11:18 +01:00 |
|
|
|
abc8d96198
|
sampledSurfaces - handle fields as wordReList
- this allows something like this:
fields( T U "Ua.*" );
to select normal fields and all the adjoint velocity fields
|
2009-12-01 14:42:46 +01:00 |
|
|
|
be1b1ceefc
|
Merge branch 'master' into splitCyclic
Conflicts:
applications/utilities/mesh/generation/blockMesh/blockMeshApp.C
applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C
etc/bashrc
etc/cshrc
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
src/decompositionMethods/parMetisDecomp/parMetisDecomp.C
src/dynamicMesh/Make/files
src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C
src/dynamicMesh/perfectInterface/perfectInterface.C
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H
src/finiteVolume/Make/files
src/mesh/blockMesh/blockMesh/blockMesh.C
src/mesh/blockMesh/blockMesh/blockMeshTopology.C
src/meshTools/Make/files
src/meshTools/sets/topoSets/faceSet.C
|
2009-11-30 15:20:52 +00:00 |
|
|
|
909e6b27e4
|
Apply coding style recommendations:
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
|
2009-11-30 08:55:03 +01:00 |
|
|
|
fa93ce8cd7
|
coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly
- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
|
2009-11-27 15:39:14 +01:00 |
|
|
|
9157364a4b
|
Merge commit 'OpenCFD/master' into olesenm
|
2009-11-25 12:29:31 +01:00 |
|
|
|
004a1a8c45
|
added triangulate argument
|
2009-11-19 19:37:23 +00:00 |
|
|
|
9fdd3fce79
|
Merge commit 'OpenCFD/master' into olesenm
|
2009-11-18 13:09:27 +01:00 |
|
|
|
5a2eff8e17
|
fieldname is a word; not fileName
|
2009-11-10 13:18:35 +00:00 |
|
|
|
3d9c822022
|
Added abortCalculation function object, exposed Time::stopAtControls
- still needs fine-tuning (testing) to see if it reacts as anticipated under
various conditions.
|
2009-11-06 17:18:32 +01:00 |
|
|
|
151f30e779
|
made container constructors explicit
|
2009-11-03 18:09:52 +00:00 |
|
|
|
2f8f9f2782
|
further updates relating to commit 278e8c5030
|
2009-10-27 11:09:33 +00:00 |
|
|
|
791b5aaeaa
|
replacing isType with isA to enable directMappedWall to work
|
2009-09-15 17:51:59 +01:00 |
|
|
|
3355c8d9eb
|
initial streamlines functionobject
|
2009-08-25 12:35:48 +01:00 |
|