- Jun 03, 2011
-
-
andy authored
-
- Jun 01, 2011
-
-
sergio authored
baffles
-
- May 17, 2011
-
-
andy authored
-
- Apr 15, 2011
- Apr 14, 2011
-
-
andy authored
-
- Apr 13, 2011
-
-
andy authored
-
- Mar 18, 2011
-
-
mattijs authored
-
- Mar 17, 2011
-
-
mattijs authored
For rotational: - 180 degree transformation now correct - use furthest away face to determine rotation - do not use calculated faceNormals at all
-
- Mar 12, 2011
-
-
Henry authored
-
- Mar 11, 2011
-
-
andy authored
-
- Mar 07, 2011
-
-
sergio authored
-
- Mar 03, 2011
-
-
Mark Olesen authored
-
- Feb 21, 2011
-
-
mattijs authored
-
- Feb 02, 2011
-
-
Henry authored
Higher-order upwinded: Reorganised linearUpwind and created an equivalent quadraticUpwind scheme from it
-
- Dec 20, 2010
-
-
Henry authored
finiteVolume: Added a new blended scheme in which the blending function is the limiter from a limitedScheme
-
- Dec 07, 2010
-
-
mattijs authored
ENH: near-wall sampling : new 'patchInternalField' sampledSurface, new 'nearWallFields' functionObject
-
- Oct 27, 2010
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Oct 25, 2010
-
-
Henry authored
-
- Sep 08, 2010
-
-
Andrew Heather authored
-
- Sep 06, 2010
-
-
Henry authored
outletMappedUniformInletFvPatchField: New BC which maps the average field value from outlet to inlet
-
- Aug 06, 2010
-
-
mattijs authored
-
- Jun 22, 2010
-
-
sergio authored
1) basicSource for explicit sources(ActuationDisk and explicit source so far) 2) cylindricalInlet BC 3) swirlMassFlowRate BC 4) dynamicLagrangian LES incompressible turbulence model 5) atmospheric boundary layer inlet BC for velocity and epsilon
-
- May 25, 2010
-
-
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.
-
- May 19, 2010
-
-
mattijs authored
-
- May 18, 2010
-
-
Mark Olesen authored
- improve documentation, use GPL version 3
-
Mark Olesen authored
- improve documentation, use GPL version 3
-
- May 17, 2010
-
-
sergio authored
-
- Apr 22, 2010
-
-
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’
-
- Apr 13, 2010
-
-
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
-
- Apr 07, 2010
-
-
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.
-
- Mar 23, 2010
-
-
mattijs authored
-
- Mar 15, 2010
-
-
henry authored
-
- Mar 03, 2010
-
-
mattijs authored
-
- Feb 17, 2010
-
-
mattijs authored
- removed globalPointPatch* - removed pointPatchInterpolate* since all is now inside volPointInterpolation.
-
- Feb 03, 2010
-
-
Andrew Heather authored
- deprecated: - timeActivatedExplicitSource (old base type) - timeActivatedExplicitCellSource - timeActivatedExplicitMulticomponentPointSource - introduced timeActivatedExplicitSource - templated on primitive type - scalar, vector, tensor... - takes as input, either a cell set or list of points
-
- Nov 17, 2009
-
-
Andrew Heather authored
-
- Nov 11, 2009
-
-
mattijs authored
-
- Oct 26, 2009
-
-
henry authored
This is controlled by providing a list of the fields to be cached in the "cache" sub-dictionary of fvSolution. Debug information about the caching is printed when the solution::debug switch is on. There are still a couple of issues to do with the naming of gradients used in corrected snGrads and limited interpolation schemes that need to be resolved but these are no different to previously and hence not urgent.
-