- Jan 19, 2016
-
-
Henry Weller authored
-
- Jan 17, 2016
-
-
Henry Weller authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1971
-
- Jan 11, 2016
-
-
Henry Weller authored
-
- Jan 10, 2016
-
-
Henry Weller authored
-
- Dec 09, 2015
-
-
Henry Weller authored
Drag model for gas-liquid system of Tomiyama et al. Reference: "Drag coefficients of single bubbles under normal and microgravity conditions" Tomiyama, A., Kataoka, I., Zun, I., Sakaguchi, T. JSME International Series B, Fluids and Thermal Engineering, Vol. 41, 1998, pp. 472-479 Provided by Alberto Passalacq
-
Henry Weller authored
-
Henry Weller authored
reactingEulerFoam: Move LTS controls maxCo, maxDeltaT and rDeltaTSmoothingCoeff into the PIMPLE sub-dictionary For consistency with all other solvers supporting the LTS option
-
- Dec 05, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1940
-
- Dec 03, 2015
-
-
Henry Weller authored
reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels: Added support for fvOptions
-
- Dec 02, 2015
-
-
Henry Weller authored
-
Henry Weller authored
fvOptions are transferred to the database on construction using fv::options::New which returns a reference. The same function can be use for construction and lookup so that fvOptions are now entirely demand-driven. The abstract base-classes for fvOptions now reside in the finiteVolume library simplifying compilation and linkage. The concrete implementations of fvOptions are still in the single monolithic fvOptions library but in the future this will be separated into smaller libraries based on application area which may be linked at run-time in the same manner as functionObjects.
-
- Dec 01, 2015
-
-
Henry Weller authored
-
Henry Weller authored
See also commit 52d83407
-
- Nov 29, 2015
-
-
Henry Weller authored
-
- Nov 27, 2015
-
-
Henry Weller authored
Code and tutorial case provided by Juho Peltola
-
- Nov 24, 2015
-
-
Henry Weller authored
-
- Nov 23, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
fixedMultiPhaseHeatFlux: Calculates a wall temperature that produces the specified overall wall heat flux across all the phases in an Eulerian multi-phase simulation. Intended to be used with copiedFixedValue to ensure that phase wall temperature are consistent: - Set 'fixedMultiPhaseHeatFlux' boundary for one of the phases - Use 'copiedFixedValue' for all the other phases. Based on code provided by Juho Peltola
-
Henry Weller authored
Patch provided by Juho Peltola
-
- Nov 21, 2015
-
-
Henry Weller authored
Patch provided by Daniel Jasinski Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1893
-
- Nov 15, 2015
-
-
Henry Weller authored
Patches provided by Juho Peltola
-
Henry Weller authored
reactingEulerFoam/interfacialModels/wallDampingModels: Added interpolatedWallDamping abstract base-class To simplify linear, sine and cosine wall-damping implementation
-
- Nov 14, 2015
-
-
Henry Weller authored
-
Henry Weller authored
New lift model supporting near-wall damping using the new wallDampingModels. e.g. lift ( (air in water) { type wallDamped; lift { type constantCoefficient; Cl 0.5; } wallDamping { type linear; Cd 0.5; } } ); in which a linear near-wall damping function min(y/(Cd*d), 1) is applied to the constant coefficient lift model. Additional wall-damping functions will be added.
-
- Nov 13, 2015
-
-
Henry Weller authored
to allow iteration over the energy equations to improve stability for phase-change. Additionally if nEnergyCorrectors is set to 0 the energy equations are not solved which may be beneficial during the startup of some cases.
-
- Nov 10, 2015
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- Nov 06, 2015
-
-
Henry Weller authored
to support phase volume fraction changes due to pressure
-
- Nov 05, 2015
-
-
Henry Weller authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1899
-
Henry Weller authored
-
- Nov 01, 2015
-
-
Henry Weller authored
The new NotImplemented macro uses __PRETTY_FUNCTION__ for GNU compatible compilers otherwise __func__ to provide the function name string.
-
- Oct 29, 2015
-
-
Henry Weller authored
Provided by Juho Peltola
-
- Oct 27, 2015
-
-
Henry Weller authored
-
- Oct 22, 2015
-
-
Henry Weller authored
reactingEulerFoam: Updated handling of thermal diffusivity to support Prandtl number and thermal wall-functions
-
- Oct 19, 2015
-
-
Henry Weller authored
Ur can be generated using a functionObject or in the post-processor
-
- Oct 05, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
to use the transport matrix construction in MovingPhaseModel
-
- Sep 25, 2015
-
-
Henry Weller authored
between incompressible and compressible phases
-
Henry Weller authored
Now combinations of incompressible, compressible phases with or without mass-transfer are supported efficiently.
-