sergio
391f1ddbd9
BUG: virtual destructor
2011-03-07 12:31:10 +00:00
sergio
d2c698e994
STY: Changing destructors style and MyClassNew format
2011-03-07 11:10:37 +00:00
sergio
1fbf80f410
STY: date correction
2011-03-04 18:27:48 +00:00
sergio
b88dd7c6c0
ENH: Updated PDRFoam
2011-03-04 18:24:15 +00:00
Henry
c3cb632c24
Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs
2011-02-08 18:22:00 +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
a78fa5add5
STYLE: remove trailing ';' after '{ ... }' compound
2010-12-30 17:50:47 +01:00
Mark Olesen
c5ee4e1b04
COMP: avoid ambiguous construct from tmp - solvers/ combustion
2010-12-21 09:49:34 +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
Mark Olesen
1a2319fde6
STYLE: PDRkEpsilon refactored to use kEpsilon inheritance
2010-06-18 19:24:23 +02:00
Mark Olesen
583d518ad5
ENH: Register RAS/LES models with (optional) alternative name
...
- allows better inheritance of models, since the coefficients
dictionary can be made to match the derived class.
related to commits 9544280e65
+ 14b4c3849c
2010-06-18 15:37:00 +02:00
Mark Olesen
c1857db513
Merge remote branch 'OpenCFD/master' into olesenm
2010-06-18 12:52:46 +02:00
Mark Olesen
14b4c3849c
ENH: allow protected access to RAS model coeffs/methods
2010-06-18 09:45:39 +02:00
mattijs
9544280e65
ENH: Register turbulenceModel with optional name (default is 'turbulenceModel')
...
Now instead of looking up RASModel we can lookup turbulenceModel instead.
2010-06-11 16:39:16 +01:00
Mark Olesen
d5ec1d3cee
STYLE: minor typo in comments
2010-06-09 08:58:41 +02:00
Mark Olesen
03338b9ea9
STYLE: partial revert for 5cfa97624e
2010-04-23 10:23:08 +02:00
Mark Olesen
5cfa97624e
STYLE: more consistent New methods, use unregistered IOobject where appropriate
2010-04-20 17:13:35 +02: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
b6f3bd4c23
STYLE: follow coding guide recommendation for '//- Destructor'
2010-04-12 11:55:52 +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
Mark Olesen
0c8fb634f0
ENH: enforce consistent boundness on turbulence models.
...
- remove epsilonSmall, omegaSmall
- k0/epsilon0/omega0 become kMin/epsilonMin/omegaMin
- add qMin/zetaMin for consistency
These files still need some attention:
dynOneEqEddy.C
NonlinearKEShih.C
settlingFoam
BUG: incompressible::LESModels:dynOneEqEddy::correct()
- avoid tmp field destruction for consistency with the compressible
version
Possible TODO:
- set kMin to zero (instead of SMALL) and introduce kSmall
to avoid division by zero
2010-03-24 09:07:53 +01:00
sergio
0455e4a013
BUG: volScalarField G in registry named RANSModel::G
2010-03-11 14:33:19 +00:00
andy
19f8fa236a
Update PDR turbulence model to conform to updated turbulence model api
2010-01-11 12:59:32 +00:00
henry
31c76da40f
Changed the runtime-selection tables to output a sorted toc.
2009-08-06 18:01:28 +01:00
henry
5297267a5f
Use new patch-based wall-functions.
2009-07-27 07:52:14 +01:00
henry
b248dd283c
Added kappa_ and E_.
2009-07-21 22:26:01 +01:00
mattijs
bc3600f528
const reference to thermo
2009-01-13 16:35:45 +00:00
sergio
89a261ac0c
resolve merge conflict in header file descriptions
2009-01-09 11:25:40 +00:00
Mark Olesen
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
henry
fd7ec69cc3
Added documentation to PDRFoam.
2008-12-11 12:05:56 +00:00
sergio
b4a2f37f1b
PDRFoam documentation completion
2008-12-08 13:51:31 +00:00
sergio
7c326218a8
Local Macros for Doxygen
2008-12-01 10:32:53 +00:00
sergio
75e7defd60
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2008-11-27 16:58:35 +00:00
sergio
21117b467b
PDRkEpsilon.H Documentation
2008-11-27 16:54:30 +00:00
henry
c98e404f45
Corrected HPMPI case.
2008-11-27 16:46:06 +00:00
sergio
747db59c3a
basic.H
...
XiModel.H
SCOPELaminarFlameSpeed.H
basicXiSubXiEq.H
basicXiSubG.H
Doxyfile (include PATH to OpenCFD Macros)
doxyFilt (include class documentation in /src)
2008-11-27 11:22:08 +00:00
henry
381b1e8c9f
Updated compressible applications to use the new turbulenceModel base-class where appropriate
...
(transient solvers) and corrected paths to the new location of the turbulence models.
2008-11-23 15:01:53 +00:00
henry
95b8a978ff
Correction to the PDR drag model.
2008-11-20 16:53:14 +00:00
Mark Olesen
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
andy
56fd8890d5
consistency updates
2008-06-20 11:22:33 +01:00
andy
f4b2b04f58
consistency update
2008-06-17 17:28:12 +01:00
andy
24c4b1b745
relocation of turbulence models and renaming namespaces
2008-06-17 10:48:04 +01:00
OpenFOAM-admin
3170c7c0c9
Creation of OpenFOAM-dev repository 15/04/2008
2008-04-15 18:56:58 +01:00