Commit Graph

2180 Commits

Author SHA1 Message Date
30bad1a72a COMP: removed EulerianInterfacialModels lib - not built yet 2011-02-16 11:21:50 +00:00
808ff1aa32 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-15 16:55:05 +01:00
ac7c938c95 STYLE: redistributeMeshPar : cleanup 2011-02-15 12:49:16 +00:00
0f5ec6b9bc STYLE: redistributeMeshPar : use construct-from-dictionary for fields 2011-02-15 12:26:09 +00:00
ea5da9a2e6 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-14 14:56:12 +00:00
0ad764baa5 ENH: foamDebugSwitches : added new libraries 2011-02-14 14:54:32 +00:00
a9f25c19dc ENH: extrudeMesh,snappyHexMesh: extrude across non-manifold boundaries 2011-02-14 14:52:51 +00:00
f45f87f293 twoPhaseEulerFoam: minor update of alphaEqn.H 2011-02-14 11:05:26 +00:00
c9911b5ed9 Merge branch 'master' into pairPatchAgglomeration 2011-02-14 09:47:05 +00:00
37ff9d9bc2 STY: change lib names 2011-02-14 09:45:32 +00:00
56e07de724 STYLE: changed some missed doxygen '@' to '\' 2011-02-14 10:00:48 +01:00
1e4d26429b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-14 09:47:49 +01:00
28080c0d43 ENH: files trimming 2011-02-11 18:46:20 +00:00
ed58f0e691 ENH: faceAgglomeration, vuew factor molde and view factor generator 2011-02-11 18:30:08 +00:00
85190a16b6 ENH: featureEdgeMesh : moved new stuff to extendedFeatureEdgeMesh 2011-02-11 12:32:11 +00:00
790146fbdb ENH: Test-syncTools.C : cannot use magSqr with point::max 2011-02-11 12:26:01 +00:00
abbf00eff0 ENH: mmore modification to the radiation model 2011-02-10 18:06:13 +00:00
9a74ca1a19 ENH: add options for radiation and delete old sover 2011-02-09 15:16:04 +00:00
a3c08b7c37 ENH: adding radiation to multi region solvers, radiotionCouple, etc 2011-02-09 15:11:42 +00:00
f5b7477722 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-09 14:10:19 +00:00
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
8e01dd8cf1 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-08 16:17:41 +00:00
2adfd534db ENH: globalMeshData, mapDistribute : added pointBoundaryFaces/pointBoundaryCells 2011-02-08 16:16:50 +00:00
3c56a952bc Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-07 22:51:04 +00:00
b3cde56f27 Doxygen docs: Corrected doxyFilter to preserve line numbers
Also corrected many formatting errors in the comments in C and H files
2011-02-07 22:50:49 +00:00
0f990cb447 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-07 16:56:31 +01:00
84d577539d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-07 12:59:40 +00:00
8bc92b8761 ENH: Added mapMethod, [source|target]Region options to mapFields 2011-02-07 12:59:14 +00:00
ffd20770dd ENH: add (non-templated) polynomialFunction
STYLE: integrateLimits() -> integrate() for consistency with
  DataEntry/polynomial.  Rename old 'integrate', 'integrateMinus1'
  methods to 'integral', 'integralMinus1' (ie, substantive instead of
  verb for clarity).
2011-02-04 18:59:45 +01:00
a6e8df4aa2 ENH: Test-syncTools : remove warning about transformations 2011-02-03 22:20:32 +00:00
99fa12c059 ENH: added noParallel option to chemFoam (single cell cases only) 2011-02-03 12:55:05 +00:00
f1bff601a6 ENH: dictionary::found : optionally disable wildcards 2011-02-02 15:48:58 +00:00
6c1e58605b ENH: moved thermo/pdfs->lagrangian/distributionModels 2011-02-02 09:28:44 +00:00
1a03d43b57 STYLE: remove comments referring to '<root>' or '<root> <case>' 2011-02-01 18:50:19 +01:00
1a263e3f0e STYLE: re-located elemental thermo properties 2011-02-01 17:03:15 +00:00
4634aa3ad0 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-01 16:00:44 +00:00
9da43d1558 STYLE: consistency - moved radiation->radiation models 2011-02-01 16:00:27 +00:00
a7c103d6c0 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-31 13:46:46 +01:00
98d599d3c8 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-01-31 12:14:11 +00:00
7528e579a1 ENH: foamUpgradeCyclics : warning message 2011-01-31 12:05:39 +00:00
faac56c1de ENH: ensight binary surface output, formatOptions in sampleDict
- For example,
    // optionally define extra controls for the output formats
    formatOptions
    {
        ensight
        {
            format  binary;
        }
    }

These are passed to the writer that support a dictionary of options.
Otherwise the normal null constructor is used.
2011-01-28 19:20:22 +01:00
08680b8b35 STYLE: rename Polynomial method evaluate() to value() for consistency with DataEntry
STYLE: move DataEntry to OpenFOAM/primitives/functions
2011-01-28 16:32:08 +01:00
497b4f0bed ENH: Code refactoring to avoing ambiguities + clean-up
- pointSolid->solidProperties
- pointSolidMixure->solidMixtureProperties
- liquids->liquidProperties
- liquidMixture->liquidMoxtureProperties
2011-01-28 13:09:10 +00:00
2c9433dced ENH: Updated IOobject flag after change in mesh construction 2011-01-26 16:49:55 +00:00
c891e7065a Merge remote branch 'OpenCFD/master' into olesenm 2011-01-26 16:45:22 +01:00
57d8b7c62f ENH: Updated dependancies following film updates 2011-01-26 15:31:16 +00:00
d791b27668 ENH: Updated reactingParcelFilmFoam solver 2011-01-26 12:24:32 +00:00
b9daa7b265 ENH: sampledTriSurfaceMesh : allow boundary-value sampling 2011-01-21 14:48:18 +00:00
fe987dad11 ENH: Test-globalMeshData.C : updated to include transforms 2011-01-20 15:31:43 +00:00
f91d99c8df STYLE: Test-Distribute : renamed for consistency 2011-01-20 15:31:09 +00:00