- Jun 14, 2018
-
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
version on a switch. See #867 By default the code will use the same form as previous versions To use the experimental version integrated from openfoam.org commit da787200 set the info switch in the controlDict: InfoSwitches { experimentalDdtCorr 1; }
-
Andrew Heather authored
-
Mark OLESEN authored
- when the iso-surface (eg, a cut plane, or distanceSurface) passes exactly through the cell centre, zero-sized triangles can occur. These should be merged away.
-
Mark OLESEN authored
- change "\%" -> "%" in plain string
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
- minor change to pruning of lagrangian fields
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Jun 13, 2018
-
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- use "min:xxx" for consistency with other outputs - adjust decompositionInformation as well
-
Andrew Heather authored
Feature iso advector AMR See merge request Development/OpenFOAM-plus!205
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
- link CGAL (clang version) without reference to mpfr,gmp libraries - use offset address in printStack for Darwin as well - alternative handling of feexcept on Darwin
-
Mark OLESEN authored
-
Mark OLESEN authored
STYLE: more consistent use of dimensioned Zero
-
Mark OLESEN authored
- use floor/truncate instead of round. Backport of changes in the develop-pre-release branch.
-
Mark OLESEN authored
- affects random integer ranges. Simpler to extend the range by one and floor (truncate) instead of rounding using odd intervals.
-
Andrew Heather authored
-
Johan Roenby authored
- Reimplemented treatment of alpha1, phi and U in case of nOuterCorrectors > 1 based on storePrevIter() to avoid cluttering the solver with unnecessary fields in case of nOuterCorrectors = 1.
-
Mark OLESEN authored
- replace SortableList with sortedOrder, to reduce some overhead
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 12, 2018
-
-
Johan Roenby authored
- Updated tutorial headers - Added copyright note to isoAdvector src - Removed outcommented code lines in interIsoFoam solver - Removed all LTS from interIsoFoam since this is not currently supported - Confirmed that discInConstantFlow gives identical results with N subCylces and time step N*dt - Confirmed that this also holds when nOuterCorrectors > 1.
-
-
Johan Roenby authored
-
Mark OLESEN authored
-