e1801bc74c
ENH: add solverPerformance::fieldName(), simplified data::setSolverPerformance
2010-06-02 10:21:26 +02:00
4712e131d9
STYLE: add some usage comments to some conversion utilities
...
STYLE: move polyDualMesh from conversion -> manipulation
2010-05-18 14:41:53 +02:00
3430e4eaae
STYLE: fix minor typo in header
2010-05-18 11:25:25 +02:00
402f17f73f
STYLE: swirlMassFlowRateInletVelocity -> swirlFlowRateInletVelocity
...
- improve documentation, use GPL version 3
2010-05-18 10:47:27 +02:00
7abd54708c
ENH: improve robustness of outputFilterOutputControl
2010-05-18 09:24:46 +02:00
db07daf6ba
BUG: race condition when removing ABORT file
2010-05-17 16:24:32 +02:00
182b368bf6
ENH: change return type of Time::stopAt to report if the setting changed
2010-05-17 16:06:53 +02:00
59c0e8e24d
STYLE: fix 'forAll (' -> 'forAll(' format (again)
2010-06-02 09:13:48 +02:00
d572f40c63
ENH: allow retention of 'FoamFile' when reading dictionaries
...
- used in expandDictionary
2010-05-17 12:56:30 +02:00
47f692db8c
ENH: add non-const access for lduMatrix::solverPerformance::solverName()
...
- use it to report the correct solverName for vector/tensor fields
2010-06-01 16:53:15 +02:00
35d3be771e
STYLE: fix spelling, backslashes etc. in codingStyleGuide.org
...
- now passes through LaTeX with fewer complaints.
- added note about braces for 'case' statements.
- could not formulate a sensible rule about when return statements
need parentheses and when not.
- did not update codingStyleGuide.pdf ... I don't even know if it
should be part of the git repo at all
2010-06-01 10:19:11 +02:00
824df2c378
ENH: add org-pdflatex to create pdf files
2010-06-01 10:14:56 +02:00
7e9adc7b31
ENH: add wmakeFindEmptyMake, -help option for wmakeFilesAndOptions
...
wmakeFindEmptyMake:
- Find 'Make/' directories without 'files' or 'options'.
These typically correspond to (partially) removed applications.
2010-06-01 09:23:47 +02:00
f9f988d82f
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
2010-05-31 11:50:56 +02:00
9c69403419
ENH. Adding IOFieldField and IOListList class and type definitions.
2010-05-27 16:08:45 +01:00
2eee1666c0
BUG: extrudeToRegionMesh : make it work again
...
- constrain multiple normals per point
- introduce special cyclic type nonuniformTransformCyclic inbetween zones
2010-05-26 16:09:02 +01:00
b8f7c84329
COMP: unused file processorPolyPatchTemplates.C
2010-05-26 16:01:37 +01:00
efe058844c
STYLE: updated licence header to version 3
2010-05-26 15:47:38 +01:00
c29c7bdc89
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-26 15:28:25 +01:00
85bfc58d2e
ENH: cyclicPolyPatch : improve debug messages
2010-05-26 15:27:54 +01:00
3ac46054b6
ENH: timeVaryingMapped : use furthest away points to span coord system.
2010-05-26 15:27:03 +01:00
068b6b1d14
Resolved unexpected merge problem.
2010-05-25 18:49:10 +01:00
361b153343
Final iteration information now available in mesh::data (used to be mesh::fvData)
...
Relaxation and solution parameters for the final iteration in PIMPLE loops are
now selected according to the value of the "finalIteration" entry in the
mesh::data dictionary.
rhoPimpleFoam significantly updates and now replaces rhoPisoFoam.
2010-05-25 18:45:25 +01:00
619d3e24fc
Merge branch 'particleInteractions'
2010-05-21 19:21:44 +01:00
619784414d
ENH. Adding collision records to wall collisions to record tangential
...
overlap.
Matching wall collision records by storing and comparing location of
wall impact relative to paticle centre.
2010-05-21 19:11:57 +01:00
8e7d6507dd
BUG. Forgot to initialise pointer to NULL.
2010-05-21 18:46:23 +01:00
1a2973c4f4
ENH: added to splitCyclic.txt changes file.
2010-05-21 16:54:55 +01:00
0aeca6f226
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-21 16:51:14 +01:00
63262b80d3
BUG: processorCyclic was using incorrect message tag.
...
Both sides need to use the same tag so it is now calculated as
nProcs*(max(myProcNo,neighProcNo) + min(myProcNo,neighProcNo)
which is
- commutative
- does not interfere with normal message tag 1
2010-05-21 16:19:51 +01:00
11c5c74410
STYLE: corrected debug printing for temperature coupled bc.
2010-05-21 16:18:34 +01:00
51c8c307eb
ENH: Adding actve flag to dsmc binary collision submodels to allow
...
collision step to be skipped for the NoBinaryCollision model.
2010-05-20 17:34:01 +01:00
0368f38a7c
ENH. Update dsmc submodels to allow models with no coeffs dictionary.
...
Updated dsmc and md tuts, including new cyclic handling.
2010-05-20 16:49:03 +01:00
ff30e6b61a
STYLE: can use bool instead of Switch version of dictionary::lookupOrDefault
...
- both versions handle the same input words.
Only need the <Switch> version when the destination variable is
also a Switch and we need to output the word later.
2010-05-20 14:17:18 +02:00
49ccf0ffaa
codingStyleGuide: updated and generated the pdf version. GUIDELINES removed.
2010-05-20 09:58:35 +01:00
706594791e
Removed Mattijs specific unitTestCases directory and moved CHANGES-splitCyclic into the doc/changes directory.
2010-05-20 09:39:06 +01:00
ff829a6226
Removed Mattijs specific TODO file.
2010-05-20 09:17:57 +01:00
93ab2f0e33
foamPackSource: Removed unnecessary filter.
2010-05-20 09:09:42 +01:00
9525d57d71
STYLE: use readIfPresent instead of found/lookup combination
2010-05-20 08:52:45 +02:00
227631742d
ENH: add const-ness to pressureImplicitPorosity control
2010-05-20 08:42:07 +02:00
80b8071e75
ENH: add default control values to ease SIMPLE->PIMPLE transition
...
- add const-ness for control variables
- drop unused fluxGradp variable
- use lookupOrDefault instead of found/lookup combination
2010-05-20 08:24:55 +02:00
026598df43
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-19 22:49:00 +01:00
bcfa40c405
interMixingFoam: corrected the slicing of allLambda for parallel running.
2010-05-19 22:48:54 +01:00
09143ab90e
ENH: new cyclicSlip variant of cyclic with assorted fields
2010-05-19 17:12:41 +01:00
febecdcc9e
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-19 16:34:29 +01:00
8551bfd36b
BUG: PV3FoamReader : patch names was addressing outside of zoneCentres array.
2010-05-19 16:33:48 +01:00
8c94ccd392
STYLE: decomposeParDict: corrected comment
2010-05-19 16:33:19 +01:00
a5c29da27a
BUG: decomposePar : was using the non-compact index for patch info
2010-05-19 16:32:56 +01:00
35f74367ac
ENH: Functions made public to be used by setKsCsField application
2010-05-19 15:39:40 +01:00
2abeb6a7f3
STY: Correct Copyright date and GPL version
2010-05-19 13:35:33 +01:00
b7d3d57268
ENH: Atmospheric Boundary Layer (ABL) profiles for epsilon and velocity
2010-05-19 13:29:17 +01:00