- Apr 09, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1653 Thanks to Armin Wehrfritz for proposed fixes
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1650 Thanks to Timo Niemi
-
- Apr 08, 2015
-
-
Henry authored
-
Henry authored
This allows for more than one of these data types to be specified in a dictionary Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1652 e.g. <entryName> csvFile; <entryName>Coeffs { nHeaderLine 4; refColumn 0; // reference column index componentColumns (1 2 3); // component column indices separator ","; // optional (defaults to ",") mergeSeparators no; // merge multiple separators fileName "fileXYZ"; // name of csv data file outOfBounds clamp; // optional out-of-bounds handling interpolationScheme linear; // optional interpolation scheme }
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1650
-
- Apr 05, 2015
-
-
Henry authored
Improves stability and convergence of systems in which drag dominates e.g. small particles in high-speed gas flow. Additionally a new ddtPhiCorr strategy is included in which correction is applied only where the phases are nearly pure. This reduces staggering patters near the free-surface of bubble-column simulations.
-
- Mar 29, 2015
-
-
Henry authored
Roselves bug-report http://www.openfoam.org/mantisbt/view.php?id=1581
-
- Mar 27, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1638
-
- Mar 26, 2015
-
-
Henry authored
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1637
-
- Mar 24, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1421
-
- Mar 22, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1024
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
- Mar 20, 2015
-
-
Henry authored
mixtureKEpsilon: Changed bounded non-conservative transport flux to be volumetric rather than mass-based Avoids numerical problems caused by large density gradients, particularly around the interface. Allows the use of higher-order differencing for km and epsilonm
-
- Mar 19, 2015
- Mar 17, 2015
-
-
Henry authored
Allows the specification of a reference height, for example the height of the free-surface in a VoF simulation, which reduces the range of p_rgh. hRef is a uniformDimensionedScalarField specified via the constant/hRef file, equivalent to the way in which g is specified, so that it can be looked-up from the database. For example see the constant/hRef file in the DTCHull LTSInterFoam and interDyMFoam cases.
-
- Mar 15, 2015
-
-
Henry authored
Avoids unnecessary increases in precision during intermediate steps for cases with adjustable time-step which may require very high precision to represent the time name.
-
- Mar 14, 2015
-
-
Henry authored
-
Henry authored
Add check for round-off error causing time reversal Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
- Mar 13, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1568
-
Henry authored
-
- Mar 10, 2015
-
-
Henry authored
Revert changes in tutorial to correspond to the version in OpenFOAM-2.1.x Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1207
-
Henry authored
-
- Mar 09, 2015
-
-
Henry authored
-
Henry authored
This approach simply accumulates data outside the range of the bins into the first or last bin which may be OK for small motions. For larger motions it may be better if the bins are updated or operate in a coordinate system attached to the body for solid-body motion. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1560
-
- Mar 08, 2015
-
-
Henry authored
Provided by Bruno Santos Also some general cleaning and update of comment. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1167
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
Henry authored
-
Henry authored
Changes based on patches from and discussions with Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
- Mar 07, 2015
-
-
Henry authored
Added the pressure dependent part of the entropy from the equation of state to that returned by the thermo entropy function. TODO: Add entropy defect to the PengRobinsonGas::s(p, T) function. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1411
-
Henry authored
between liquid and solid mixture composition and the specie lists defined in the thermodynamics package. Note this does not change the current limitation that both liquid and solid mixtures contain ALL the corresponding phase species defined in the thermodynamics package. However, missing species are included automatically during construction of phaseProperties.
-
- Mar 06, 2015
-
-
Henry authored
-
Henry authored
-
Henry authored
lagrangian: Replace dummy "notImplemented" functions with abstract functions making base classes abstract Make clone functions const and abstract in abstract base classes Change copy constructors to take const argument Make private data mutable where necessary
-
- Mar 05, 2015
-
-
Henry authored
No species specified: indicates phase is not present Some species specified: missing entries assumed to have 0 mass-fraction
-
Henry authored
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1347
-