- Jul 31, 2017
-
-
- Sep 14, 2017
-
-
Andrew Heather authored
Note: performs its own tracking and does not rely on the base particle::trackXXX functions, and uses a local particle position. Look to update to barycentric tracking in the future.
-
- Sep 13, 2017
-
-
Andrew Heather authored
old "positions" file form The change to barycentric-based tracking changed the contents of the cloud "positions" file to a new format comprising the barycentric co-ordinates and other cell position-based info. This broke backwards compatibility, providing no option to restart old cases (v1706 and earlier), and caused difficulties for dependent code, e.g. for post-processing utilities that could only infer the contents only after reading. The barycentric position info is now written to a file called "coordinates" with provision to restart old cases for which only the "positions" file is available. Related utilities, e.g. for parallel running and data conversion have been updated to be able to support both file types. To write the "positions" file by default, use set the following option in the InfoSwitches section of the controlDict: writeLagrangianPositions 1;
-
- Aug 07, 2017
-
-
Resolves bug-report https://bugs.openfoam.org/view.php?id=2649
-
- Aug 29, 2017
-
-
Provides support for the limitTemperature fvOption. Resolves bug-report https://bugs.openfoam.org/view.php?id=2675
-
- Sep 04, 2017
-
-
Based on patch contributed by Juho Peltola, VTT Resolves feature request https://bugs.openfoam.org/view.php?id=2572
-
Resolves bug-report https://bugs.openfoam.org/view.php?id=2686
-
Resolves bug-report https://bugs.openfoam.org/view.php?id=2686
-
- Sep 05, 2017
-
-
The splash kinetic energy has been changed to depend upon the velocity of the parcel normal to the wall, rather than the absolute velocity, in accordance with the original reference. This patch was contributed by Stefan Hildenbrand at Pfinder Resolves bug report https://bugs.openfoam.org/view.php?id=2682
-
- Aug 29, 2017
-
-
- Sep 08, 2017
-
-
Andrew Heather authored
-
- Aug 29, 2017
-
-
Interpolated continuous phase data is only needed during a track and therefore shouldn't be stored on the parcel. The continuous velocity, density and viscosity have been moved from the kinematic parcel to the kinematic parcel tracking data. This reduces the memory usage of the kinematic layer by about one third. The thermo and reacting layers still require the same treatment.
-
- Aug 24, 2017
-
-
- Aug 23, 2017
-
-
-
The patch can be determined from the particle when it is needed. Most of the time it is not.
-
- Sep 08, 2017
-
-
Andrew Heather authored
-
- Aug 23, 2017
-
-
A lot of methods were taking argument data which could be referenced or generated from the parcel class at little or no additional cost. This was confusing and generated the possibility of inconsistent data states.
-
- Aug 22, 2017
-
-
- Sep 08, 2017
-
-
Andrew Heather authored
-
- Aug 22, 2017
-
-
Tracking data classes are no longer templated on the derived cloud type. The advantage of this is that they can now be passed to sub models. This should allow continuous phase data to be removed from the parcel classes. The disadvantage is that every function which once took a templated TrackData argument now needs an additional TrackCloudType argument in order to perform the necessary down-casting.
-
- Jul 14, 2017
-
-
- Sep 01, 2017
-
-
-
Resolves bug report https://bugs.openfoam.org/view.php?id=2680
-
- Aug 29, 2017
-
-
Resolves bug-report https://bugs.openfoam.org/view.php?id=2677
-
The combined solver includes the most advanced and general functionality from each solver including: Continuous phase Lagrangian multiphase parcels Optional film Continuous and Lagrangian phase reactions Radiation Strong buoyancy force support by solving for p_rgh The reactingParcelFoam and reactingParcelFilmFoam tutorials have been combined and updated.
-
- Aug 22, 2017
-
-
- Jul 26, 2017
-
-
Description The Foam::Function1 temperature-dependent viscosity model multiplies the viscosity of a base model by a Function1 temperature function.
-
- Jul 20, 2017
-
-
- Sep 08, 2017
-
-
Andrew Heather authored
-
- Jul 25, 2017
-
-
- Jul 10, 2017
-
-
Resolves bug-report https://bugs.openfoam.org/view.php?id=2605
-
- Jun 27, 2017
-
-
- Jun 26, 2017
-
-
for consistency with reactingTwoPhaseEulerFoam and to ensure correct operation of models requiring formal boundedness of phase-fractions. Resolves bug-report https://bugs.openfoam.org/view.php?id=2589
-
- Sep 08, 2017
-
-
Andrew Heather authored
INT: updated overInterDyMFoam and MPPICInterFoam following changes to multiphase solvers. Needs further testing
-
- Jun 22, 2017
-
-
using the continuity error correction formulation developed for twoPhaseEulerFoam and reactingEulerFoam.
-
- Jul 24, 2017
-
-
Resolves bug-report https://bugs.openfoam.org/view.php?id=2632
-
- Jul 21, 2017
-
-
Resolves bug-report https://bugs.openfoam.org/view.php?id=2629
-
- Jun 13, 2017
-
-
Temporal variation of Ta is generally more useful than spatial variation but a run-time switch between the two modes of operation could be implemented in needed.
-
- May 18, 2017
-
-
- Sep 07, 2017
-
-
Andrew Heather authored
-