andy
84d577539d
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-07 12:59:40 +00:00
andy
8bc92b8761
ENH: Added mapMethod, [source|target]Region options to mapFields
2011-02-07 12:59:14 +00:00
mattijs
f1bff601a6
ENH: dictionary::found : optionally disable wildcards
2011-02-02 15:48:58 +00:00
mattijs
7528e579a1
ENH: foamUpgradeCyclics : warning message
2011-01-31 12:05:39 +00:00
andy
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
andy
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce
.
2011-01-05 18:24:29 +00:00
graham
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
Mark Olesen
37535ded29
COMP: NamedEnum specialization within 'Foam' namespace only
2010-12-20 14:27:03 +01:00
Mark Olesen
a3788fe854
COMP: avoid ambiguous construct from tmp - utils/ pre+post processing
2010-12-20 10:37:17 +01:00
Henry
62e5c1284e
Removed corrupt file
2010-12-06 12:21:43 +00:00
mattijs
b31f8894aa
ENH: setFields : all face sets to set patch values
2010-10-15 15:41:32 +01:00
mattijs
ed67d5be34
STYLE: renamed IOFieldField to CompactIOField to be consistent with CompactIOList.
2010-10-01 17:33:07 +01:00
mattijs
25389d5b5f
STYLE: foamUpgradeCyclics : typo
2010-09-30 14:06:30 +01:00
graham
ebb9a9e1ac
ENH: tet decomposed particle tracking.
...
Squashed merge of particleInteractions up to
commit e7cb5bcf0315c359539ef1e715e1d51991343391
2010-09-17 16:59:17 +01:00
graham
f26b8c1cc7
STYLE: 80 char lines.
2010-07-28 16:42:53 +01:00
graham
012494fdb5
STYLE: Fixing code style requirements for all apps.
...
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
2010-07-27 15:27:05 +01:00
henry
ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
andy
28b1a9e2c6
Merge branch 'olesenm'
2010-06-03 10:25:03 +01:00
mattijs
f1ee573aa0
Merge branch 'inotify'
...
Conflicts:
TODO
2010-06-02 10:10:52 +01:00
mattijs
c51a2b0f63
ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction
2010-06-02 09:48:07 +01:00
mattijs
efe058844c
STYLE: updated licence header to version 3
2010-05-26 15:47:38 +01:00
mattijs
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
Mark Olesen
895a077cb1
STYLE: fixup some dictionary headers
2010-05-18 11:38:07 +02:00
mattijs
9f2e06ed55
STYLE: added missing command line option descriptions for mapFields and splitMeshRegions.
2010-05-11 10:52:35 +01:00
mattijs
4380e0fbea
ENH: give warning for value field inside cyclic.
2010-05-04 17:33:13 +01:00
mattijs
72caa3020b
ENH: Recognise already converted boundary file and change fields accordingly.
2010-05-04 12:41:01 +01:00
Mark Olesen
35afeb9b18
STYLE: remove superfluous uses of argList::validArgs.clear()
...
- a holdover from the old <root> <case> days
2010-05-03 08:38:39 +02:00
mattijs
7f6740a9eb
Merge commit 'origin/master' into splitCyclic
2010-04-30 15:10:10 +01:00
Mark Olesen
147fa2a75d
STYLE: add notes to some (most) command-line options
...
- mapFields and splitMeshRegions need more clarification
2010-04-27 10:50:15 +02:00
Mark Olesen
9c32ce1016
STYLE: use forAll macro in more places, avoid LF-CR endings
2010-04-23 18:35:55 +02:00
mattijs
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
Mark Olesen
937e0d23d0
STYLE: consistent naming of files containing the 'New' method
...
before:
- 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass
- 'New' prefixed to templated class name: eg, TmplClass -> NewTmplClass
- 'New' suffixed to class name: eg, someClass -> someClassNew
after:
- consistent 'New' suffixed to class name, no change of case
eg, someClass -> someClassNew
eg, TmplClass -> TmplClassNew
2010-04-13 18:47:47 +02:00
Mark Olesen
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
Mark Olesen
c508b2fe17
STYLE: consistent capitalization of Private/Protected Member Functions in comments
2010-03-30 11:33:42 +02:00
Mark Olesen
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
mattijs
50160baa9c
gamg on cyclics working again
2010-03-23 13:53:40 +00:00
mattijs
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
mattijs
5ece14ec6f
BUG: finite volume did not work before.
2010-03-03 10:12:35 +00:00
Mark Olesen
689d4b2860
ENH: provide operator[] for accessing argList options.
...
- operator[] with label -> get args at index
- operator[] with word -> get named option
2010-02-17 11:43:42 +01:00
Mark Olesen
d857d671ac
STYLE: use new argList argRead() method and operator[] for cleaner code.
...
- deprecate argList::additionalArgs() method and remove uses of it
2010-02-16 17:57:49 +01:00
andy
9c3a7d3e20
Removed empty line at top of C file
2010-01-21 13:41:57 +00:00
Mark Olesen
c091d856ae
pedantic changes: 'forAll (' -> 'forAll(' in applications/
...
- to match coding guidelines
2009-12-03 14:12:08 +01: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
00985638d8
remove fvCFD.H usage from remaining library source
...
- exception calcType.H since it'll most likely be used for building
applications anyhow
- use quailified names in more of the lagrangian code
- killed some tab indents in various places.
2009-12-02 15:34:52 +01: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
Mark Olesen
d17d015f88
Use new last() method for List-type classes
...
- use first() method in some places as well where it helps clarity
- there are a few remaining cases: git grep 'size()-1]'
2009-11-26 13:35:57 +01:00
Mark Olesen
9157364a4b
Merge commit 'OpenCFD/master' into olesenm
2009-11-25 12:29:31 +01:00
andy
407d047f07
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-24 14:45:05 +00:00
andy
95b2a4d39b
re-design to use RASModel
2009-11-24 13:05:01 +00:00
Mark Olesen
87300f124e
Merge commit 'OpenCFD/master' into olesenm
2009-11-23 12:03:10 +01:00
Mark Olesen
2c52705cf7
move reconstructPar 'guts' to src/parallel/reconstruct
...
- in preparation for adding an optional '-reconstruct' to a few utilities
re-use as -lreconstruct library
- move related stuff there too
src/decompositionMethods/decompositionMethods
-> src/parallel/decompositionMethods
- added missing namespace qualifiers
2009-11-20 14:37:56 +01:00
graham
0870e22400
Merge branch 'master' into dsmc
2009-11-11 13:24:48 +00:00
andy
c9a2f4923e
templated uniformInterpolationTable
2009-10-26 19:15:32 +00:00
andy
cbe5974c26
adding tabulated U wall function BC and utility to generate tables
2009-10-26 18:54:10 +00:00
graham
e9cdaf6106
Merge branch 'master' into dsmc
2009-10-21 14:12:36 +01: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
graham
65ca8a8b99
Merge branch 'master' into dsmc
2009-09-24 09:55:56 +01:00
mattijs
9415727b94
renamed literalRE option
2009-09-21 10:59:19 +01:00
mattijs
1008c0dd4d
allow wildcards in changeDictionary
2009-09-18 08:44:06 +01:00
mattijs
791b5aaeaa
replacing isType with isA to enable directMappedWall to work
2009-09-15 17:51:59 +01:00
graham
e10bb9589e
Merge master, fixing conflicts
2009-09-07 12:23:13 +01:00
henry
33a2ec60de
Changed the time-selection so that it works correctly with the -parallel option for when
...
the time directories only exist in the processor sub-directories.
2009-09-02 11:34:58 +01:00
andy
8dcea0f8cd
using new constant definitions
2009-08-28 18:04:22 +01:00
andy
0ce3449681
improved setFields utility
2009-08-25 18:38:54 +01:00
graham
d781ca0602
Merge branch 'master' into dsmc
2009-08-19 09:53:17 +01:00
andy
4eb83aed27
using generic -instance option instead of -constant
2009-08-13 15:31:39 +01:00
andy
11752041d3
Added option to change dictionary in /constant
...
- could do with a 'nice' way to treat parent folders - constant, system, time dirs etc
2009-08-11 16:43:59 +01:00
Mark Olesen
8baeac8d0e
Merge commit 'OpenCFD/master' into olesenm
2009-08-05 08:02:33 +02:00
henry
d4864d9b6e
Moved the "generic" BCs into a separate library and included it only in those utilities
...
which need this functionality. Solvers will now check the correctness of the BCs on
read.
2009-08-04 22:13:54 +01:00
Mark Olesen
f3e40598a0
applyWallFunctionBoundaryConditions - use mvBak()
2009-08-04 18:02:07 +02:00
Mark Olesen
ecb8d29b83
Merge commit 'OpenCFD/master' into olesenm
2009-08-03 16:20:24 +02:00
andy
96f23c2796
Updated wall function boundary types for utils
2009-08-03 11:44:14 +01:00
Mark Olesen
827e3659b9
consistency update: kappa=0.41, E=9.8
...
- this would be an argument for providing default values at the top-level
compressible/incompressible turbulenceModel
2009-07-31 18:15:54 +02:00
graham
9d1fc15616
Merge branch 'master' into dsmc
2009-07-29 14:16:27 +01:00
andy
930477f0f1
updating verion dev->1.6
2009-07-24 17:49:15 +01:00
henry
816f6b3488
Updated the headers.
2009-07-24 17:01:31 +01:00
andy
13b92a6c99
updated - using classes to supply type names
...
- nasty utility - think about replacing/deleting altogether
2009-07-24 13:52:01 +01:00
Chris Greenshields
6a144cd7a6
Corrected more Descriptions
2009-07-22 16:10:24 +01:00
Chris Greenshields
4d5d919d37
Corrected incorrect spelling of utility name
2009-07-22 16:06:54 +01:00
Chris Greenshields
1bfa912781
Modified more Description entries in utilities for documenting purposes
2009-07-22 15:51:53 +01:00
Chris Greenshields
2f3016173e
Modified Description entries for documenting purposes
2009-07-22 14:08:02 +01:00
henry
70f453b435
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-21 19:06:59 +01:00
henry
b3d455de80
Removed turbulence model coefficients from the dictionaries to allow them to default.
2009-07-21 19:05:30 +01:00
Mark Olesen
dc3ebcfb16
Use new mvBak() in a few places to avoid hammering existing files
2009-07-20 11:10:59 +02:00
graham
85d7852fc3
Renamed U_ and T_ to boundaryU_ and boundaryT_.
...
Moved all fields and field reading into the DsmcCloud, all calculation and
resetting to single functions for all fields.
Changed constructors so that no fields are supplied to the solver called from
dsmcFoam and an initialisation dictionary is supplied by dsmcInitialise.
2009-07-17 18:17:26 +01:00
mattijs
6acfd6a3ae
execute bit set
2009-07-07 15:48:04 +01:00
graham
6f1fdb6c21
Merge branch 'master' into molecularDynamics
2009-06-19 13:11:04 +01:00
graham
0bfa0e8628
Merge branch 'master' into molecularDynamics
2009-06-18 15:19:57 +01:00
graham
8f5e38ac9c
Modified copyright years, removed old molConfig.
2009-06-17 15:11:06 +01:00
graham
edcf49af67
More modified copyright years
2009-06-17 14:59:34 +01:00
Mark Olesen
8edf105c45
cleanup of time handling (cosmetic changes), used timeSelector in more places
2009-05-20 15:40:30 +02: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
103b37d5e1
unmapped particle did not get cellID set
2009-04-01 10:33:50 +01:00
Mark Olesen
fb1e155eed
Merge commit 'OpenCFD/master' into olesenm
2009-03-16 08:28:08 +01:00
Mark Olesen
fe455d1cbf
cloud, surfaceRegistry: rename subInstance -> prefix
2009-03-16 08:27:03 +01:00
andy
c5b894cf01
minor clean-up
2009-03-13 15:35:18 +00:00
graham
a7341a7e95
Merge branch 'master' into dsmc
2009-03-09 11:20:58 +00:00
Mark Olesen
b968e62ef9
objectRegistry fixes
...
- objectRegistry gets a rename() that also adjusts the dbDir
- cloud reworked to use static variables subInstance and defaultName.
This avoids writing "lagrangian" everywhere
string fixes
- avoid masking of std::string::replace in string.H
- avoid old strstream in PV3FoamReader
2009-03-06 15:18:00 +01:00
graham
f5d45542ae
Added Larsen Borgnakke internal energy redistribution and all supporting variables and function calls. Added energy and momentum monitoring functions. Added U and T fields to be used for boundary conditions and field measurement. Modified constructors accordingly. Now reading dsmcInitialiseDict in the Cloud, not the application. Initialisation dict now reads a subdict of <species keyword> <number density> entries.
2009-03-03 13:39:52 +00:00
andy
e10c3a86ba
minor formatting/coding changes
2009-03-02 13:18:45 +00:00