- May 05, 2009
-
-
Mark Olesen authored
- #inputMode error now issues a FatalError on duplicate entries - #inputMode warn issues a warning on duplicate entries, corresponds to the old behaviour of 'error' - #inputMode protect prevents overwriting existing entries The 'protect' mode provides a simple mechanism for supplying default values. eg, in file1: #inputMode protect intensity 0.1; mixingLength 0.005; #inputMode merge inlet { type turbulentIntensityKineticEnergyInlet; intensity $intensity; } which is included from file2: intensity 0.05; #include "file1"
-
- May 04, 2009
-
-
Mark Olesen authored
- fixed misc. copyright dates, other cosmetics
-
- Apr 30, 2009
-
-
Mark Olesen authored
- emit warning for deprecated timeScheme entry
-
Mark Olesen authored
- added rules for gcc-4.3 in preparation for switching to gcc-4.4 - added 'clean' target for wmake/src/Makefile It is probably reasonable to separate the binaries from the rules (TODO)
-
- Apr 28, 2009
-
-
Mark Olesen authored
- createBaffles used List::append(const T&), changed to DynamicList
-
Mark Olesen authored
-
- Apr 27, 2009
-
-
Mark Olesen authored
-
andy authored
-
Mark Olesen authored
- DynamicList gets append methods as per List - misc cosmetic changes
-
- Apr 25, 2009
- Apr 24, 2009
- Apr 23, 2009
- Apr 22, 2009
-
-
Mark Olesen authored
-
- Apr 21, 2009
-
-
Mark Olesen authored
- PackedList comments - solution.C verbosity about new solver syntax on master only
-
- Apr 20, 2009
- Apr 17, 2009
-
-
graham authored
Added probabilistic insertion of an additional particle on a face proportional to the remainder after taking the integer part.
-
mattijs authored
-
graham authored
-
mattijs authored
modified: ../../../compressible/rhoPisoFoam/ras/cavity/constant/polyMesh/boundary modified: ../../buoyantPisoFoam/hotRoom/constant/polyMesh/boundary modified: ../../buoyantPisoFoam/hotRoom/system/controlDict modified: ../../buoyantPisoFoam/hotRoom/system/fvSchemes deleted: ../../buoyantPisoFoam/hotRoom/0/mut modified: constant/polyMesh/boundary deleted: ../../buoyantSimpleRadiationFoam/hotRadiationRoom/0/mut deleted: ../../chtMultiRegionFoam/multiRegionHeater/0/mut
-
mattijs authored
-
mattijs authored
-