- Oct 24, 2015
-
-
Henry Weller authored
Maybe resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1335 awaiting feedback from reporter.
-
- Oct 23, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1726
-
- Oct 22, 2015
-
-
Henry Weller authored
reactingEulerFoam: Updated handling of thermal diffusivity to support Prandtl number and thermal wall-functions
-
Henry Weller authored
Resolves bug-report: http://www.openfoam.org/mantisbt/view.php?id=1664
-
- Oct 21, 2015
-
-
Henry Weller authored
by ensuring tetBasePtIs is called on all processors, even for those with 0 cells. Also use unique communicator for globalMeshData to avoid data transfer interference. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1792
-
- Oct 19, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1792
-
Henry Weller authored
The built-in explicit symplectic integrator has been replaced by a general framework supporting run-time selectable integrators. Currently the explicit symplectic, implicit Crank-Nicolson and implicit Newmark methods are provided, all of which are 2nd-order in time: Symplectic 2nd-order explicit time-integrator for 6DoF solid-body motion: Reference: Dullweber, A., Leimkuhler, B., & McLachlan, R. (1997). Symplectic splitting methods for rigid body molecular dynamics. The Journal of chemical physics, 107(15), 5840-5851. Can only be used for explicit integration of the motion of the body, i.e. may only be called once per time-step, no outer-correctors may be applied. For implicit integration with outer-correctors choose either CrankNicolson or Newmark schemes. Example specification in dynamicMeshDict: solver { type symplectic; } Newmark 2nd-order time-i...
-
- Oct 17, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1870
-
- Oct 14, 2015
-
-
Henry Weller authored
Resolves some stability issues with the outlet of multiphase problems.
-
- Oct 13, 2015
-
-
Henry Weller authored
read in the construction from dictionary. It is important that the initial value is obtained from the table provided to avoid the user having to evaluate a consistent one or risk the code crashing from a very sudden change in the value.
-
- Oct 12, 2015
-
-
Henry Weller authored
-
Henry Weller authored
For explicit motion (and the first iteration of iterative motion correction) the 2nd-order symplectic motion integrator is used. For iterative correction a form of lagged Crank-Nicolson is used in which the current time-step values correspond to the current iteration. This converges to a 2nd-order implicit solution.
-
Henry Weller authored
-
- Oct 01, 2015
-
-
Henry Weller authored
Now consistent with constructors.
-
- Sep 30, 2015
-
-
Henry Weller authored
surfaceFilmModels/submodels/thermo/phaseChangeModel/solidification: Corrected and improved solidification rate controls Solidification phase change model where all film mass is converted when the local temperature > activation temperature. The latent heat is assumed to be removed by heat-transfer to the wall.
-
Henry Weller authored
-
Henry Weller authored
Deprecated old versions.
-
- Sep 28, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1858
-
Henry Weller authored
-
- Sep 25, 2015
-
-
Henry Weller authored
-
- Sep 23, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1854
-
- Sep 17, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1853
-
- Sep 16, 2015
-
-
Henry Weller authored
PtrListDictionary: New form of Dictionary in which the list type is PtrList rather than a linked-list
-
Henry Weller authored
-
- Sep 13, 2015
-
-
Henry Weller authored
Avoids problems with overlapping communicationbetween these reductions and the calculation of deltaCoeffs. This is a temporary fix while code reorganizations are undertaken to ensure the globalMeshData is updated before deltaCoeffs are requested. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1780
-
- Sep 02, 2015
-
-
Henry Weller authored
-
Henry Weller authored
Patch provided by Daniel Jasinski Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1843
-
Henry Weller authored
-
Henry Weller authored
-
- Aug 28, 2015
-
-
Henry Weller authored
-
Henry Weller authored
The previous method using a HashTable required a separate ordered list of names which is hard to work with and maintain.
-
Henry Weller authored
-
- Aug 26, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
to allow the turbulent energy transport properties to be updated for every energy solution if required. Added correctEnergyTransport() call to reactingTwoPhaseEulerFoam
-
- Aug 24, 2015
-
-
Henry Weller authored
Updated files provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1793
-
- Aug 22, 2015
-
-
Henry Weller authored
-
- Aug 20, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
- Aug 19, 2015
-
-
Henry Weller authored
Patch provided by Juho Peltola
-