- 23 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 22 Apr, 2010 1 commit
-
-
Mark Olesen authored
- "cpp -traditional-cpp" doesn't strip C++-style comments Probably need a workaround with sed -e 's@^ *//@@' if we wish to support C++-style comments in Make/{files,options} - lduMatrixTests.C:121:1: error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names the constructor, not the type - edgeFaceCirculatorI.H:355:1: error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the constructor, not the type - patchPointEdgeCirculatorI.H:236:1: error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’ names the constructor, not the type - objToVTK.C:116:5: error: ‘Foam::argList::argList’ names the constructor, not the type same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C - fireFoam/createFields.H:74:41: error: type/value mismatch at argument 1 in template parameter list for ‘template<class T> class Foam::autoPtr’
-
- 20 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 15 Apr, 2010 3 commits
- 13 Apr, 2010 3 commits
-
-
Mark Olesen authored
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
-
Mark Olesen authored
- accept some violations of the coding guidelines though - perhaps adding a style exception would be simpler.
-
graham authored
-
- 12 Apr, 2010 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
-
- 08 Apr, 2010 2 commits
- 07 Apr, 2010 1 commit
-
-
henry authored
This data can be used for convergence testing e.g. by a functionObject. Other data could also be stored, e.g. global continuity errors and other reduced results.
-
- 06 Apr, 2010 2 commits
- 01 Apr, 2010 3 commits
- 31 Mar, 2010 1 commit
-
-
henry authored
and formulating the enthalpy sources consistently.
-
- 30 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 26 Mar, 2010 1 commit
-
-
Andrew Heather authored
-
- 24 Mar, 2010 1 commit
-
-
Mark Olesen authored
- 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
-
- 19 Mar, 2010 1 commit
-
-
henry authored
Added compressibility support to MRFZone. Required generalisation of the oneField concept. Also clean-up the use of one and zero for consistency. Simple mixerVessel2D tutorial case supplied.
-
- 15 Mar, 2010 2 commits
- 11 Mar, 2010 3 commits
-
-
Andrew Heather authored
-
sergio authored
-
sergio authored
-
- 03 Mar, 2010 1 commit
-
-
mattijs authored
-
- 01 Mar, 2010 1 commit
-
-
mattijs authored
-
- 12 Feb, 2010 6 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
- Removes need for additional call to info in the main solver code
-
Andrew Heather authored
-
Andrew Heather authored
sensible enthalpy thermo packages - Enthalpy source term now retrieved from the chemistry model (scaled by kappa for the PaSR model)
-
- 11 Feb, 2010 1 commit
-
-
Andrew Heather authored
-