- Jun 22, 2016
-
-
Andrew Heather authored
-
mattijs authored
-
- Jun 21, 2016
-
-
sergio authored
-
sergio authored
-
sergio authored
-
Mark Olesen authored
- broken by commit 2027059b (2016-03-09) where the pTraits nComponents type was changed from int to Foam::direction
-
- Jun 20, 2016
- Jun 17, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 16, 2016
-
-
Mark Olesen authored
-
sergio authored
-
sergio authored
BUG: Fixing wideBandDiffusiveRadiationMixed in calculation of incident radiation on wall for wide band model.
-
- Jun 15, 2016
-
-
Andrew Heather authored
BUG: cyclicACMI: make conservative and remove faceAreas0 Need to review cyclicACMI patch non-overlap values - values here preserve initial values only - snGrad - used? - wall functions - no longer call updateCoeffs with ACMI weights (?) See merge request !46
-
mattijs authored
-
- Jun 14, 2016
- Jun 13, 2016
-
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
This is a bit complicated. When allocating cells to zones (meshRefinementBaffles::zonify) in finishes with findCellTopo which tried to fix the odd cell which wasn't put into the correct region. This was actually modifying whole regions to be a certain cellZone so if there was some 'bleeding' it would re-assign a whole region to be e.g. background and get deleted. Instead it now will only reassign single cells if these are - unassigned - inbetween multiple, differing cellZones Fixes the simpleFoam/rotorDisk meshing (gitlab #141)
-
mattijs authored
- cyclicACMIFvPatchField::updateCoeffs() now again redirects to fvPatchField::updateCoeffs(const scalarField& weights); - which redirects to fvPatchField::updateCoeffs(); - except on wall functions where the weights are used to switch off turbulence generation - renamed the updateCoeffs on the fixedFluxPressure bc to updateSnGrad.
-
- Jun 10, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
Multiple updates for run-time post-processing functionality See merge request !39
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 09, 2016
-
-
sergio authored
and adding tutorial
-
Mark Olesen authored
-