- Feb 21, 2015
-
-
Henry authored
-
- Feb 20, 2015
-
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
This is an experimental feature demonstrating the potential of MULES to create bounded solution which are 2nd-order in time AND space. Crank-Nicolson may be selected on U and/or alpha but will only be fully 2nd-order if used on both within the PIMPLE-loop to converge the interaction between the flux and phase-fraction. Note also that Crank-Nicolson may not be used with sub-cycling but all the features of semi-implicit MULES are available in particular MULESCorr and alphaApplyPrevCorr. Examples of ddt specification: ddtSchemes { default Euler; } ddtSchemes { default CrankNicolson 0.9; } ddtSchemes { default none; ddt(alpha) CrankNicolson 0.9; ddt(rho,U) CrankNicolson 0.9; } ddtSchemes { default none; ddt(alpha) Euler; ddt(rho,U) CrankNicolson 0.9; } ddtSchemes { default none; ddt(alpha) CrankNicolson 0.9; ddt(rho,U) Euler; } In these examples a small amount of off-centering in used to stabilize the Crank-Nicolson scheme. Also the specification for alpha1 is via the generic phase-fraction name to ensure in multiphase solvers (when Crank-Nicolson support is added) the scheme is identical for all phase fractions.
-
- Feb 19, 2015
-
-
Henry authored
-
Henry authored
Uses a form of the Euler equation in which only variation along the streamlines is considered
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1543
-
Henry authored
-
- Feb 18, 2015
-
-
Henry authored
-
Henry authored
Pass the phase-name through hierarchy Add phase-name to variables Split basicCombustionMixture Update applications accordingly
-
Henry authored
-
Henry authored
PtrList: Check for EOF while reading to avoid run-on and infinite loop when reading list of dictionaries. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1538
-
- Feb 17, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1541
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1539
-
Henry authored
-
Henry authored
-
Henry authored
Needed to create generic compressible turbulence model library
-
Henry authored
-
Henry authored
-
Henry authored
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit: simplify rhoMax and rhoMin specification
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1535
-
Henry authored
-
Henry authored
e.g. Not specified: default used. Fully specified: rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; Without name: rhoMax [ 1 -3 0 0 0 ] 2.0; Value only: rhoMax 2.0;
-
- Feb 16, 2015
-
-
Henry authored
-
Henry authored
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1534
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
compressibleInterDyMFoam and interPhaseChangeDyMFoam: cache divU before time advancement to ensure the old-time meshPhi are used to make phi absolute Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1531
-
Henry authored
Egorov, Y., & Menter F.R. (2008). Development and Application of SST-SAS Model in the DESIDER Project. Advances in Hybrid RANS-LES Modelling, Notes on Num. Fluid Mech. And Multidisciplinary Design, Volume 97, 261-270.
-
Henry authored
-
- Feb 14, 2015
-
-
Henry authored
refineWallLayer: Rationalize and add support for operating on a list of patch name regular expressions Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1525
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1143
-
Henry authored
-
Henry authored
-
Henry authored
-