- 02 Jun, 2010 1 commit
-
-
Mark Olesen authored
-
- 17 May, 2010 1 commit
-
-
Mark Olesen authored
- used in expandDictionary
-
- 01 Jun, 2010 1 commit
-
-
Mark Olesen authored
- use it to report the correct solverName for vector/tensor fields
-
- 27 May, 2010 1 commit
-
-
graham authored
-
- 26 May, 2010 3 commits
- 25 May, 2010 1 commit
-
-
henry authored
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.
-
- 21 May, 2010 1 commit
-
-
mattijs authored
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
-
- 20 May, 2010 2 commits
-
-
Mark Olesen authored
- 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.
-
Mark Olesen authored
-
- 19 May, 2010 1 commit
-
-
mattijs authored
-
- 18 May, 2010 4 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- improve documentation, use GPL version 3
-
Mark Olesen authored
-
- 17 May, 2010 3 commits
-
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
- used in expandDictionary
-
- 14 May, 2010 1 commit
-
-
Andrew Heather authored
-
- 12 May, 2010 1 commit
-
-
mattijs authored
-
- 07 May, 2010 1 commit
-
-
Mark Olesen authored
-
- 03 May, 2010 4 commits
-
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
- change from 'kde-open %f' to the desktop-agnostic 'firefox %f' as the default document browser.
-
- 30 Apr, 2010 3 commits
-
-
mattijs authored
These are quite often the same (since just oppositely oriented patches). So now comparing mesh points instead.
-
mattijs authored
It was overwriting results which were getting used then by other side. It now does both sides on the owner side so it can swap the data.
-
mattijs authored
Slip bc can now be used on non-constraint patches
-
- 29 Apr, 2010 3 commits
-
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces before: const label zoneI = mesh.cellZones().findZoneID(zoneName); const cellZone& cz = mesh.cellZones()[zoneI]; after: const cellZone& cz = mesh.cellZones()[zoneName];
-
- 27 Apr, 2010 1 commit
-
-
Mark Olesen authored
- mapFields and splitMeshRegions need more clarification
-
- 23 Apr, 2010 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 22 Apr, 2010 2 commits
-
-
henry authored
-
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’
-
- 21 Apr, 2010 1 commit
-
-
Mark Olesen authored
- (have been disabled for more than 1 year)
-
- 20 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 16 Apr, 2010 1 commit
-
-
mattijs authored
-