- Feb 25, 2009
- Feb 24, 2009
-
-
graham authored
Finished DSMC code initial layout and test solver - both compile. Using lagrangian/dsmc local version of WallInteractionModel until requirements stabilise. Removed use of InjectionModel - not suitable, designed for continuum cases, requires single constProps from trackData - multispecies DSMC requires a List of constantProperties, one for each species.
-
graham authored
-
graham authored
- Feb 23, 2009
- Feb 20, 2009
-
-
graham authored
-
- Feb 19, 2009
- Feb 18, 2009
-
-
graham authored
Fixes to point insertion, making faceAreaWeight normalised, not hard coded to cell size, adding tweak to fertex removal criteria to allow selective insertion at short-edge midpoint if the vertices have not already been flagged for removal.
-
mattijs authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
- still not consistent for pd as does not include buoyancy effects
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Feb 17, 2009
-
-
henry authored
-
henry authored
while(runTime.loop()) { ... } idiom. Demonstrated in the shallowWaterFoam solver.
-
graham authored
Added point removal for short Delaunay edges in rotational controller as well as small and highly conntected dual cell removal.
-
-
henry authored
-
Mark Olesen authored
-
Mark Olesen authored
- track previous time index and to avoid recalculating averages. - make sure averages are up-to-date before calling write
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- added end() method to functionObject, functionObjectList & associated classes - moved outputFilters from src/sampling -> src/OpenFOAM/db/functionObjects
-
Mark Olesen authored
- this (now deprecated) idiom: for (runTime++; !runTime.end(); runTime++) { ... } has a few problems: * stop-on-next-write will be off-by-one (ie, doesn't work) * function objects are not executed on exit with runTime.end() Fixing these problems is not really possible. - this idiom while (runTime.run()) { runTime++; ... } works without the above problems.
-
- Feb 16, 2009
-
-
graham authored
-
graham authored
Added point insertions on long edges for rotational controller and identified possible point removal candidates.
-
Andrew Heather authored
-
-
Andrew Heather authored
-
mattijs authored
-
- Feb 15, 2009