mattijs
|
5ece14ec6f
|
BUG: finite volume did not work before.
|
2010-03-03 10:12:35 +00:00 |
|
mattijs
|
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 |
|
Mark Olesen
|
58b7e64185
|
Use argList::addOption, argList::addBoolOption (almost) everywhere
- ensure that the standard options (eg, from timeSelector) also have
some usage information
|
2009-12-03 13:32:12 +01:00 |
|
Mark Olesen
|
c3457b5152
|
argList - specializations for optionRead<string> etc.
- new optionLookupOrDefault and additional form of optionReadIfPresent
with a default value
|
2009-12-02 13:45:11 +01:00 |
|
mattijs
|
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 |
|
Mark Olesen
|
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 |
|
henry
|
d6a278f2b2
|
Introduced the new file unitConversion.H to hold degToRad, radToDeg
and other unit conversion functions as they are required e.g. slug <-> kg.
|
2009-10-21 10:55:00 +01:00 |
|
Mark Olesen
|
ffc9d0d97b
|
find/replace pi/180.0 -> degToRad() and 180.0/pi -> radToDeg()
- note left utilities/mesh/advanced/collapseEdges/collapseEdges.C as-is.
It looks suspicious, but the change was recent, so maybe it means something
|
2009-10-19 13:53:25 +02:00 |
|
henry
|
e9da288118
|
Reverted the Americanism "math" back to the original "mathematical" and reverted name of
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
|
2009-10-10 22:58:58 +01:00 |
|
andy
|
8dcea0f8cd
|
using new constant definitions
|
2009-08-28 18:04:22 +01:00 |
|
mattijs
|
8d115b35c1
|
Merge branch 'master' into splitCyclic
Conflicts:
applications/utilities/mesh/advanced/modifyMesh/cellSplitter.C
applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L
applications/utilities/mesh/generation/blockMesh/blockMesh.C
applications/utilities/mesh/generation/blockMesh/createTopology.C
applications/utilities/mesh/generation/snappyHexMesh/Make/options
src/OpenFOAM/containers/Lists/ListOps/ListOps.H
src/OpenFOAM/containers/Lists/ListOps/ListOpsTemplates.C
src/OpenFOAM/containers/Lists/UList/UList.H
src/OpenFOAM/containers/Lists/UList/UListI.H
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C
src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.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/cyclic/cyclicPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H
src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C
src/decompositionAgglomeration/Allwmake
src/decompositionAgglomeration/decompositionMethods/Make/files
src/decompositionAgglomeration/decompositionMethods/Make/options
src/dynamicMesh/attachDetach/attachInterface.C
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H
src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.H
src/dynamicMesh/slidingInterface/coupleSlidingInterface.C
src/finiteVolume/Make/files
tutorials/channelOodles/channel395/constant/polyMesh/blockMeshDict
tutorials/icoFoam/cavity/constant/polyMesh/blockMeshDict
wmake/rules/linux64Gcc/c++Opt
|
2009-08-07 08:19:53 +01:00 |
|
mattijs
|
3ca538421d
|
initial changes to compile src
|
2009-08-04 18:32:32 +01:00 |
|
Mark Olesen
|
d1295da31f
|
adjust solvers and utilities to use new argList methods
- also drop various unused time options from src/OpenFOAM/include
|
2009-05-19 20:21:50 +02:00 |
|
mattijs
|
0128b2be68
|
UIndirectList
|
2009-03-12 19:25:21 +00:00 |
|
mattijs
|
9b0bebec00
|
making overwrite work
|
2009-02-06 15:12:24 +00:00 |
|
Mark Olesen
|
28b200bcd9
|
update copyrights for 2009
|
2008-12-31 19:01:56 +01:00 |
|
mattijs
|
0dc639e90a
|
switch off functionObjects
|
2008-09-28 19:27:04 +01:00 |
|
Mark Olesen
|
69bcc1baad
|
Merge commit 'OpenCFD/master' into olesenm
|
2008-06-26 14:08:49 +02:00 |
|
andy
|
47673b653f
|
added overwrite flag
|
2008-06-26 12:24:18 +01:00 |
|
Mark Olesen
|
02cabc3cf2
|
updated Copyright (C) \d+-2008 OpenCFD Ltd.
|
2008-06-25 15:01:46 +02:00 |
|
andy
|
168c7e1ca9
|
removing FoamX
|
2008-06-04 13:40:02 +01:00 |
|
OpenFOAM-admin
|
3170c7c0c9
|
Creation of OpenFOAM-dev repository 15/04/2008
|
2008-04-15 18:56:58 +01:00 |
|